Searched refs:SYMBOL_COMPUTED_OPS (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dfindvar.c378 unconditionally call the SYMBOL_COMPUTED_OPS method when available.
382 return SYMBOL_COMPUTED_OPS (sym)->read_needs_frame (sym);
552 unconditionally call the SYMBOL_COMPUTED_OPS method when available.
556 return SYMBOL_COMPUTED_OPS (var)->read_variable (var, frame);
H A Dsymtab.h655 #define SYMBOL_COMPUTED_OPS(symbol) (symbol)->ops.ops_computed
654 #define SYMBOL_COMPUTED_OPS macro
H A Dprintcmd.c1280 unconditionally call the SYMBOL_COMPUTED_OPS method when available.
1284 SYMBOL_COMPUTED_OPS (sym)->describe_location (sym, context_pc,
H A Dax-gdb.c717 unconditionally call the SYMBOL_COMPUTED_OPS method when available.
721 SYMBOL_COMPUTED_OPS (var)->tracepoint_var_ref (var, gdbarch, ax, value);
H A Ddwarf2loc.c198 else if (SYMBOL_COMPUTED_OPS (framefunc) == &dwarf2_loclist_funcs)
H A Ddwarf2read.c11082 if (SYMBOL_COMPUTED_OPS (sym) == &dwarf2_loclist_funcs)
11626 SYMBOL_COMPUTED_OPS (sym) = &dwarf2_locexpr_funcs;
14771 SYMBOL_COMPUTED_OPS (sym) = &dwarf2_loclist_funcs;
14801 SYMBOL_COMPUTED_OPS (sym) = &dwarf2_locexpr_funcs;
H A Dtracepoint.c2454 SYMBOL_COMPUTED_OPS (sym)->describe_location (sym,

Completed in 279 milliseconds