Searched refs:dwarf_expr_fetch (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | dwarf2expr.c | 97 dwarf_expr_fetch (struct dwarf_expr_context *ctx, int n) in dwarf_expr_fetch() function 467 result = dwarf_expr_fetch (ctx, 0); in execute_stack_op() 476 result = dwarf_expr_fetch (ctx, 0); in execute_stack_op() 485 result = dwarf_expr_fetch (ctx, offset); in execute_stack_op() 489 result = dwarf_expr_fetch (ctx, 1); in execute_stack_op() 515 result = dwarf_expr_fetch (ctx, 0); in execute_stack_op() 590 second = dwarf_expr_fetch (ctx, 0); in execute_stack_op() 593 first = dwarf_expr_fetch (ctx, 0); in execute_stack_op() 670 result = dwarf_expr_fetch (ctx, 0); in execute_stack_op() 684 if (dwarf_expr_fetch (ctx, 0) != 0) in execute_stack_op() [all …]
|
| D | dwarf2expr.h | 129 CORE_ADDR dwarf_expr_fetch (struct dwarf_expr_context *ctx, int n);
|
| D | dwarf2loc.c | 312 CORE_ADDR dwarf_regnum = dwarf_expr_fetch (ctx, 0); in dwarf2_evaluate_loc_desc() 318 CORE_ADDR address = dwarf_expr_fetch (ctx, 0); in dwarf2_evaluate_loc_desc()
|
| D | dwarf2-frame.c | 256 result = dwarf_expr_fetch (ctx, 0); in execute_stack_op()
|