Home
last modified time | relevance | path

Searched defs:ElfInterfaceImpl (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/unwinding/libunwindstack/
H A DElfInterface.cpp634 template class ElfInterfaceImpl<ElfTypes32>; variable
635 template class ElfInterfaceImpl<ElfTypes64>; variable
/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DElfInterface.h197 ElfInterfaceImpl(Memory* memory) : ElfInterface(memory) {} in ElfInterfaceImpl() function