Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/tests/
DElfInterfaceTest.cpp215 SinglePtLoad<Elf64_Ehdr, Elf64_Phdr, Elf64_Dyn, ElfInterface64>(); in TEST_F()
282 MultipleExecutablePtLoads<Elf64_Ehdr, Elf64_Phdr, Elf64_Dyn, ElfInterface64>(); in TEST_F()
351 ElfInterface64>(); in TEST_F()
408 NonExecutablePtLoads<Elf64_Ehdr, Elf64_Phdr, Elf64_Dyn, ElfInterface64>(); in TEST_F()
479 ElfInterfaceTest::ManyPhdrs<Elf64_Ehdr, Elf64_Phdr, Elf64_Dyn, ElfInterface64>(); in TEST_F()
596 Soname<ElfInterface64>(); in TEST_F()
617 SonameAfterDtNull<ElfInterface64>(); in TEST_F()
638 SonameSize<ElfInterface64>(); in TEST_F()
661 SonameMissingMap<ElfInterface64>(); in TEST_F()
744 InitProgramHeadersMalformed<Elf64_Ehdr, Elf64_Phdr, ElfInterface64>(); in TEST_F()
[all …]
DElfFake.h134 class ElfInterface64Fake : public ElfInterface64 {
136 ElfInterface64Fake(Memory* memory) : ElfInterface64(memory) {} in ElfInterface64Fake()
/system/unwinding/libunwindstack/
DElf.cpp237 ElfInterface64::GetMaxSize(memory, size); in GetInfo()
327 interface.reset(new ElfInterface64(memory)); in CreateInterfaceFromMemory()
/system/unwinding/libunwindstack/include/unwindstack/
DElfInterface.h225 using ElfInterface64 = ElfInterfaceImpl<ElfTypes64>; variable