Home
last modified time | relevance | path

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

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