Searched refs:e_phnum (Results 1 – 5 of 5) sorted by relevance
70 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()
171 for (i = 0; i < ehdr->e_phnum; ++i) in elf_w()
889 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()
47 Elf32_Half e_phnum; member64 Elf64_Half e_phnum; member
167 b_elf_half e_phnum; /* Program header table entry count */ member
Completed in 25 milliseconds