Home
last modified time | relevance | path

Searched refs:ElfInterface64Fake (Results 1 – 2 of 2) sorted by relevance

/system/core/libunwindstack/tests/
DElfFake.h133 class ElfInterface64Fake : public ElfInterface64 {
135 ElfInterface64Fake(Memory* memory) : ElfInterface64(memory) {} in ElfInterface64Fake() function
136 virtual ~ElfInterface64Fake() = default;
DElfInterfaceTest.cpp681 InitHeadersEhFrameTest<ElfInterface64Fake>(); in TEST_F()
713 InitHeadersDebugFrame<ElfInterface64Fake>(); in TEST_F()