Home
last modified time | relevance | path

Searched refs:e_phoff (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/malloc_debug/
DMapData.cpp110 if (!get_val<ElfW(Off)>(entry, addr + offsetof(ElfW(Ehdr), e_phoff), &ehdr.e_phoff)) { in read_loadbias()
113 addr += ehdr.e_phoff; in read_loadbias()
/bionic/libc/bionic/
Ddl_iterate_phdr_static.cpp57 …_info.dlpi_phdr = reinterpret_cast<ElfW(Phdr)*>(reinterpret_cast<uintptr_t>(ehdr) + ehdr->e_phoff); in dl_iterate_phdr()
91 …dlpi_phdr = reinterpret_cast<ElfW(Phdr)*>(reinterpret_cast<char*>(ehdr_vdso) + ehdr_vdso->e_phoff); in dl_iterate_phdr()
Dvdso.cpp105 ElfW(Phdr)* vdso_phdr = reinterpret_cast<ElfW(Phdr)*>(vdso_ehdr_addr + vdso_ehdr->e_phoff); in __libc_init_vdso()
/bionic/libc/kernel/uapi/linux/
Delf.h176 Elf32_Off e_phoff; member
192 Elf64_Off e_phoff; member
/bionic/linker/
Dlinker_main.cpp165 si->phdr = reinterpret_cast<ElfW(Phdr)*>(reinterpret_cast<char*>(ehdr_vdso) + ehdr_vdso->e_phoff); in add_vdso()
515 ElfW(Addr) offset = elf->e_phoff; in get_elf_exec_load_bias()
653 ElfW(Phdr)* phdr = reinterpret_cast<ElfW(Phdr)*>(linker_addr + elf_hdr->e_phoff); in __linker_init()
Dlinker_phdr.cpp322 if (!CheckFileRange(header_.e_phoff, size, alignof(ElfW(Phdr)))) { in ReadProgramHeaders()
325 static_cast<size_t>(header_.e_phoff), in ReadProgramHeaders()
330 if (!phdr_fragment_.Map(fd_, file_offset_, header_.e_phoff, size)) { in ReadProgramHeaders()
1116 ElfW(Addr) offset = ehdr->e_phoff; in FindPhdr()