Home | History | Annotate | Download | only in libunwindstack

Lines Matching defs:cfa_offset

50   uint64_t cfa_offset;
52 while ((cfa_offset = memory_->cur_offset()) < end_offset && cur_pc_ <= pc) {
164 bool DwarfCfa<AddressType>::LogOffsetRegisterString(uint32_t indent, uint64_t cfa_offset,
171 memory_->set_cur_offset(cfa_offset);
174 for (uint64_t i = cfa_offset; i < end_offset; i++) {
187 bool DwarfCfa<AddressType>::LogInstruction(uint32_t indent, uint64_t cfa_offset, uint8_t op,
223 memory_->set_cur_offset(cfa_offset);
225 for (uint64_t i = 0; i < end_offset - cfa_offset; i++) {
256 uint64_t cfa_offset;
259 while ((cfa_offset = memory_->cur_offset()) < end_offset && cur_pc <= pc) {
270 if (!LogInstruction(indent, cfa_offset, cfa_low, &cur_pc)) {
280 if (!LogOffsetRegisterString(indent, cfa_offset, cfa_low)) {
326 bool DwarfCfa<AddressType>::cfa_offset(dwarf_loc_regs_t* loc_regs) {