Searched refs:Elf64_Phdr (Results 1 – 9 of 9) sorted by relevance
/aosp12/system/unwinding/libunwindstack/tests/ |
H A D | ElfInterfaceTest.cpp | 215 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 D | ElfTest.cpp | 93 ehdr.e_phentsize = sizeof(Elf64_Phdr); in InitElf64() 98 Elf64_Phdr phdr; in InitElf64()
|
/aosp12/art/libelffile/elf/ |
H A D | elf_utils.h | 56 typedef Elf64_Phdr Phdr;
|
/aosp12/frameworks/compile/mclinker/include/mcld/ADT/ |
H A D | SizeTraits.h | 76 typedef llvm::ELF::Elf64_Phdr Phdr;
|
/aosp12/system/unwinding/libunwindstack/include/unwindstack/ |
H A D | ElfInterface.h | 66 using Phdr = Elf64_Phdr;
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | elf.h | 225 } Elf64_Phdr; typedef
|
/aosp12/system/unwinding/libunwindstack/ |
H A D | Elf.cpp | 346 return ElfInterface::GetLoadBias<Elf64_Ehdr, Elf64_Phdr>(memory); in GetLoadBias()
|
H A D | ElfInterface.cpp | 638 template int64_t ElfInterface::GetLoadBias<Elf64_Ehdr, Elf64_Phdr>(Memory*);
|
/aosp12/frameworks/compile/mclinker/lib/Target/ |
H A D | GNULDBackend.cpp | 140 elfSegmentTable().size() * sizeof(llvm::ELF::Elf64_Phdr); in sectionStartOffset() 2003 phdr_size = sizeof(llvm::ELF::Elf64_Phdr); in setupProgramHdrs()
|