Searched refs:cfa_low (Results 1 – 1 of 1) sorted by relevance
73 uint8_t cfa_low = cfa_value & 0x3f; in GetLocationInfo() local77 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() local287 if (!LogInstruction(indent, cfa_offset, cfa_low, &cur_pc)) { in Log()[all …]