Home
last modified time | relevance | path

Searched refs:SYMBOL_BLOCK_VALUE (Results 1 – 20 of 20) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dblockframe.c86 bl = SYMBOL_BLOCK_VALUE (symbol); in get_pc_function_start()
223 || (BLOCK_START (SYMBOL_BLOCK_VALUE (f)) in find_pc_partial_function()
226 cache_pc_function_low = BLOCK_START (SYMBOL_BLOCK_VALUE (f)); in find_pc_partial_function()
227 cache_pc_function_high = BLOCK_END (SYMBOL_BLOCK_VALUE (f)); in find_pc_partial_function()
Df-valprint.c651 > BLOCK_START (SYMBOL_BLOCK_VALUE (func)))) in info_common_command()
743 > BLOCK_START (SYMBOL_BLOCK_VALUE (func))))
Dfindvar.c523 (BLOCK_START (SYMBOL_BLOCK_VALUE (var)), SYMBOL_BFD_SECTION (var)); in read_var_value()
525 VALUE_ADDRESS (v) = BLOCK_START (SYMBOL_BLOCK_VALUE (var)); in read_var_value()
Dsymmisc.c753 gdb_print_host_address (SYMBOL_BLOCK_VALUE (symbol), outfile); in print_symbol()
755 deprecated_print_address_numeric (BLOCK_START (SYMBOL_BLOCK_VALUE (symbol)), in print_symbol()
759 deprecated_print_address_numeric (BLOCK_END (SYMBOL_BLOCK_VALUE (symbol)), in print_symbol()
Dinfcmd.c1030 step_range_start = BLOCK_START (SYMBOL_BLOCK_VALUE (func)); in until_next_command()
1201 gcc_compiled = BLOCK_GCC_COMPILED (SYMBOL_BLOCK_VALUE (function)); in finish_command_continuation()
1324 gcc_compiled = BLOCK_GCC_COMPILED (SYMBOL_BLOCK_VALUE (function)); in finish_command()
Dstack.c234 b = SYMBOL_BLOCK_VALUE (func); in print_frame_args()
586 > BLOCK_START (SYMBOL_BLOCK_VALUE (func)))) in print_frame()
1556 b = SYMBOL_BLOCK_VALUE (func); in print_frame_arg_vars()
Dsymtab.h171 #define SYMBOL_BLOCK_VALUE(symbol) (symbol)->ginfo.value.block macro
Dp-exp.y545 $$ = SYMBOL_BLOCK_VALUE ($1.sym);
567 $$ = SYMBOL_BLOCK_VALUE (tem); }
Dobjc-exp.y620 $$ = SYMBOL_BLOCK_VALUE ($1.sym);
642 $$ = SYMBOL_BLOCK_VALUE (tem); }
Dada-lex.l613 left_block_context = yylval.bval = SYMBOL_BLOCK_VALUE (syms[0].sym);
Dprintcmd.c637 name_location = BLOCK_START (SYMBOL_BLOCK_VALUE (symbol)); in build_address_symbolic()
1217 deprecated_print_address_numeric (load_addr = BLOCK_START (SYMBOL_BLOCK_VALUE (sym)), in address_info()
Dc-exp.y558 $$ = SYMBOL_BLOCK_VALUE ($1.sym);
577 $$ = SYMBOL_BLOCK_VALUE (tem); }
Dm2-exp.y538 { $$ = SYMBOL_BLOCK_VALUE($1); }
Dbuildsym.c259 SYMBOL_BLOCK_VALUE (symbol) = block; in finish_block()
Dsymtab.c2443 pc = BLOCK_START (SYMBOL_BLOCK_VALUE (sym)); in find_function_start_sal()
2465 && BLOCK_START (SYMBOL_BLOCK_VALUE (sym)) <= sal.end in find_function_start_sal()
2466 && sal.end < BLOCK_END (SYMBOL_BLOCK_VALUE (sym))) in find_function_start_sal()
Dmdebugread.c801 SYMBOL_BLOCK_VALUE (s) = b; in parse_symbol()
1310 SYMBOL_BLOCK_VALUE (s) = top_stack->cur_block; in parse_symbol()
1904 b = SYMBOL_BLOCK_VALUE (s); in parse_procedure()
1921 SYMBOL_BLOCK_VALUE (s) = b; in parse_procedure()
Dvalue.c1325 VALUE_ADDRESS (v) = BLOCK_START (SYMBOL_BLOCK_VALUE (sym)); in value_fn_field()
Dax-gdb.c586 ax_const_l (ax, BLOCK_START (SYMBOL_BLOCK_VALUE (var))); in gen_var_ref()
Dtracepoint.c2467 deprecated_print_address_numeric (BLOCK_START (SYMBOL_BLOCK_VALUE (sym)), in scope_info()
Dvalops.c2628 b = SYMBOL_BLOCK_VALUE (func); in value_of_local()