Searched refs:cfa_low (Results 1 – 1 of 1) sorted by relevance
72 uint8_t cfa_low = cfa_value & 0x3f; in GetLocationInfo() local76 cur_pc_ += cfa_low * fde_->cie->code_alignment_factor; in GetLocationInfo()87 (*loc_regs)[cfa_low] = {.type = DWARF_LOCATION_OFFSET, in GetLocationInfo()98 auto reg_entry = cie_loc_regs_->find(cfa_low); in GetLocationInfo()100 loc_regs->erase(cfa_low); in GetLocationInfo()102 (*loc_regs)[cfa_low] = reg_entry->second; in GetLocationInfo()107 const auto handle_func = DwarfCfa<AddressType>::kCallbackTable[cfa_low]; in GetLocationInfo()113 const auto cfa = &DwarfCfaInfo::kTable[cfa_low]; in GetLocationInfo()281 uint8_t cfa_low = cfa_value & 0x3f; in Log() local284 if (!LogInstruction(indent, cfa_offset, cfa_low, &cur_pc)) { in Log()[all …]