Home
last modified time | relevance | path

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

/system/core/libunwindstack/tests/
DElfInterfaceTest.cpp207 SinglePtLoad<Elf64_Ehdr, Elf64_Phdr, Elf64_Dyn, ElfInterface64>(); in TEST_F()
274 MultipleExecutablePtLoads<Elf64_Ehdr, Elf64_Phdr, Elf64_Dyn, ElfInterface64>(); in TEST_F()
343 ElfInterface64>(); in TEST_F()
400 NonExecutablePtLoads<Elf64_Ehdr, Elf64_Phdr, Elf64_Dyn, ElfInterface64>(); in TEST_F()
471 ElfInterfaceTest::ManyPhdrs<Elf64_Ehdr, Elf64_Phdr, Elf64_Dyn, ElfInterface64>(); in TEST_F()
588 Soname<ElfInterface64>(); in TEST_F()
609 SonameAfterDtNull<ElfInterface64>(); in TEST_F()
630 SonameSize<ElfInterface64>(); in TEST_F()
653 SonameMissingMap<ElfInterface64>(); in TEST_F()
736 InitProgramHeadersMalformed<Elf64_Ehdr, Elf64_Phdr, ElfInterface64>(); in TEST_F()
[all …]
DElfFake.h133 class ElfInterface64Fake : public ElfInterface64 {
135 ElfInterface64Fake(Memory* memory) : ElfInterface64(memory) {} in ElfInterface64Fake()
/system/core/libunwindstack/include/unwindstack/
DElfInterface.h214 class ElfInterface64 : public ElfInterface {
216 ElfInterface64(Memory* memory) : ElfInterface(memory) {} in ElfInterface64() function
217 virtual ~ElfInterface64() = default;
/system/core/libunwindstack/
DElf.cpp233 ElfInterface64::GetMaxSize(memory, size); in GetInfo()
305 interface.reset(new ElfInterface64(memory)); in CreateInterfaceFromMemory()