Home
last modified time | relevance | path

Searched refs:this_cfa (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libgcc/config/sparc/
H A Dlinux-unwind.h41 long this_cfa = (long) context->cfa; in sparc64_fallback_frame_state() local
54 new_cfa = *(long *)(this_cfa + regs_off + (14 * 8)); in sparc64_fallback_frame_state()
57 fpu_save = *(long *)(this_cfa + fpu_save_off); in sparc64_fallback_frame_state()
60 fs->regs.cfa_offset = new_cfa - this_cfa; in sparc64_fallback_frame_state()
70 = this_cfa + regs_off + (i * 8) - new_cfa; in sparc64_fallback_frame_state()
76 = this_cfa + (i * 8) - new_cfa; in sparc64_fallback_frame_state()
94 ra_location = this_cfa + regs_off + 17 * 8; in sparc64_fallback_frame_state()
95 shifted_ra_location = this_cfa + regs_off + 19 * 8; /* Y register */ in sparc64_fallback_frame_state()
141 int this_cfa = (int) context->cfa; in sparc_fallback_frame_state() local
168 new_cfa = *(int *)(this_cfa + regs_off + (4 * 4) + (14 * 4)); in sparc_fallback_frame_state()
[all …]
H A Dsol2-unwind.h161 void *this_cfa = context->cfa; in MD_FALLBACK_FRAME_STATE_FOR() local
183 if (IS_SIGHANDLER (pc, this_cfa, &nframes)) in MD_FALLBACK_FRAME_STATE_FOR()
185 struct frame *fp = (struct frame *) this_cfa; in MD_FALLBACK_FRAME_STATE_FOR()
213 fs->regs.cfa_offset = new_cfa - (long) this_cfa + STACK_BIAS; in MD_FALLBACK_FRAME_STATE_FOR()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/sparc/
H A Dlinux-unwind.h41 long this_cfa = (long) context->cfa; in sparc64_fallback_frame_state() local
54 new_cfa = *(long *)(this_cfa + regs_off + (14 * 8)); in sparc64_fallback_frame_state()
57 fpu_save = *(long *)(this_cfa + fpu_save_off); in sparc64_fallback_frame_state()
60 fs->regs.cfa_offset = new_cfa - this_cfa; in sparc64_fallback_frame_state()
70 = this_cfa + regs_off + (i * 8) - new_cfa; in sparc64_fallback_frame_state()
76 = this_cfa + (i * 8) - new_cfa; in sparc64_fallback_frame_state()
94 ra_location = this_cfa + regs_off + 17 * 8; in sparc64_fallback_frame_state()
95 shifted_ra_location = this_cfa + regs_off + 19 * 8; /* Y register */ in sparc64_fallback_frame_state()
141 int this_cfa = (int) context->cfa; in sparc_fallback_frame_state() local
168 new_cfa = *(int *)(this_cfa + regs_off + (4 * 4) + (14 * 4)); in sparc_fallback_frame_state()
[all …]
H A Dsol2-unwind.h161 void *this_cfa = context->cfa; in MD_FALLBACK_FRAME_STATE_FOR() local
183 if (IS_SIGHANDLER (pc, this_cfa, &nframes)) in MD_FALLBACK_FRAME_STATE_FOR()
185 struct frame *fp = (struct frame *) this_cfa; in MD_FALLBACK_FRAME_STATE_FOR()
213 fs->regs.cfa_offset = new_cfa - (long) this_cfa + STACK_BIAS; in MD_FALLBACK_FRAME_STATE_FOR()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2cfi.c2579 dw_cfa_location this_cfa; in scan_trace() local
2592 this_cfa = cur_row->cfa; in scan_trace()
2593 cur_cfa = &this_cfa; in scan_trace()
2602 this_cfa.offset = INCOMING_FRAME_SP_OFFSET; in scan_trace()
2603 def_cfa_1 (&this_cfa); in scan_trace()
2675 cur_row->cfa = this_cfa; in scan_trace()
2677 cur_cfa = &this_cfa; in scan_trace()
2689 def_cfa_1 (&this_cfa); in scan_trace()
2741 def_cfa_1 (&this_cfa); in scan_trace()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddwarf2cfi.cc2732 dw_cfa_location this_cfa; in scan_trace() local
2745 this_cfa = cur_row->cfa; in scan_trace()
2746 cur_cfa = &this_cfa; in scan_trace()
2755 this_cfa.offset = INCOMING_FRAME_SP_OFFSET; in scan_trace()
2756 def_cfa_1 (&this_cfa); in scan_trace()
2828 cur_row->cfa = this_cfa; in scan_trace()
2830 cur_cfa = &this_cfa; in scan_trace()
2842 def_cfa_1 (&this_cfa); in scan_trace()
2894 def_cfa_1 (&this_cfa); in scan_trace()