ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Fields |
| Memory Layout |
| Name | v3_ext_ctx |
|---|---|
| Type | STRUCT |
| Fields | 7 |
| Source | x509v3.h |
| Size | 56 |
| Usage | The type is used by 25 symbols and 2 types. |
| PADDING | FIELD |
| BIT-FIELD |
| Pos | Name | Type | Size | Offset |
|---|---|---|---|---|
| 0 | flags | int | 4 | 0 |
| 1 | issuer_cert | X509* | 8 | 8 |
| 2 | subject_cert | X509* | 8 | 16 |
| 3 | subject_req | X509_REQ* | 8 | 24 |
| 4 | crl | X509_CRL* | 8 | 32 |
| 5 | db_meth | X509V3_CONF_METHOD* | 8 | 40 |
| 6 | db | void* | 8 | 48 |
| Offset | Contents | Type |
|---|---|---|
| 0 | .flags | int |
| 4 | padding | |
| 8 | .issuer_cert | X509* |
| 16 | .subject_cert | X509* |
| 24 | .subject_req | X509_REQ* |
| 32 | .crl | X509_CRL* |
| 40 | .db_meth | X509V3_CONF_METHOD* |
| 48 | .db | void* |