Searched refs:ElfInterface64 (Results 1 – 4 of 4) sorted by relevance
/system/unwinding/libunwindstack/tests/ |
D | ElfInterfaceTest.cpp | 216 SinglePtLoad<Elf64_Ehdr, Elf64_Phdr, Elf64_Dyn, ElfInterface64>(); in TEST_F() 283 MultipleExecutablePtLoads<Elf64_Ehdr, Elf64_Phdr, Elf64_Dyn, ElfInterface64>(); in TEST_F() 352 ElfInterface64>(); in TEST_F() 409 NonExecutablePtLoads<Elf64_Ehdr, Elf64_Phdr, Elf64_Dyn, ElfInterface64>(); in TEST_F() 480 ElfInterfaceTest::ManyPhdrs<Elf64_Ehdr, Elf64_Phdr, Elf64_Dyn, ElfInterface64>(); in TEST_F() 597 Soname<ElfInterface64>(); in TEST_F() 618 SonameAfterDtNull<ElfInterface64>(); in TEST_F() 639 SonameSize<ElfInterface64>(); in TEST_F() 662 SonameMissingMap<ElfInterface64>(); in TEST_F() 741 InitProgramHeadersMalformed<Elf64_Ehdr, Elf64_Phdr, ElfInterface64>(); in TEST_F() [all …]
|
D | ElfFake.h | 133 class ElfInterface64Fake : public ElfInterface64 { 135 ElfInterface64Fake(std::shared_ptr<Memory>& memory) : ElfInterface64(memory) {} in ElfInterface64Fake()
|
/system/unwinding/libunwindstack/ |
D | Elf.cpp | 240 ElfInterface64::GetMaxSize(memory, size); in GetInfo() 324 interface.reset(new ElfInterface64(memory)); in CreateInterfaceFromMemory()
|
/system/unwinding/libunwindstack/include/unwindstack/ |
D | ElfInterface.h | 225 using ElfInterface64 = ElfInterfaceImpl<ElfTypes64>; variable
|