Searched refs:ElfInterface64 (Results 1 – 3 of 3) sorted by relevance
/system/core/libunwindstack/ |
D | ElfInterface.h | 131 class ElfInterface64 : public ElfInterface { 133 ElfInterface64(Memory* memory) : ElfInterface(memory) {} in ElfInterface64() function 134 virtual ~ElfInterface64() = default;
|
D | Elf.cpp | 109 interface.reset(new ElfInterface64(memory)); in CreateInterfaceFromMemory()
|
/system/core/libunwindstack/tests/ |
D | ElfInterfaceTest.cpp | 108 SinglePtLoad<Elf64_Ehdr, Elf64_Phdr, Elf64_Dyn, ElfInterface64>(); in TEST_F() 175 MultipleExecutablePtLoads<Elf64_Ehdr, Elf64_Phdr, Elf64_Dyn, ElfInterface64>(); in TEST_F() 244 ElfInterface64>(); in TEST_F() 301 NonExecutablePtLoads<Elf64_Ehdr, Elf64_Phdr, Elf64_Dyn, ElfInterface64>(); in TEST_F() 373 ElfInterfaceTest::ManyPhdrs<Elf64_Ehdr, Elf64_Phdr, Elf64_Dyn, ElfInterface64>(); in TEST_F() 463 Soname<Elf64_Ehdr, Elf64_Phdr, Elf64_Dyn, ElfInterface64>(); in TEST_F() 518 SonameAfterDtNull<Elf64_Ehdr, Elf64_Phdr, Elf64_Dyn, ElfInterface64>(); in TEST_F() 572 SonameSize<Elf64_Ehdr, Elf64_Phdr, Elf64_Dyn, ElfInterface64>(); in TEST_F()
|