Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DMapInfo.cpp276 Elf* MapInfo::GetElf(const std::shared_ptr<Memory>& process_memory, ArchEnum expected_arch) { in GetElf() argument
296 if (elf()->valid() && expected_arch != elf()->arch()) { in GetElf()
/system/unwinding/libunwindstack/include/unwindstack/
DMapInfo.h178 Elf* GetElf(const std::shared_ptr<Memory>& process_memory, ArchEnum expected_arch);