Home
last modified time | relevance | path

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

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