Searched refs:e_shnum (Results 1 – 4 of 4) sorted by relevance
43 if (soff + ehdr->e_shnum * ehdr->e_shentsize > ei->size) in Elf_W()46 (unsigned long) (soff + ehdr->e_shnum * ehdr->e_shentsize), in Elf_W()107 for (i = 0; i < ehdr->e_shnum; ++i) in elf_w()236 for (i = 0; i < ehdr->e_shnum; ++i) in elf_w()
121 sec_hdrs = calloc (ehdr.e_shnum, sizeof (Elf_W (Shdr))); in load_debug_frame()122 if (fread (sec_hdrs, sizeof (Elf_W (Shdr)), ehdr.e_shnum, f) != ehdr.e_shnum) in load_debug_frame()132 for (i = 1; i < ehdr.e_shnum && *buf == NULL; i++) in load_debug_frame()
169 b_elf_half e_shnum; /* Section header table entry count */ member630 shnum = ehdr.e_shnum; in elf_add()
49 Elf32_Half e_shnum; member66 Elf64_Half e_shnum; member
Completed in 24 milliseconds