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

/bionic/libc/bionic/
H A Ddl_iterate_phdr_static.cpp54 exe_info.dlpi_phnum = ehdr->e_phnum;
74 vdso_info.dlpi_phnum = ehdr_vdso->e_phnum;
H A Dvdso.cpp89 for (size_t i = 0; i < vdso_ehdr->e_phnum; ++i) {
/bionic/libc/kernel/uapi/linux/
H A Delf.h221 Elf32_Half e_phnum; member in struct:elf32_hdr
241 Elf64_Half e_phnum; member in struct:elf64_hdr
/bionic/linker/
H A Dlinker.cpp2281 si->phnum = ehdr_vdso->e_phnum;
2319 phdr_table_get_dynamic_section(phdr, elf_hdr->e_phnum, linker_base,
2525 const ElfW(Phdr)* phdr_end = phdr_table + elf->e_phnum;
2567 linker_so.size = phdr_table_get_load_size(phdr, elf_hdr->e_phnum);
2571 linker_so.phnum = elf_hdr->e_phnum;
H A Dlinker_phdr.cpp214 phdr_num_ = header_.e_phnum;
219 DL_ERR("\"%s\" has invalid e_phnum: %zd", name_, phdr_num_);

Completed in 187 milliseconds