GDB (xrefs)
|
Public Attributes | ||
struct bstring * | next | |
unsigned short | length | |
unsigned short | half_hash | |
union { | ||
char data [1] | ||
double dummy | ||
} | d | |
union { ... } gdb::bstring::d |
Referenced by gdb::bcache::expand_hash_table(), and gdb::bcache::insert().
char gdb::bstring::data[1] |
Definition at line 50 of file bcache.c.
Referenced by gdb::bcache::expand_hash_table(), and gdb::bcache::insert().
unsigned short gdb::bstring::half_hash |
Definition at line 46 of file bcache.c.
Referenced by gdb::bcache::insert().
unsigned short gdb::bstring::length |
Definition at line 41 of file bcache.c.
Referenced by gdb::bcache::expand_hash_table(), gdb::bcache::insert(), and gdb::bcache::print_statistics().
struct bstring* gdb::bstring::next |
Definition at line 39 of file bcache.c.
Referenced by gdb::bcache::expand_hash_table(), gdb::bcache::insert(), and gdb::bcache::print_statistics().