Home
last modified time | relevance | path

Searched refs:ElfInterface64 (Results 1 – 3 of 3) sorted by relevance

/system/core/libunwindstack/
DElfInterface.h131 class ElfInterface64 : public ElfInterface {
133 ElfInterface64(Memory* memory) : ElfInterface(memory) {} in ElfInterface64() function
134 virtual ~ElfInterface64() = default;
DElf.cpp109 interface.reset(new ElfInterface64(memory)); in CreateInterfaceFromMemory()
/system/core/libunwindstack/tests/
DElfInterfaceTest.cpp108 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()