Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/tests/
DElfInterfaceTest.cpp216 SinglePtLoad<Elf64_Ehdr, Elf64_Phdr, Elf64_Dyn, ElfInterface64>(); in TEST_F()
283 MultipleExecutablePtLoads<Elf64_Ehdr, Elf64_Phdr, Elf64_Dyn, ElfInterface64>(); in TEST_F()
352 ElfInterface64>(); in TEST_F()
409 NonExecutablePtLoads<Elf64_Ehdr, Elf64_Phdr, Elf64_Dyn, ElfInterface64>(); in TEST_F()
480 ElfInterfaceTest::ManyPhdrs<Elf64_Ehdr, Elf64_Phdr, Elf64_Dyn, ElfInterface64>(); in TEST_F()
597 Soname<ElfInterface64>(); in TEST_F()
618 SonameAfterDtNull<ElfInterface64>(); in TEST_F()
639 SonameSize<ElfInterface64>(); in TEST_F()
662 SonameMissingMap<ElfInterface64>(); in TEST_F()
741 InitProgramHeadersMalformed<Elf64_Ehdr, Elf64_Phdr, ElfInterface64>(); in TEST_F()
[all …]
DElfFake.h133 class ElfInterface64Fake : public ElfInterface64 {
135 ElfInterface64Fake(std::shared_ptr<Memory>& memory) : ElfInterface64(memory) {} in ElfInterface64Fake()
/system/unwinding/libunwindstack/
DElf.cpp240 ElfInterface64::GetMaxSize(memory, size); in GetInfo()
324 interface.reset(new ElfInterface64(memory)); in CreateInterfaceFromMemory()
/system/unwinding/libunwindstack/include/unwindstack/
DElfInterface.h225 using ElfInterface64 = ElfInterfaceImpl<ElfTypes64>; variable