Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DDwarfCfa.cpp413 auto cfa_location = loc_regs->find(CFA_REG); in cfa_def_cfa_register() local
414 if (cfa_location == loc_regs->end() || cfa_location->second.type != DWARF_LOCATION_REGISTER) { in cfa_def_cfa_register()
420 cfa_location->second.values[0] = operands_[0]; in cfa_def_cfa_register()
427 auto cfa_location = loc_regs->find(CFA_REG); in cfa_def_cfa_offset() local
428 if (cfa_location == loc_regs->end() || cfa_location->second.type != DWARF_LOCATION_REGISTER) { in cfa_def_cfa_offset()
433 cfa_location->second.values[1] = operands_[0]; in cfa_def_cfa_offset()
474 auto cfa_location = loc_regs->find(CFA_REG); in cfa_def_cfa_offset_sf() local
475 if (cfa_location == loc_regs->end() || cfa_location->second.type != DWARF_LOCATION_REGISTER) { in cfa_def_cfa_offset_sf()
481 cfa_location->second.values[1] = static_cast<uint64_t>(offset); in cfa_def_cfa_offset_sf()