Searched refs:ElfInterface64 (Results 1 – 4 of 4) sorted by relevance
/system/core/libunwindstack/tests/ |
D | ElfInterfaceTest.cpp | 186 SinglePtLoad<Elf64_Ehdr, Elf64_Phdr, Elf64_Dyn, ElfInterface64>(); in TEST_F() 253 MultipleExecutablePtLoads<Elf64_Ehdr, Elf64_Phdr, Elf64_Dyn, ElfInterface64>(); in TEST_F() 322 ElfInterface64>(); in TEST_F() 379 NonExecutablePtLoads<Elf64_Ehdr, Elf64_Phdr, Elf64_Dyn, ElfInterface64>(); in TEST_F() 451 ElfInterfaceTest::ManyPhdrs<Elf64_Ehdr, Elf64_Phdr, Elf64_Dyn, ElfInterface64>(); in TEST_F() 568 Soname<ElfInterface64>(); in TEST_F() 589 SonameAfterDtNull<ElfInterface64>(); in TEST_F() 610 SonameSize<ElfInterface64>(); in TEST_F() 633 SonameMissingMap<ElfInterface64>(); in TEST_F() 716 InitProgramHeadersMalformed<Elf64_Ehdr, Elf64_Phdr, ElfInterface64>(); in TEST_F() [all …]
|
D | ElfFake.h | 120 class ElfInterface64Fake : public ElfInterface64 { 122 ElfInterface64Fake(Memory* memory) : ElfInterface64(memory) {} in ElfInterface64Fake()
|
/system/core/libunwindstack/include/unwindstack/ |
D | ElfInterface.h | 203 class ElfInterface64 : public ElfInterface { 205 ElfInterface64(Memory* memory) : ElfInterface(memory) {} in ElfInterface64() function 206 virtual ~ElfInterface64() = default;
|
/system/core/libunwindstack/ |
D | Elf.cpp | 224 ElfInterface64::GetMaxSize(memory, size); in GetInfo() 296 interface.reset(new ElfInterface64(memory)); in CreateInterfaceFromMemory()
|