Home
last modified time | relevance | path

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

/system/core/libunwindstack/include/unwindstack/
DUnwinder.h114 bool elf_from_memory_not_file() { return elf_from_memory_not_file_; } in elf_from_memory_not_file()
139 bool elf_from_memory_not_file_ = false; variable
/system/core/libunwindstack/
DUnwinder.cpp145 elf_from_memory_not_file_ = false; in Unwind()
171 if (!elf_from_memory_not_file_ && map_info->memory_backed_elf && !map_info->name.empty() && in Unwind()
173 elf_from_memory_not_file_ = true; in Unwind()