Home
last modified time | relevance | path

Searched refs:Elf64_Phdr (Results 1 – 9 of 9) sorted by relevance

/aosp12/system/unwinding/libunwindstack/tests/
H A DElfInterfaceTest.cpp215 SinglePtLoad<Elf64_Ehdr, Elf64_Phdr, Elf64_Dyn, ElfInterface64>(); in TEST_F()
282 MultipleExecutablePtLoads<Elf64_Ehdr, Elf64_Phdr, Elf64_Dyn, ElfInterface64>(); in TEST_F()
408 NonExecutablePtLoads<Elf64_Ehdr, Elf64_Phdr, Elf64_Dyn, ElfInterface64>(); in TEST_F()
479 ElfInterfaceTest::ManyPhdrs<Elf64_Ehdr, Elf64_Phdr, Elf64_Dyn, ElfInterface64>(); in TEST_F()
595 SonameInit<Elf64_Ehdr, Elf64_Phdr, Elf64_Shdr, Elf64_Dyn>(); in TEST_F()
616 SonameInit<Elf64_Ehdr, Elf64_Phdr, Elf64_Shdr, Elf64_Dyn>(SONAME_DTNULL_AFTER); in TEST_F()
637 SonameInit<Elf64_Ehdr, Elf64_Phdr, Elf64_Shdr, Elf64_Dyn>(SONAME_DTSIZE_SMALL); in TEST_F()
660 SonameInit<Elf64_Ehdr, Elf64_Phdr, Elf64_Shdr, Elf64_Dyn>(SONAME_MISSING_MAP); in TEST_F()
744 InitProgramHeadersMalformed<Elf64_Ehdr, Elf64_Phdr, ElfInterface64>(); in TEST_F()
1876 CheckLoadBiasInFirstPhdr<Elf64_Ehdr, Elf64_Phdr, ElfInterface64>(0); in TEST_F()
[all …]
H A DElfTest.cpp93 ehdr.e_phentsize = sizeof(Elf64_Phdr); in InitElf64()
98 Elf64_Phdr phdr; in InitElf64()
/aosp12/art/libelffile/elf/
H A Delf_utils.h56 typedef Elf64_Phdr Phdr;
/aosp12/frameworks/compile/mclinker/include/mcld/ADT/
H A DSizeTraits.h76 typedef llvm::ELF::Elf64_Phdr Phdr;
/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DElfInterface.h66 using Phdr = Elf64_Phdr;
/aosp12/bionic/libc/kernel/uapi/linux/
H A Delf.h225 } Elf64_Phdr; typedef
/aosp12/system/unwinding/libunwindstack/
H A DElf.cpp346 return ElfInterface::GetLoadBias<Elf64_Ehdr, Elf64_Phdr>(memory); in GetLoadBias()
H A DElfInterface.cpp638 template int64_t ElfInterface::GetLoadBias<Elf64_Ehdr, Elf64_Phdr>(Memory*);
/aosp12/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp140 elfSegmentTable().size() * sizeof(llvm::ELF::Elf64_Phdr); in sectionStartOffset()
2003 phdr_size = sizeof(llvm::ELF::Elf64_Phdr); in setupProgramHdrs()