Home
last modified time | relevance | path

Searched refs:execute_stack_op (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Ddwarf2expr.c32 static void execute_stack_op (struct dwarf_expr_context *,
136 execute_stack_op (ctx, addr, addr + len); in dwarf_expr_eval()
255 execute_stack_op (struct dwarf_expr_context *ctx, unsigned char *op_ptr, in execute_stack_op() function
H A Ddwarf2-frame.c241 execute_stack_op (unsigned char *exp, ULONGEST len, in execute_stack_op() function
641 execute_stack_op (fs->cfa_exp, fs->cfa_exp_len, next_frame, 0); in dwarf2_frame_cache()
791 *addrp = execute_stack_op (cache->reg[regnum].loc.exp, in dwarf2_frame_prev_register()
/freebsd-12.1/contrib/gcc/
H A Dunwind-dw2.c433 execute_stack_op (const unsigned char *op_ptr, const unsigned char *op_end, in execute_stack_op() function
1285 execute_stack_op (exp, exp + len, &orig_context, 0); in uw_update_context_1()
1324 val = execute_stack_op (exp, exp + len, &orig_context, in uw_update_context_1()
1343 val = execute_stack_op (exp, exp + len, &orig_context, in uw_update_context_1()
H A DChangeLog1881 * unwind-dw2.c (execute_stack_op): Handle DW_OP_swap.
H A DChangeLog-200112271 (execute_stack_op, execute_cfa_program): Likewise.
13441 * unwind-dw2.c (execute_stack_op): Add default aborts to
22458 (execute_stack_op): Likewise.
H A DChangeLog-200518307 * unwind-dw2.c (_Unwind_GetGR, _Unwind_SetGR, execute_stack_op,
33323 * unwind-dw2.c (execute_stack_op): Add missing cases for
H A DChangeLog-200324056 * unwind-dw2.c (execute_stack_op): Correct stack push typo.