Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Ddl_iterate_phdr_static.cpp53 …_info.dlpi_phdr = reinterpret_cast<ElfW(Phdr)*>(reinterpret_cast<uintptr_t>(ehdr) + ehdr->e_phoff); in dl_iterate_phdr()
73 …dlpi_phdr = reinterpret_cast<ElfW(Phdr)*>(reinterpret_cast<char*>(ehdr_vdso) + ehdr_vdso->e_phoff); in dl_iterate_phdr()
Dvdso.cpp78 ElfW(Phdr)* vdso_phdr = reinterpret_cast<ElfW(Phdr)*>(vdso_ehdr_addr + vdso_ehdr->e_phoff); in __libc_init_vdso()
/bionic/libc/malloc_debug/
DMapData.cpp90 if (!get_val<ElfW(Off)>(entry, addr + offsetof(ElfW(Ehdr), e_phoff), &ehdr.e_phoff)) { in read_loadbase()
93 addr += ehdr.e_phoff; in read_loadbase()
/bionic/libc/kernel/uapi/linux/
Delf.h215 Elf32_Off e_phoff; member
235 Elf64_Off e_phoff; member
/bionic/tools/relocation_packer/src/
Delf_file.cc74 VLOG(1) << "e_phoff = " << elf_header->e_phoff; in VerboseLogElfHeader()
270 if (elf_header->e_phoff > hole_start) { in AdjustElfHeaderForHole()
271 elf_header->e_phoff += hole_size; in AdjustElfHeaderForHole()
272 VLOG(1) << "e_phoff adjusted to " << elf_header->e_phoff; in AdjustElfHeaderForHole()
/bionic/linker/
Dlinker_phdr.cpp275 if (!CheckFileRange(header_.e_phoff, size)) { in ReadProgramHeaders()
280 if (!phdr_fragment_.Map(fd_, file_offset_, header_.e_phoff, size)) { in ReadProgramHeaders()
943 ElfW(Addr) offset = ehdr->e_phoff; in FindPhdr()
Dlinker.cpp4074 si->phdr = reinterpret_cast<ElfW(Phdr)*>(reinterpret_cast<char*>(ehdr_vdso) + ehdr_vdso->e_phoff); in add_vdso()
4109 ElfW(Phdr)* phdr = reinterpret_cast<ElfW(Phdr)*>(linker_base + elf_hdr->e_phoff); in init_linker_info_for_gdb()
4369 ElfW(Addr) offset = elf->e_phoff;
4401 ElfW(Phdr)* phdr = reinterpret_cast<ElfW(Phdr)*>(linker_addr + elf_hdr->e_phoff);