ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Fields |
| Memory Layout |
| Name | conf_method_st |
|---|---|
| Type | STRUCT |
| Fields | 10 |
| Source | conf.h |
| Size | 80 |
| Usage | The type is used by 4 symbols and 2 types. |
| PADDING | FIELD |
| BIT-FIELD |
| Pos | Name | Type | Size | Offset |
|---|---|---|---|---|
| 0 | name | char const* | 8 | 0 |
| 1 | create | CONF*(*)(CONF_METHOD*) | 8 | 8 |
| 2 | init | int(*)(CONF*) | 8 | 16 |
| 3 | destroy | int(*)(CONF*) | 8 | 24 |
| 4 | destroy_data | int(*)(CONF*) | 8 | 32 |
| 5 | load_bio | int(*)(CONF*, BIO*, long*) | 8 | 40 |
| 6 | dump | int(*)(CONF const*, BIO*) | 8 | 48 |
| 7 | is_number | int(*)(CONF const*, char) | 8 | 56 |
| 8 | to_int | int(*)(CONF const*, char) | 8 | 64 |
| 9 | load | int(*)(CONF*, char const*, long*) | 8 | 72 |
| Offset | Contents | Type |
|---|---|---|
| 0 | .name | char const* |
| 8 | .create | CONF*(*)(CONF_METHOD*) |
| 16 | .init | int(*)(CONF*) |
| 24 | .destroy | int(*)(CONF*) |
| 32 | .destroy_data | int(*)(CONF*) |
| 40 | .load_bio | int(*)(CONF*, BIO*, long*) |
| 48 | .dump | int(*)(CONF const*, BIO*) |
| 56 | .is_number | int(*)(CONF const*, char) |
| 64 | .to_int | int(*)(CONF const*, char) |
| 72 | .load | int(*)(CONF*, char const*, long*) |