Searched refs:e_shnum (Results 1 – 7 of 7) sorted by relevance
359 if (sym_tab_idx >= elf->e_shnum) in e32_relocate()361 sym_tab_idx = confine_array_index(sym_tab_idx, elf->e_shnum); in e32_relocate()379 if (str_tab_idx >= elf->e_shnum) in e32_relocate()383 elf->e_shnum); in e32_relocate()601 if (sym_tab_idx >= elf->e_shnum) in e64_relocate()603 sym_tab_idx = confine_array_index(sym_tab_idx, elf->e_shnum); in e64_relocate()621 if (str_tab_idx >= elf->e_shnum) in e64_relocate()625 elf->e_shnum); in e64_relocate()752 for (n = 0; n < elf->e_shnum; n++) in ta_elf_relocate()758 for (n = 0; n < elf->e_shnum; n++) in ta_elf_relocate()
130 elf->e_shnum = ehdr->e_shnum; in e32_parse_ehdr()155 elf->e_shnum = ehdr->e_shnum; in e64_parse_ehdr()193 elf->e_shnum = ehdr->e_shnum; in e64_parse_ehdr()310 for (n = 0; n < elf->e_shnum; n++) { in save_hashtab()324 for (n = 0; n < elf->e_shnum; n++) { in save_hashtab()420 if (str_idx >= elf->e_shnum) in e32_save_symtab()447 if (str_idx >= elf->e_shnum) in e64_save_symtab()463 for (n = 0; n < elf->e_shnum; n++) { in save_symtab()472 for (n = 0; n < elf->e_shnum; n++) { in save_symtab()1112 if (MUL_OVERFLOW(elf->e_shnum, elf->e_shentsize, &sz)) in copy_section_headers()
46 unsigned int e_shnum; member
118 MUL_OVERFLOW(sizeof(*shdr), ehdr->e_shnum, &shdr_array_sz) || in e32_parser_find_rsc_table()120 ehdr->e_shstrndx >= ehdr->e_shnum) in e32_parser_find_rsc_table()128 for (i = 0; i < ehdr->e_shnum; i++, shdr++) { in e32_parser_find_rsc_table()
44 uint32_t e_shnum; member
70 Elf32_Half e_shnum; /* Number of section header entries. */ member
79 Elf64_Half e_shnum; /* Number of section header entries. */ member