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()599 if (sym_tab_idx >= elf->e_shnum) in e64_relocate()601 sym_tab_idx = confine_array_index(sym_tab_idx, elf->e_shnum); in e64_relocate()619 if (str_tab_idx >= elf->e_shnum) in e64_relocate()623 elf->e_shnum); in e64_relocate()744 for (n = 0; n < elf->e_shnum; n++) in ta_elf_relocate()750 for (n = 0; n < elf->e_shnum; n++) in ta_elf_relocate()
129 elf->e_shnum = ehdr->e_shnum; in e32_parse_ehdr()154 elf->e_shnum = ehdr->e_shnum; in e64_parse_ehdr()192 elf->e_shnum = ehdr->e_shnum; in e64_parse_ehdr()309 for (n = 0; n < elf->e_shnum; n++) { in save_hashtab()323 for (n = 0; n < elf->e_shnum; n++) { in save_hashtab()419 if (str_idx >= elf->e_shnum) in e32_save_symtab()446 if (str_idx >= elf->e_shnum) in e64_save_symtab()462 for (n = 0; n < elf->e_shnum; n++) { in save_symtab()471 for (n = 0; n < elf->e_shnum; n++) { in save_symtab()1111 if (MUL_OVERFLOW(elf->e_shnum, elf->e_shentsize, &sz)) in copy_section_headers()
46 unsigned int e_shnum; member
44 uint32_t e_shnum; member
119 for (i = 0; i < ehdr->e_shnum; i++, shdr++) { in e32_parser_find_rsc_table()
70 Elf32_Half e_shnum; /* Number of section header entries. */ member
79 Elf64_Half e_shnum; /* Number of section header entries. */ member