Searched refs:ElfInterface64 (Results 1 – 4 of 4) sorted by relevance
/system/unwinding/libunwindstack/tests/ |
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() 351 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() 596 Soname<ElfInterface64>(); in TEST_F() 617 SonameAfterDtNull<ElfInterface64>(); in TEST_F() 638 SonameSize<ElfInterface64>(); in TEST_F() 661 SonameMissingMap<ElfInterface64>(); in TEST_F() 744 InitProgramHeadersMalformed<Elf64_Ehdr, Elf64_Phdr, ElfInterface64>(); in TEST_F() [all …]
|
D | ElfFake.h | 134 class ElfInterface64Fake : public ElfInterface64 { 136 ElfInterface64Fake(Memory* memory) : ElfInterface64(memory) {} in ElfInterface64Fake()
|
/system/unwinding/libunwindstack/ |
D | Elf.cpp | 237 ElfInterface64::GetMaxSize(memory, size); in GetInfo() 327 interface.reset(new ElfInterface64(memory)); in CreateInterfaceFromMemory()
|
/system/unwinding/libunwindstack/include/unwindstack/ |
D | ElfInterface.h | 225 using ElfInterface64 = ElfInterfaceImpl<ElfTypes64>; variable
|