ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Fields |
| Memory Layout |
| Name | bio_method_st |
|---|---|
| Type | STRUCT |
| Fields | 10 |
| Source | bio.h |
| Size | 80 |
| Usage | The type is used by 20 symbols and 1 type. |
| PADDING | FIELD |
| BIT-FIELD |
| Pos | Name | Type | Size | Offset |
|---|---|---|---|---|
| 0 | type | int | 4 | 0 |
| 1 | name | char const* | 8 | 8 |
| 2 | bwrite | int(*)(BIO*, char const*, int) | 8 | 16 |
| 3 | bread | int(*)(BIO*, char*, int) | 8 | 24 |
| 4 | bputs | int(*)(BIO*, char const*) | 8 | 32 |
| 5 | bgets | int(*)(BIO*, char*, int) | 8 | 40 |
| 6 | ctrl | long(*)(BIO*, int, long, void*) | 8 | 48 |
| 7 | create | int(*)(BIO*) | 8 | 56 |
| 8 | destroy | int(*)(BIO*) | 8 | 64 |
| 9 | callback_ctrl | long(*)(BIO*, int, bio_info_cb*) | 8 | 72 |
| Offset | Contents | Type |
|---|---|---|
| 0 | .type | int |
| 4 | padding | |
| 8 | .name | char const* |
| 16 | .bwrite | int(*)(BIO*, char const*, int) |
| 24 | .bread | int(*)(BIO*, char*, int) |
| 32 | .bputs | int(*)(BIO*, char const*) |
| 40 | .bgets | int(*)(BIO*, char*, int) |
| 48 | .ctrl | long(*)(BIO*, int, long, void*) |
| 56 | .create | int(*)(BIO*) |
| 64 | .destroy | int(*)(BIO*) |
| 72 | .callback_ctrl | long(*)(BIO*, int, bio_info_cb*) |