Searched refs:e_shnum (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/third_party/ulib/ngunwind/src/
H A Delfxx.c43 if (soff + ehdr->e_shnum * ehdr->e_shentsize > ei->size)
46 (unsigned long) (soff + ehdr->e_shnum * ehdr->e_shentsize),
107 for (i = 0; i < ehdr->e_shnum; ++i)
236 for (i = 0; i < ehdr->e_shnum; ++i)
/fuchsia/zircon/third_party/ulib/ngunwind/src/dwarf/
H A DGfind_proc_info-lsb.c121 sec_hdrs = calloc (ehdr.e_shnum, sizeof (Elf_W (Shdr)));
122 if (fread (sec_hdrs, sizeof (Elf_W (Shdr)), ehdr.e_shnum, f) != ehdr.e_shnum)
132 for (i = 1; i < ehdr.e_shnum && *buf == NULL; i++)
/fuchsia/zircon/third_party/ulib/backtrace/
H A Delf.c169 b_elf_half e_shnum; /* Section header table entry count */ member in struct:__anon1532
630 shnum = ehdr.e_shnum;
/fuchsia/zircon/third_party/ulib/musl/include/
H A Delf.h49 Elf32_Half e_shnum; member in struct:__anon1653
66 Elf64_Half e_shnum; member in struct:__anon1654

Completed in 100 milliseconds