Lines Matching refs:cfa_low
73 uint8_t cfa_low = cfa_value & 0x3f; in GetLocationInfo() local
77 cur_pc_ += cfa_low * fde_->cie->code_alignment_factor; in GetLocationInfo()
88 (*loc_regs)[cfa_low] = {.type = DWARF_LOCATION_OFFSET, in GetLocationInfo()
99 auto reg_entry = cie_loc_regs_->find(cfa_low); in GetLocationInfo()
101 loc_regs->erase(cfa_low); in GetLocationInfo()
103 (*loc_regs)[cfa_low] = reg_entry->second; in GetLocationInfo()
108 const auto handle_func = DwarfCfa<AddressType>::kCallbackTable[cfa_low]; in GetLocationInfo()
114 const auto cfa = &DwarfCfaInfo::kTable[cfa_low]; in GetLocationInfo()
284 uint8_t cfa_low = cfa_value & 0x3f; in Log() local
287 if (!LogInstruction(indent, cfa_offset, cfa_low, &cur_pc)) { in Log()
292 log(indent, "DW_CFA_advance_loc %d", cfa_low); in Log()
294 cur_pc += cfa_low * fde_->cie->code_alignment_factor; in Log()
297 if (!LogOffsetRegisterString(indent, cfa_offset, cfa_low)) { in Log()
302 log(indent, "DW_CFA_restore register(%d)", cfa_low); in Log()