Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DDwarfCfa.cpp427 auto cfa_location = loc_regs->find(CFA_REG); in cfa_def_cfa_register() local
428 if (cfa_location == loc_regs->end() || cfa_location->second.type != DWARF_LOCATION_REGISTER) { in cfa_def_cfa_register()
434 cfa_location->second.values[0] = operands_[0]; in cfa_def_cfa_register()
441 auto cfa_location = loc_regs->find(CFA_REG); in cfa_def_cfa_offset() local
442 if (cfa_location == loc_regs->end() || cfa_location->second.type != DWARF_LOCATION_REGISTER) { in cfa_def_cfa_offset()
447 cfa_location->second.values[1] = operands_[0]; in cfa_def_cfa_offset()
488 auto cfa_location = loc_regs->find(CFA_REG); in cfa_def_cfa_offset_sf() local
489 if (cfa_location == loc_regs->end() || cfa_location->second.type != DWARF_LOCATION_REGISTER) { in cfa_def_cfa_offset_sf()
495 cfa_location->second.values[1] = static_cast<uint64_t>(offset); in cfa_def_cfa_offset_sf()
539 auto cfa_location = loc_regs->find(Arm64Reg::ARM64_PREG_RA_SIGN_STATE); in cfa_aarch64_negate_ra_state() local
[all …]