Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DElf.cpp54 interface_.reset(CreateInterfaceFromMemory(memory_)); in Init()
77 gnu_debugdata_interface_.reset(CreateInterfaceFromMemory(memory)); in InitGnuDebugdata()
281 ElfInterface* Elf::CreateInterfaceFromMemory(std::shared_ptr<Memory>& memory) { in CreateInterfaceFromMemory() function in unwindstack::Elf
/system/unwinding/libunwindstack/include/unwindstack/
DElf.h62 ElfInterface* CreateInterfaceFromMemory(std::shared_ptr<Memory>& memory);