GDB (xrefs)
|
Public Attributes | |
struct value * | value |
struct { | |
const struct internalvar_funcs * functions | |
void * data | |
} | make_value |
struct { | |
struct internal_function * function | |
int canonical | |
} | fn |
struct { | |
struct type * type | |
LONGEST val | |
} | integer |
char * | string |
int internalvar_data::canonical |
Definition at line 1958 of file value.c.
Referenced by set_internalvar(), and set_internalvar_function().
void* internalvar_data::data |
Definition at line 1950 of file value.c.
Referenced by clear_internalvar(), compile_internalvar_to_ax(), create_internalvar_type_lazy(), and value_of_internalvar().
struct { ... } internalvar_data::fn |
Referenced by get_internalvar_function(), set_internalvar(), and set_internalvar_function().
struct internal_function* internalvar_data::function |
Definition at line 1956 of file value.c.
Referenced by get_internalvar_function(), set_internalvar(), and set_internalvar_function().
const struct internalvar_funcs* internalvar_data::functions |
Definition at line 1947 of file value.c.
Referenced by clear_internalvar(), compile_internalvar_to_ax(), create_internalvar_type_lazy(), and value_of_internalvar().
struct { ... } internalvar_data::integer |
Referenced by get_internalvar_integer(), preserve_one_internalvar(), set_internalvar_integer(), and value_of_internalvar().
struct { ... } internalvar_data::make_value |
Referenced by clear_internalvar(), compile_internalvar_to_ax(), create_internalvar_type_lazy(), and value_of_internalvar().
char* internalvar_data::string |
Definition at line 1972 of file value.c.
Referenced by clear_internalvar(), set_internalvar_string(), and value_of_internalvar().
struct type* internalvar_data::type |
Definition at line 1967 of file value.c.
Referenced by preserve_one_internalvar(), set_internalvar_integer(), and value_of_internalvar().
LONGEST internalvar_data::val |
Definition at line 1968 of file value.c.
Referenced by get_internalvar_integer(), set_internalvar_integer(), and value_of_internalvar().
struct value* internalvar_data::value |
Definition at line 1941 of file value.c.
Referenced by clear_internalvar(), get_internalvar_integer(), preserve_one_internalvar(), set_internalvar(), set_internalvar_component(), and value_of_internalvar().