Searched refs:cfa_offset (Results 1 - 25 of 111) sorted by relevance

12345

/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dframe.h104 : reg (src.reg), cfa_offset (src.cfa_offset),
120 : reg (std::move (rhs.reg)), cfa_offset (rhs.cfa_offset),
141 LONGEST cfa_offset = 0; member in struct:dwarf2_frame_state_reg_info
156 swap (lhs.cfa_offset, rhs.cfa_offset);
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dframe.h106 : reg (src.reg), cfa_offset (src.cfa_offset),
122 : reg (std::move (rhs.reg)), cfa_offset (rhs.cfa_offset),
143 LONGEST cfa_offset = 0; member in struct:dwarf2_frame_state_reg_info
158 swap (lhs.cfa_offset, rhs.cfa_offset);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dunwind-dw2.h56 _Unwind_Sword cfa_offset; member in struct:__anon1284::frame_state_reg_info
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/cr16/
H A Dunwind-dw2.h56 _Unwind_Sword cfa_offset; member in struct:__anon1178::frame_state_reg_info
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dunwind-dw2.h56 _Unwind_Sword cfa_offset; member in struct:__anon1548::frame_state_reg_info
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/cr16/
H A Dunwind-dw2.h56 _Unwind_Sword cfa_offset; member in struct:__anon1441::frame_state_reg_info
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/sparc/
H A Dsol2-unwind.h92 && fs->regs.cfa_offset != 0)
174 fs->regs.cfa_offset = 0;
213 fs->regs.cfa_offset = new_cfa - (long) this_cfa + STACK_BIAS;
H A Dlinux-unwind.h60 fs->regs.cfa_offset = new_cfa - this_cfa;
117 && fs->regs.cfa_offset != 0
172 fs->regs.cfa_offset = new_cfa - this_cfa;
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/sparc/
H A Dsol2-unwind.h92 && fs->regs.cfa_offset != 0)
174 fs->regs.cfa_offset = 0;
213 fs->regs.cfa_offset = new_cfa - (long) this_cfa + STACK_BIAS;
H A Dlinux-unwind.h60 fs->regs.cfa_offset = new_cfa - this_cfa;
117 && fs->regs.cfa_offset != 0
172 fs->regs.cfa_offset = new_cfa - this_cfa;
/netbsd-current/external/gpl3/gdb/dist/libsframe/
H A Dsframe-dump.c90 int32_t cfa_offset = 0; local
131 cfa_offset = sframe_fre_get_cfa_offset (sfd_ctx, &fre, &err[0]);
138 sprintf (temp, "%s+%d", base_reg_str[base_reg_id], cfa_offset);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/or1k/
H A Dlinux-unwind.h59 fs->regs.cfa_offset = new_cfa - (long) context->cfa;
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/tilepro/
H A Dlinux-unwind.h82 fs->regs.cfa_offset = new_cfa - (long) context->cfa;
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/riscv/
H A Dlinux-unwind.h72 fs->regs.cfa_offset = new_cfa - (_Unwind_Ptr) context->cfa;
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/nios2/
H A Dlinux-unwind.h84 fs->regs.cfa_offset = new_cfa - (_Unwind_Ptr) context->cfa;
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/or1k/
H A Dlinux-unwind.h59 fs->regs.cfa_offset = new_cfa - (long) context->cfa;
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/nios2/
H A Dlinux-unwind.h84 fs->regs.cfa_offset = new_cfa - (_Unwind_Ptr) context->cfa;
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/riscv/
H A Dlinux-unwind.h72 fs->regs.cfa_offset = new_cfa - (_Unwind_Ptr) context->cfa;
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/loongarch/
H A Dlinux-unwind.h63 fs->regs.cfa_offset = new_cfa - (_Unwind_Ptr) context->cfa;
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/tilepro/
H A Dlinux-unwind.h82 fs->regs.cfa_offset = new_cfa - (long) context->cfa;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dwinnt.c853 HOST_WIDE_INT cfa_offset;
886 seh->cfa_offset = INCOMING_FRAME_SP_OFFSET;
934 alloc_offset = MIN (seh->cfa_offset + 240, seh->sp_offset);
956 offset = alloc_offset - seh->cfa_offset;
1021 seh->cfa_offset += UNITS_PER_WORD;
1032 rtx reg, HOST_WIDE_INT cfa_offset)
1037 seh->reg_offset[regno] = cfa_offset;
1041 gcc_assert (seh->sp_offset >= cfa_offset);
1042 offset = seh->sp_offset - cfa_offset;
1063 seh->cfa_offset
850 HOST_WIDE_INT cfa_offset; member in struct:seh_frame_state
1028 seh_emit_save(FILE *f, struct seh_frame_state *seh, rtx reg, HOST_WIDE_INT cfa_offset) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Dwinnt.cc852 HOST_WIDE_INT cfa_offset;
885 seh->cfa_offset = INCOMING_FRAME_SP_OFFSET;
933 alloc_offset = MIN (seh->cfa_offset + 240, seh->sp_offset);
955 offset = alloc_offset - seh->cfa_offset;
1020 seh->cfa_offset += UNITS_PER_WORD;
1031 rtx reg, HOST_WIDE_INT cfa_offset)
1036 seh->reg_offset[regno] = cfa_offset;
1040 gcc_assert (seh->sp_offset >= cfa_offset);
1041 offset = seh->sp_offset - cfa_offset;
1062 seh->cfa_offset
849 HOST_WIDE_INT cfa_offset; member in struct:seh_frame_state
1027 seh_emit_save(FILE *f, struct seh_frame_state *seh, rtx reg, HOST_WIDE_INT cfa_offset) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/m68k/
H A Dlinux-unwind.h69 fs->regs.cfa_offset = cfa - (long) context->cfa;
122 fs->regs.cfa_offset = cfa - (long) context->cfa;
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/i386/
H A Dw32-unwind.h153 fs->regs.cfa_offset = new_cfa_ - (long) ctx_cfa_;
189 fs->regs.cfa_offset = new_cfa_ - (long) ctx_cfa_;
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/s390/
H A Dtpf-unwind.h86 fs->regs.cfa_offset = STACK_POINTER_OFFSET;
117 fs->regs.cfa_offset = new_cfa -

Completed in 480 milliseconds

12345