GDB (xrefs)
|
Go to the source code of this file.
Functions | |
static const char * | get_imported_name (const struct symbol *sym) |
static struct value * | ada_imported_read_variable (struct symbol *symbol, frame_info_ptr frame) |
static enum symbol_needs_kind | ada_imported_get_symbol_read_needs (struct symbol *symbol) |
static void | ada_imported_describe_location (struct symbol *symbol, CORE_ADDR addr, struct ui_file *stream) |
static void | ada_imported_tracepoint_var_ref (struct symbol *symbol, struct agent_expr *ax, struct axs_value *value) |
static void | ada_imported_generate_c_location (struct symbol *symbol, string_file *stream, struct gdbarch *gdbarch, std::vector< bool > ®isters_used, CORE_ADDR pc, const char *result_name) |
static const block * | ada_alias_get_block_value (const struct symbol *sym) |
Variables | |
const struct symbol_computed_ops | ada_imported_funcs |
const struct symbol_block_ops | ada_function_alias_funcs |
Definition at line 102 of file ada-imported.c.
References symbol::aclass(), get_imported_name(), LOC_BLOCK, lookup_global_symbol(), name, general_symbol_info::print_name(), block_symbol::symbol, symbol::value_block(), and VAR_DOMAIN.
|
static |
Definition at line 56 of file ada-imported.c.
References gdb_printf(), and get_imported_name().
|
static |
Definition at line 78 of file ada-imported.c.
|
static |
Definition at line 47 of file ada-imported.c.
References SYMBOL_NEEDS_NONE.
|
static |
Definition at line 35 of file ada-imported.c.
References get_imported_name(), lookup_minimal_symbol_linkage(), bound_minimal_symbol::minsym, name, symbol::type(), bound_minimal_symbol::value_address(), and value_at().
|
static |
Definition at line 67 of file ada-imported.c.
|
static |
Definition at line 27 of file ada-imported.c.
References SYMBOL_LOCATION_BATON.
Referenced by ada_alias_get_block_value(), ada_imported_describe_location(), and ada_imported_read_variable().
const struct symbol_block_ops ada_function_alias_funcs |
Definition at line 117 of file ada-imported.c.
const struct symbol_computed_ops ada_imported_funcs |
Definition at line 88 of file ada-imported.c.