Home
last modified time | relevance | path

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

/system/core/libunwindstack/tests/
DElfInterfaceTest.cpp186 SinglePtLoad<Elf64_Ehdr, Elf64_Phdr, Elf64_Dyn, ElfInterface64>(); in TEST_F()
253 MultipleExecutablePtLoads<Elf64_Ehdr, Elf64_Phdr, Elf64_Dyn, ElfInterface64>(); in TEST_F()
322 ElfInterface64>(); in TEST_F()
379 NonExecutablePtLoads<Elf64_Ehdr, Elf64_Phdr, Elf64_Dyn, ElfInterface64>(); in TEST_F()
451 ElfInterfaceTest::ManyPhdrs<Elf64_Ehdr, Elf64_Phdr, Elf64_Dyn, ElfInterface64>(); in TEST_F()
568 Soname<ElfInterface64>(); in TEST_F()
589 SonameAfterDtNull<ElfInterface64>(); in TEST_F()
610 SonameSize<ElfInterface64>(); in TEST_F()
633 SonameMissingMap<ElfInterface64>(); in TEST_F()
716 InitProgramHeadersMalformed<Elf64_Ehdr, Elf64_Phdr, ElfInterface64>(); in TEST_F()
[all …]
DElfFake.h120 class ElfInterface64Fake : public ElfInterface64 {
122 ElfInterface64Fake(Memory* memory) : ElfInterface64(memory) {} in ElfInterface64Fake()
/system/core/libunwindstack/include/unwindstack/
DElfInterface.h203 class ElfInterface64 : public ElfInterface {
205 ElfInterface64(Memory* memory) : ElfInterface(memory) {} in ElfInterface64() function
206 virtual ~ElfInterface64() = default;
/system/core/libunwindstack/
DElf.cpp224 ElfInterface64::GetMaxSize(memory, size); in GetInfo()
296 interface.reset(new ElfInterface64(memory)); in CreateInterfaceFromMemory()