Searched refs:dwarf_expr_fetch (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A 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() 529 result = dwarf_expr_fetch (ctx, 0); in execute_stack_op() 602 second = dwarf_expr_fetch (ctx, 0); in execute_stack_op() 605 first = dwarf_expr_fetch (ctx, 0); in execute_stack_op() 682 result = dwarf_expr_fetch (ctx, 0); in execute_stack_op() 696 if (dwarf_expr_fetch (ctx, 0) != 0) in execute_stack_op() [all …]
|
H A D | dwarf2expr.h | 129 CORE_ADDR dwarf_expr_fetch (struct dwarf_expr_context *ctx, int n);
|
H A D | dwarf2loc.c | 241 CORE_ADDR dwarf_regnum = dwarf_expr_fetch (ctx, 0); in dwarf2_evaluate_loc_desc() 247 CORE_ADDR address = dwarf_expr_fetch (ctx, 0); in dwarf2_evaluate_loc_desc()
|
H A D | dwarf2-frame.c | 256 result = dwarf_expr_fetch (ctx, 0); in execute_stack_op()
|