Home
last modified time | relevance | path

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

/aosp12/system/unwinding/libunwindstack/tests/
H A DElfFake.h123 class ElfInterface32Fake : public ElfInterface32 {
125 ElfInterface32Fake(Memory* memory) : ElfInterface32(memory) {} in ElfInterface32Fake() function
126 virtual ~ElfInterface32Fake() = default;
H A DElfInterfaceTest.cpp685 InitHeadersEhFrameTest<ElfInterface32Fake>(); in TEST_F()
717 InitHeadersDebugFrame<ElfInterface32Fake>(); in TEST_F()