ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Fields |
| Memory Layout |
| Name | _List_node_base |
|---|---|
| Type | CLASS |
| Fields | 2 |
| Source | stl_list.h |
| Namespace | std::__detail |
| Size | 16 |
| Usage | The type is used by 3 types. |
| PADDING | FIELD |
| V-TABLE | BASE |
| BIT-FIELD |
| Pos | Name | Type | Size | Offset |
|---|---|---|---|---|
| 0 | _M_next | _List_node_base* | 8 | 0 |
| 1 | _M_prev | _List_node_base* | 8 | 8 |
| Offset | Contents | Type |
|---|---|---|
| 0 | ._M_next | _List_node_base* |
| 8 | ._M_prev | _List_node_base* |