ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Fields |
| Memory Layout |
| Name | stack_st |
|---|---|
| Type | STRUCT |
| Fields | 5 |
| Source | stack.h |
| Size | 32 |
| Usage | The type is used by 22 symbols and 45 types. |
| PADDING | FIELD |
| BIT-FIELD |
| Pos | Name | Type | Size | Offset |
|---|---|---|---|---|
| 0 | num | int | 4 | 0 |
| 1 | data | char** | 8 | 8 |
| 2 | sorted | int | 4 | 16 |
| 3 | num_alloc | int | 4 | 20 |
| 4 | comp | int(*)(void const*, void const*) | 8 | 24 |
| Offset | Contents | Type |
|---|---|---|
| 0 | .num | int |
| 4 | padding | |
| 8 | .data | char** |
| 16 | .sorted | int |
| 20 | .num_alloc | int |
| 24 | .comp | int(*)(void const*, void const*) |