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()
153 unsigned int num_sections; /* max_secindex + 1 */ member
539 info->num_sections = TO_NATIVE(sechdrs[0].sh_size); in parse_elf()542 info->num_sections = hdr->e_shnum; in parse_elf()552 for (i = 0; i < info->num_sections; i++) { in parse_elf()566 for (i = 1; i < info->num_sections; i++) { in parse_elf()1620 if (section_index >= elf->num_sections) in is_executable_section()1984 for (i = 0; i < elf->num_sections; i++) { in check_sec_ref()
1459 if (!sym->st_shndx || get_secindex(info, sym) >= info->num_sections) in handle_moddevtable()