Searched refs:e_shnum (Results 1 – 5 of 5) sorted by relevance
356 if (sym_tab_idx >= elf->e_shnum) in e32_relocate()358 sym_tab_idx = confine_array_index(sym_tab_idx, elf->e_shnum); in e32_relocate()376 if (str_tab_idx >= elf->e_shnum) in e32_relocate()380 elf->e_shnum); in e32_relocate()596 if (sym_tab_idx >= elf->e_shnum) in e64_relocate()598 sym_tab_idx = confine_array_index(sym_tab_idx, elf->e_shnum); in e64_relocate()616 if (str_tab_idx >= elf->e_shnum) in e64_relocate()620 elf->e_shnum); in e64_relocate()741 for (n = 0; n < elf->e_shnum; n++) in ta_elf_relocate()747 for (n = 0; n < elf->e_shnum; n++) in ta_elf_relocate()
45 unsigned int e_shnum; member
122 elf->e_shnum = ehdr->e_shnum; in e32_parse_ehdr()147 elf->e_shnum = ehdr->e_shnum; in e64_parse_ehdr()185 elf->e_shnum = ehdr->e_shnum; in e64_parse_ehdr()302 for (n = 0; n < elf->e_shnum; n++) { in save_hashtab()316 for (n = 0; n < elf->e_shnum; n++) { in save_hashtab()412 if (str_idx >= elf->e_shnum) in e32_save_symtab()439 if (str_idx >= elf->e_shnum) in e64_save_symtab()455 for (n = 0; n < elf->e_shnum; n++) { in save_symtab()464 for (n = 0; n < elf->e_shnum; n++) { in save_symtab()1100 if (MUL_OVERFLOW(elf->e_shnum, elf->e_shentsize, &sz)) in copy_section_headers()
70 Elf32_Half e_shnum; /* Number of section header entries. */ member
79 Elf64_Half e_shnum; /* Number of section header entries. */ member
Completed in 10 milliseconds