Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DElfInterface.cpp720 template class ElfInterfaceImpl<ElfTypes32>; variable
721 template class ElfInterfaceImpl<ElfTypes64>; variable
/system/unwinding/libunwindstack/include/unwindstack/
DElfInterface.h197 ElfInterfaceImpl(std::shared_ptr<Memory>& memory) : ElfInterface(memory) {} in ElfInterfaceImpl() function