Lines Matching refs:fde_
55 cur_pc_ = fde_->pc_start; in GetLocationInfo()
63 loc_regs->pc_end = fde_->pc_end; in GetLocationInfo()
79 cur_pc_ += cfa_low * fde_->cie->code_alignment_factor; in GetLocationInfo()
89 static_cast<SignedType>(offset) * fde_->cie->data_alignment_factor; in GetLocationInfo()
280 uint64_t cur_pc = fde_->pc_start; in Log()
300 cur_pc += cfa_low * fde_->cie->code_alignment_factor; in Log()
344 cur_pc_ += operands_[0] * fde_->cie->code_alignment_factor; in cfa_advance_loc()
464 SignedType value = static_cast<SignedType>(operands_[1]) * fde_->cie->data_alignment_factor; in cfa_offset_extended_sf()
471 SignedType offset = static_cast<SignedType>(operands_[1]) * fde_->cie->data_alignment_factor; in cfa_def_cfa_sf()
486 SignedType offset = static_cast<SignedType>(operands_[0]) * fde_->cie->data_alignment_factor; in cfa_def_cfa_offset_sf()
494 SignedType offset = static_cast<SignedType>(operands_[1]) * fde_->cie->data_alignment_factor; in cfa_val_offset()
502 SignedType offset = static_cast<SignedType>(operands_[1]) * fde_->cie->data_alignment_factor; in cfa_val_offset_sf()