Searched refs:new_loc_descr (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | dwarf2out.c | 2783 static dw_loc_descr_ref new_loc_descr (enum dwarf_location_atom, 3109 new_loc_descr (enum dwarf_location_atom op, unsigned HOST_WIDE_INT oprnd1, in new_loc_descr() function 3467 head = new_loc_descr (DW_OP_breg0 + cfa->reg, cfa->base_offset, 0); in build_cfa_loc() 3469 head = new_loc_descr (DW_OP_bregx, cfa->reg, cfa->base_offset); in build_cfa_loc() 3472 head = new_loc_descr (DW_OP_reg0 + cfa->reg, 0, 0); in build_cfa_loc() 3474 head = new_loc_descr (DW_OP_regx, cfa->reg, 0); in build_cfa_loc() 3477 tmp = new_loc_descr (DW_OP_deref, 0, 0); in build_cfa_loc() 3481 tmp = new_loc_descr (DW_OP_plus_uconst, offset, 0); in build_cfa_loc() 3489 head = new_loc_descr (DW_OP_reg0 + cfa->reg, 0, 0); in build_cfa_loc() 3491 head = new_loc_descr (DW_OP_regx, cfa->reg, 0); in build_cfa_loc() [all …]
|
| HD | ChangeLog-2000 | 10335 * dwarf2out.c (new_loc_descr): Use calloc. 15650 (dwarf_stack_op_name, new_loc_descr, add_loc_descr, size_of_loc_descr,
|
| HD | FSFChangeLog.11 | 6280 ({reg,based}_loc_descriptor): Add missing arg to call to new_loc_descr.
|
| HD | ChangeLog-2003 | 4268 dwarf2out_reg_save, new_loc_descr): Update prototypes for recent 4295 dwarf2out_reg_save, new_loc_descr): offset is HOST_WIDE_INT.
|