GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
gdb::bstring Struct Reference

Public Attributes

struct bstringnext
 
unsigned short length
 
unsigned short half_hash
 
union { 
 
   char   data [1] 
 
   double   dummy 
 
d 
 

Detailed Description

Definition at line 36 of file bcache.c.

Member Data Documentation

◆ [union]

union { ... } gdb::bstring::d

◆ data

char gdb::bstring::data[1]

Definition at line 50 of file bcache.c.

Referenced by gdb::bcache::expand_hash_table(), and gdb::bcache::insert().

◆ dummy

double gdb::bstring::dummy

Definition at line 51 of file bcache.c.

◆ half_hash

unsigned short gdb::bstring::half_hash

Definition at line 46 of file bcache.c.

Referenced by gdb::bcache::insert().

◆ length

unsigned short gdb::bstring::length

◆ next

struct bstring* gdb::bstring::next

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