Home
last modified time | relevance | path

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

/third_party/ulib/ngunwind/src/
A Delfxx.c43 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()
/third_party/ulib/ngunwind/src/dwarf/
A DGfind_proc_info-lsb.c121 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()
/third_party/ulib/backtrace/
A Delf.c169 b_elf_half e_shnum; /* Section header table entry count */ member
630 shnum = ehdr.e_shnum; in elf_add()
/third_party/ulib/musl/include/
A Delf.h49 Elf32_Half e_shnum; member
66 Elf64_Half e_shnum; member

Completed in 24 milliseconds