Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/utils/
DOfflineUnwindUtils.cpp374 const std::unordered_map<std::string, uint32_t>& name_to_reg, std::string* error_msg, in ReadRegs() argument
394 auto entry = name_to_reg.find(name); in ReadRegs()
395 if (entry == name_to_reg.end()) { in ReadRegs()