Home
last modified time | relevance | path

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

/system/core/libunwindstack/tests/
DElfFake.h120 class ElfInterface64Fake : public ElfInterface64 {
122 ElfInterface64Fake(Memory* memory) : ElfInterface64(memory) {} in ElfInterface64Fake() function
123 virtual ~ElfInterface64Fake() = default;
DElfInterfaceTest.cpp661 InitHeadersEhFrameTest<ElfInterface64Fake>(); in TEST_F()
693 InitHeadersDebugFrame<ElfInterface64Fake>(); in TEST_F()