Home
last modified time | relevance | path

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

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