|
|
gdb_byte *data; | gdb_byte *data; |
| |
/* Length of the location expression. */ | /* Length of the location expression. */ |
unsigned short size; |
unsigned long size; |
| |
/* The objfile containing the symbol whose location we're computing. */ | /* The objfile containing the symbol whose location we're computing. */ |
struct objfile *objfile; | struct objfile *objfile; |
|
|
gdb_byte *data; | gdb_byte *data; |
| |
/* Length of the location list. */ | /* Length of the location list. */ |
unsigned short size; |
unsigned long size; |
| |
/* The objfile containing the symbol whose location we're computing. */ | /* The objfile containing the symbol whose location we're computing. */ |
/* Used (only???) by thread local variables. The objfile in which | /* Used (only???) by thread local variables. The objfile in which |