Home
last modified time | relevance | path

Searched refs:num_sections (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.15/tools/leds/
Dget_led_device_info.sh116 num_sections=`echo $led_name | awk -F: '{print NF}'`
118 if [ $num_sections -eq 1 ]; then
121 elif [ $num_sections -eq 2 ]; then
124 elif [ $num_sections -eq 3 ]; then
129 …"Detected %d sections in the LED class device name - should the script be updated?\n" $num_sections
/Linux-v5.15/scripts/
Dinsert-sys-cert.c71 unsigned int i, num_sections; in get_offset_from_address() local
75 num_sections = x[0].sh_size; in get_offset_from_address()
77 num_sections = hdr->e_shnum; in get_offset_from_address()
79 for (i = 1; i < num_sections; i++) { in get_offset_from_address()
187 unsigned int i, num_sections; in get_symbol_table() local
191 num_sections = x[0].sh_size; in get_symbol_table()
193 num_sections = hdr->e_shnum; in get_symbol_table()
195 for (i = 1; i < num_sections; i++) in get_symbol_table()
/Linux-v5.15/arch/x86/boot/tools/
Dbuild.c160 unsigned short num_sections; in update_pecoff_section_header_fields() local
164 num_sections = get_unaligned_le16(&buf[pe_header + 6]); in update_pecoff_section_header_fields()
172 while (num_sections > 0) { in update_pecoff_section_header_fields()
189 num_sections--; in update_pecoff_section_header_fields()
/Linux-v5.15/arch/powerpc/platforms/pseries/
Drtas-fadump.c492 int i, size, num_sections; in rtas_fadump_dt_scan() local
534 num_sections = size / (3 * sizeof(u32)); in rtas_fadump_dt_scan()
536 for (i = 0; i < num_sections; i++, sections += 3) { in rtas_fadump_dt_scan()
/Linux-v5.15/scripts/mod/
Dmodpost.h149 unsigned int num_sections; /* max_secindex + 1 */ member
Dmodpost.c535 info->num_sections = TO_NATIVE(sechdrs[0].sh_size); in parse_elf()
538 info->num_sections = hdr->e_shnum; in parse_elf()
548 for (i = 0; i < info->num_sections; i++) { in parse_elf()
562 for (i = 1; i < info->num_sections; i++) { in parse_elf()
1608 if (section_index > elf->num_sections) in is_executable_section()
1958 for (i = 0; i < elf->num_sections; i++) { in check_sec_ref()
Dfile2alias.c1516 if (!sym->st_shndx || get_secindex(info, sym) >= info->num_sections) in handle_moddevtable()
/Linux-v5.15/drivers/net/hyperv/
Dnetvsc.c415 resp->num_sections, resp->sections[0].sub_alloc_size, in netvsc_init_buf()
419 if (resp->num_sections != 1 || resp->sections[0].offset != 0) { in netvsc_init_buf()
Dhyperv_net.h439 u32 num_sections; member
/Linux-v5.15/drivers/net/ethernet/qlogic/qed/
Dqed_hsi.h12795 u32 num_sections; member
13303 u32 num_sections; member