ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Fields |
| Memory Layout |
| Name | lhash_node_st |
|---|---|
| Type | STRUCT |
| Fields | 3 |
| Source | lhash.h |
| Size | 24 |
| Usage | The type is used by 2 types. |
| PADDING | FIELD |
| BIT-FIELD |
| Pos | Name | Type | Size | Offset |
|---|---|---|---|---|
| 0 | data | void* | 8 | 0 |
| 1 | next | struct lhash_node_st* | 8 | 8 |
| 2 | hash | unsigned long | 8 | 16 |
| Offset | Contents | Type |
|---|---|---|
| 0 | .data | void* |
| 8 | .next | struct lhash_node_st* |
| 16 | .hash | unsigned long |