ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Fields |
| Memory Layout |
| Name | ssh_poll_handle_struct |
|---|---|
| Type | STRUCT |
| Fields | 7 |
| Source | poll.c |
| Size | 48 |
| Usage | The type is used by 4 types. |
| PADDING | FIELD |
| BIT-FIELD |
| Pos | Name | Type | Size | Offset |
|---|---|---|---|---|
| 0 | ctx | ssh_poll_ctx | 8 | 0 |
| 1 | session | ssh_session | 8 | 8 |
| 2 | x | anon-union-poll.c-68 | 8 | 16 |
| 3 | events | short | 2 | 24 |
| 4 | lock | int | 4 | 28 |
| 5 | cb | ssh_poll_callback | 8 | 32 |
| 6 | cb_data | void* | 8 | 40 |
| Offset | Contents | Type |
|---|---|---|
| 0 | .ctx | ssh_poll_ctx |
| 8 | .session | ssh_session |
| 16 | .x | anon-union-poll.c-68 |
| 24 | .events | short |
| 26 | padding | |
| 28 | .lock | int |
| 32 | .cb | ssh_poll_callback |
| 40 | .cb_data | void* |