Searched refs:e_shnum (Results 1 – 13 of 13) sorted by relevance
275 if (sym_tab_idx >= elf->e_shnum) in e32_relocate()277 sym_tab_idx = confine_array_index(sym_tab_idx, elf->e_shnum); in e32_relocate()295 if (str_tab_idx >= elf->e_shnum) in e32_relocate()299 elf->e_shnum); in e32_relocate()503 if (sym_tab_idx >= elf->e_shnum) in e64_relocate()505 sym_tab_idx = confine_array_index(sym_tab_idx, elf->e_shnum); in e64_relocate()523 if (str_tab_idx >= elf->e_shnum) in e64_relocate()527 elf->e_shnum); in e64_relocate()625 for (n = 0; n < elf->e_shnum; n++) in ta_elf_relocate()631 for (n = 0; n < elf->e_shnum; n++) in ta_elf_relocate()
45 unsigned int e_shnum; member
121 elf->e_shnum = ehdr->e_shnum; in e32_parse_ehdr()146 elf->e_shnum = ehdr->e_shnum; in e64_parse_ehdr()365 if (str_idx >= elf->e_shnum) in e32_save_symtab()392 if (str_idx >= elf->e_shnum) in e64_save_symtab()408 for (n = 0; n < elf->e_shnum; n++) { in save_symtab()417 for (n = 0; n < elf->e_shnum; n++) { in save_symtab()1053 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 38 milliseconds