Searched refs:e_phnum (Results 1 – 7 of 7) sorted by relevance
58 exe_info.dlpi_phnum = ehdr->e_phnum; in dl_iterate_phdr()92 vdso_info.dlpi_phnum = ehdr_vdso->e_phnum; in dl_iterate_phdr()
106 for (size_t i = 0; i < vdso_ehdr->e_phnum; ++i) { in __libc_init_vdso()
107 if (!get_val<ElfW(Half)>(entry, addr + offsetof(ElfW(Ehdr), e_phnum), &ehdr.e_phnum)) { in read_loadbias()114 for (size_t i = 0; i < ehdr.e_phnum; i++) { in read_loadbias()
166 si->phnum = ehdr_vdso->e_phnum; in add_vdso()519 const ElfW(Phdr)* phdr_end = phdr_table + elf->e_phnum; in get_elf_exec_load_bias()663 tmp_linker_so.size = phdr_table_get_load_size(phdr, elf_hdr->e_phnum); in __linker_init()667 tmp_linker_so.phnum = elf_hdr->e_phnum; in __linker_init()
311 phdr_num_ = header_.e_phnum; in ReadProgramHeaders()
181 Elf32_Half e_phnum; member197 Elf64_Half e_phnum; member
72 ASSERT_EQ(info->dlpi_phnum, ehdr->e_phnum); in TEST()