ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Fields |
| Memory Layout |
| Name | bio_st |
|---|---|
| Type | STRUCT |
| Fields | 15 |
| Source | bio.h |
| Size | 112 |
| Usage | The type is used by 257 symbols and 18 types. |
| PADDING | FIELD |
| BIT-FIELD |
| Pos | Name | Type | Size | Offset |
|---|---|---|---|---|
| 0 | method | BIO_METHOD* | 8 | 0 |
| 1 | callback | long(*)(struct bio_st*, int, char const*, int, long, long) | 8 | 8 |
| 2 | cb_arg | char* | 8 | 16 |
| 3 | init | int | 4 | 24 |
| 4 | shutdown | int | 4 | 28 |
| 5 | flags | int | 4 | 32 |
| 6 | retry_reason | int | 4 | 36 |
| 7 | num | int | 4 | 40 |
| 8 | ptr | void* | 8 | 48 |
| 9 | next_bio | struct bio_st* | 8 | 56 |
| 10 | prev_bio | struct bio_st* | 8 | 64 |
| 11 | references | int | 4 | 72 |
| 12 | num_read | unsigned long | 8 | 80 |
| 13 | num_write | unsigned long | 8 | 88 |
| 14 | ex_data | CRYPTO_EX_DATA | 16 | 96 |
| Offset | Contents | Type |
|---|---|---|
| 0 | .method | BIO_METHOD* |
| 8 | .callback | long(*)(struct bio_st*, int, char const*, int, long, long) |
| 16 | .cb_arg | char* |
| 24 | .init | int |
| 28 | .shutdown | int |
| 32 | .flags | int |
| 36 | .retry_reason | int |
| 40 | .num | int |
| 44 | padding | |
| 48 | .ptr | void* |
| 56 | .next_bio | struct bio_st* |
| 64 | .prev_bio | struct bio_st* |
| 72 | .references | int |
| 76 | padding | |
| 80 | .num_read | unsigned long |
| 88 | .num_write | unsigned long |
| 96 | .ex_data | CRYPTO_EX_DATA |