Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/include/unwindstack/
DUnwinder.h121 bool elf_from_memory_not_file() { return elf_from_memory_not_file_; } in elf_from_memory_not_file()
163 bool elf_from_memory_not_file_ = false; variable
/system/unwinding/libunwindstack/
DUnwinder.cpp154 elf_from_memory_not_file_ = false; in Unwind()
187 if (!elf_from_memory_not_file_ && map_info->memory_backed_elf() && !map_name.empty() && in Unwind()
189 elf_from_memory_not_file_ = true; in Unwind()