Searched refs:num_sections (Results 1 – 4 of 4) sorted by relevance
71 unsigned int i, num_sections; in get_offset_from_address() local75 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() local191 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()
149 unsigned int num_sections; /* max_secindex + 1 */ member
536 info->num_sections = TO_NATIVE(sechdrs[0].sh_size); in parse_elf()539 info->num_sections = hdr->e_shnum; in parse_elf()549 for (i = 0; i < info->num_sections; i++) { in parse_elf()563 for (i = 1; i < info->num_sections; i++) { in parse_elf()1614 if (section_index >= elf->num_sections) in is_executable_section()1924 for (i = 0; i < elf->num_sections; i++) { in check_sec_ref()
1516 if (!sym->st_shndx || get_secindex(info, sym) >= info->num_sections) in handle_moddevtable()