Searched refs:cfa_low (Results 1 – 1 of 1) sorted by relevance
75 uint8_t cfa_low = cfa_value & 0x3f; in GetLocationInfo() local79 cur_pc_ += cfa_low * fde_->cie->code_alignment_factor; in GetLocationInfo()90 (*loc_regs)[cfa_low] = {.type = DWARF_LOCATION_OFFSET, in GetLocationInfo()101 auto reg_entry = cie_loc_regs_->find(cfa_low); in GetLocationInfo()103 loc_regs->erase(cfa_low); in GetLocationInfo()105 (*loc_regs)[cfa_low] = reg_entry->second; in GetLocationInfo()110 const auto handle_func = DwarfCfa<AddressType>::kCallbackTable[cfa_low]; in GetLocationInfo()116 const auto cfa = &DwarfCfaInfo::kTable[cfa_low]; in GetLocationInfo()290 uint8_t cfa_low = cfa_value & 0x3f; in Log() local293 if (!LogInstruction(indent, cfa_offset, cfa_low, &cur_pc)) { in Log()[all …]