Home
last modified time | relevance | path

Searched refs:new_loc_descr (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/gcc/
HDdwarf2out.c2783 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 …]
HDChangeLog-200010335 * dwarf2out.c (new_loc_descr): Use calloc.
15650 (dwarf_stack_op_name, new_loc_descr, add_loc_descr, size_of_loc_descr,
HDFSFChangeLog.116280 ({reg,based}_loc_descriptor): Add missing arg to call to new_loc_descr.
HDChangeLog-20034268 dwarf2out_reg_save, new_loc_descr): Update prototypes for recent
4295 dwarf2out_reg_save, new_loc_descr): offset is HOST_WIDE_INT.