HomeSort by relevance Sort by last modified time
    Searched refs:ElfInterface64 (Results 1 - 3 of 3) sorted by null

  /system/core/libunwindstack/include/unwindstack/
ElfInterface.h 151 class ElfInterface64 : public ElfInterface {
153 ElfInterface64(Memory* memory) : ElfInterface(memory) {}
154 virtual ~ElfInterface64() = default;
  /system/core/libunwindstack/tests/
ElfInterfaceTest.cpp 152 SinglePtLoad<Elf64_Ehdr, Elf64_Phdr, Elf64_Dyn, ElfInterface64>();
219 MultipleExecutablePtLoads<Elf64_Ehdr, Elf64_Phdr, Elf64_Dyn, ElfInterface64>();
288 ElfInterface64>();
345 NonExecutablePtLoads<Elf64_Ehdr, Elf64_Phdr, Elf64_Dyn, ElfInterface64>();
417 ElfInterfaceTest::ManyPhdrs<Elf64_Ehdr, Elf64_Phdr, Elf64_Dyn, ElfInterface64>();
507 Soname<Elf64_Ehdr, Elf64_Phdr, Elf64_Dyn, ElfInterface64>();
562 SonameAfterDtNull<Elf64_Ehdr, Elf64_Phdr, Elf64_Dyn, ElfInterface64>();
616 SonameSize<Elf64_Ehdr, Elf64_Phdr, Elf64_Dyn, ElfInterface64>();
631 class MockElfInterface64 : public ElfInterface64 {
633 MockElfInterface64(Memory* memory) : ElfInterface64(memory) {
    [all...]
  /system/core/libunwindstack/
Elf.cpp 168 interface.reset(new ElfInterface64(memory));

Completed in 316 milliseconds