Searched refs:SYMBOL_BLOCK_VALUE (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dblockframe.c102 bl = SYMBOL_BLOCK_VALUE (symbol);
241 || (BLOCK_START (SYMBOL_BLOCK_VALUE (f))
244 cache_pc_function_low = BLOCK_START (SYMBOL_BLOCK_VALUE (f));
245 cache_pc_function_high = BLOCK_END (SYMBOL_BLOCK_VALUE (f));
H A Dsymmisc.c623 gdb_print_host_address (SYMBOL_BLOCK_VALUE (symbol), outfile);
626 BLOCK_START (SYMBOL_BLOCK_VALUE (symbol))),
630 BLOCK_END (SYMBOL_BLOCK_VALUE (symbol))),
H A Df-valprint.c561 > BLOCK_START (SYMBOL_BLOCK_VALUE (func))))
650 > BLOCK_START (SYMBOL_BLOCK_VALUE (func))))
H A Dfindvar.c515 (BLOCK_START (SYMBOL_BLOCK_VALUE (var)), SYMBOL_OBJ_SECTION (var));
517 addr = BLOCK_START (SYMBOL_BLOCK_VALUE (var));
H A Dinline-frame.c179 (*this_id).code_addr = BLOCK_START (SYMBOL_BLOCK_VALUE (func));
H A Dstack.c225 struct block *b = SYMBOL_BLOCK_VALUE (func);
711 if (!block_inlined_p (SYMBOL_BLOCK_VALUE (func)))
717 > BLOCK_START (SYMBOL_BLOCK_VALUE (func))))
1815 iterate_over_block_arg_vars (SYMBOL_BLOCK_VALUE (func),
H A Dsymtab.c981 addr = BLOCK_START (SYMBOL_BLOCK_VALUE (sym));
2438 sal = find_pc_sect_line (BLOCK_START (SYMBOL_BLOCK_VALUE (sym)),
2445 if (sal.pc < BLOCK_START (SYMBOL_BLOCK_VALUE (sym)))
2449 sal.pc = BLOCK_START (SYMBOL_BLOCK_VALUE (sym));
2489 pc = BLOCK_START (SYMBOL_BLOCK_VALUE (sym));
2551 && (sym? (BLOCK_START (SYMBOL_BLOCK_VALUE (sym)) <= start_sal.end
2552 && start_sal.end < BLOCK_END (SYMBOL_BLOCK_VALUE (sym)))
H A Dsymtab.h182 #define SYMBOL_BLOCK_VALUE(symbol) (symbol)->ginfo.value.block macro
478 /* In a symbol table, value is SYMBOL_BLOCK_VALUE of a `struct block'.
H A Dobjc-exp.y620 $$ = SYMBOL_BLOCK_VALUE ($1.sym);
642 $$ = SYMBOL_BLOCK_VALUE (tem); }
H A Dp-exp.y639 $$ = SYMBOL_BLOCK_VALUE ($1.sym);
661 $$ = SYMBOL_BLOCK_VALUE (tem); }
H A Dinfcall.c239 if (sym != NULL && BLOCK_START (SYMBOL_BLOCK_VALUE (sym)) == pc
H A Dm2-exp.y549 { $$ = SYMBOL_BLOCK_VALUE($1); }
H A Dc-exp.y739 $$ = SYMBOL_BLOCK_VALUE ($1.sym);
757 $$ = SYMBOL_BLOCK_VALUE (tem); }
H A Dobjc-exp.c1947 yyval.bval = SYMBOL_BLOCK_VALUE (yyvsp[0].ssym.sym);
1970 yyval.bval = SYMBOL_BLOCK_VALUE (tem); }
H A Dp-exp.c1771 yyval.bval = SYMBOL_BLOCK_VALUE (yyvsp[0].ssym.sym);
1794 yyval.bval = SYMBOL_BLOCK_VALUE (tem); }
H A Dprintcmd.c685 name_location = BLOCK_START (SYMBOL_BLOCK_VALUE (symbol));
1344 load_addr = BLOCK_START (SYMBOL_BLOCK_VALUE (sym));
H A Dax-gdb.c680 ax_const_l (ax, BLOCK_START (SYMBOL_BLOCK_VALUE (var)));
2157 b = SYMBOL_BLOCK_VALUE (func);
H A Dm2-exp.c1863 { yyval.bval = SYMBOL_BLOCK_VALUE(yyvsp[0].sym); }
H A Dmdebugread.c790 SYMBOL_BLOCK_VALUE (s) = b;
1294 SYMBOL_BLOCK_VALUE (s) = top_stack->cur_block;
2007 b = SYMBOL_BLOCK_VALUE (s);
2025 SYMBOL_BLOCK_VALUE (s) = b;
H A Dbuildsym.c272 SYMBOL_BLOCK_VALUE (symbol) = block;
H A Dc-exp.c2253 yyval.bval = SYMBOL_BLOCK_VALUE (yyvsp[0].ssym.sym);
2275 yyval.bval = SYMBOL_BLOCK_VALUE (tem); }
H A Dinfcmd.c1301 tp->control.step_range_start = BLOCK_START (SYMBOL_BLOCK_VALUE (func));
H A Dvalue.c2589 set_value_address (v, BLOCK_START (SYMBOL_BLOCK_VALUE (sym)));
H A Dvalops.c3629 b = SYMBOL_BLOCK_VALUE (func);
H A DChangeLog-3.x85 BLOCK_START (SYMBOL_BLOCK_VALUE (f)) instead of

Completed in 470 milliseconds

12