Searched refs:scfi_dot_cfi (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dscfidw2gen.h31 void scfi_dot_cfi (int arg, unsigned reg1, unsigned reg2, offsetT offset,
H A Dscfidw2gen.c170 scfi_dot_cfi (int arg, unsigned reg1, unsigned reg2, offsetT offset, function
H A Dscfi.c1114 scfi_dot_cfi (DW_CFA_def_cfa_register, op->loc.base, 0, 0, NULL,
1118 scfi_dot_cfi (DW_CFA_def_cfa_offset, op->loc.base, 0,
1122 scfi_dot_cfi (DW_CFA_def_cfa, op->loc.base, 0, op->loc.offset,
1126 scfi_dot_cfi (DW_CFA_offset, op->reg, 0, op->loc.offset, NULL,
1130 scfi_dot_cfi (DW_CFA_restore, op->reg, 0, 0, NULL, ginsn->sym);
1133 scfi_dot_cfi (DW_CFA_remember_state, 0, 0, 0, NULL, ginsn->sym);
1136 scfi_dot_cfi (DW_CFA_restore_state, 0, 0, 0, NULL, ginsn->sym);
1139 scfi_dot_cfi (CFI_label, 0, 0, 0, op->op_data->name, ginsn->sym);
1142 scfi_dot_cfi (CFI_signal_frame, 0, 0, 0, NULL, ginsn->sym);

Completed in 104 milliseconds