Home
last modified time | relevance | path

Searched refs:e_phnum (Results 1 – 5 of 5) sorted by relevance

/third_party/ulib/ngunwind/src/dwarf/
A DGfind_unwind_table.c70 for (i = 0; i < ehdr->e_phnum; ++i) in dwarf_find_unwind_table()
292 size_t phdr_size = ehdr->e_phnum * ehdr->e_phentsize; in dwarf_as_find_unwind_table()
304 for (i = 0; i < ehdr->e_phnum; ++i) in dwarf_as_find_unwind_table()
/third_party/ulib/ngunwind/src/
A Delfxx.c171 for (i = 0; i < ehdr->e_phnum; ++i) in elf_w()
/third_party/ulib/musl/ldso/
A Ddynlink.c889 phsize = eh->e_phentsize * eh->e_phnum; in map_library()
902 for (i = eh->e_phnum; i; i--, ph = (void*)((char*)ph + eh->e_phentsize)) { in map_library()
980 for (ph = ph0, i = eh->e_phnum; i; i--, ph = (void*)((char*)ph + eh->e_phentsize)) { in map_library()
988 dso->phnum = eh->e_phnum; in map_library()
1707 ldso.phnum = ehdr->e_phnum; in __dls2()
1723 vdso.phnum = ehdr->e_phnum; in __dls2()
/third_party/ulib/musl/include/
A Delf.h47 Elf32_Half e_phnum; member
64 Elf64_Half e_phnum; member
/third_party/ulib/backtrace/
A Delf.c167 b_elf_half e_phnum; /* Program header table entry count */ member

Completed in 25 milliseconds