Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DSymbols.cpp169 auto it = global_variables_.find(name); in GetGlobal()
170 if (it != global_variables_.end()) { in GetGlobal()
191 global_variables_.emplace(name, entry.st_value); in GetGlobal()
198 global_variables_.emplace(name, std::optional<uint64_t>()); // Remember "not found" outcome. in GetGlobal()
DSymbols.h74 std::unordered_map<std::string, std::optional<uint64_t>> global_variables_; variable