GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
internalvar_data Union Reference

Public Attributes

struct valuevalue
 
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
 

Detailed Description

Definition at line 1808 of file value.c.

Member Data Documentation

◆ canonical

int internalvar_data::canonical

Definition at line 1828 of file value.c.

◆ data

void* internalvar_data::data

Definition at line 1820 of file value.c.

◆ [struct]

struct { ... } internalvar_data::fn

Referenced by set_internalvar().

◆ function

struct internal_function* internalvar_data::function

Definition at line 1826 of file value.c.

Referenced by set_internalvar().

◆ functions

const struct internalvar_funcs* internalvar_data::functions

Definition at line 1817 of file value.c.

◆ [struct]

struct { ... } internalvar_data::integer

◆ [struct]

struct { ... } internalvar_data::make_value

◆ string

char* internalvar_data::string

Definition at line 1842 of file value.c.

◆ type

struct type* internalvar_data::type

Definition at line 1837 of file value.c.

◆ val

LONGEST internalvar_data::val

◆ value

struct value* internalvar_data::value

The documentation for this union was generated from the following file: