Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Ddwarf2expr.c97 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 Ddwarf2expr.h129 CORE_ADDR dwarf_expr_fetch (struct dwarf_expr_context *ctx, int n);
H A Ddwarf2loc.c241 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 Ddwarf2-frame.c256 result = dwarf_expr_fetch (ctx, 0); in execute_stack_op()