ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Fields |
| Memory Layout |
| Name | _pitem |
|---|---|
| Type | STRUCT |
| Fields | 3 |
| Source | pqueue.h |
| Size | 24 |
| Usage | The type is used by 8 symbols and 2 types. |
| PADDING | FIELD |
| BIT-FIELD |
| Pos | Name | Type | Size | Offset |
|---|---|---|---|---|
| 0 | priority | unsigned char[8] | 8 | 0 |
| 1 | data | void* | 8 | 8 |
| 2 | next | struct _pitem* | 8 | 16 |
| Offset | Contents | Type |
|---|---|---|
| 0 | .priority | unsigned char[8] |
| 8 | .data | void* |
| 16 | .next | struct _pitem* |