ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Fields |
| Memory Layout |
| Name | x509_purpose_st |
|---|---|
| Type | STRUCT |
| Fields | 7 |
| Source | x509v3.h |
| Size | 48 |
| Usage | The type is used by 5 symbols and 2 types. |
| PADDING | FIELD |
| BIT-FIELD |
| Pos | Name | Type | Size | Offset |
|---|---|---|---|---|
| 0 | purpose | int | 4 | 0 |
| 1 | trust | int | 4 | 4 |
| 2 | flags | int | 4 | 8 |
| 3 | check_purpose | int(*)(struct x509_purpose_st const*, X509 const*, int) | 8 | 16 |
| 4 | name | char* | 8 | 24 |
| 5 | sname | char* | 8 | 32 |
| 6 | usr_data | void* | 8 | 40 |
| Offset | Contents | Type |
|---|---|---|
| 0 | .purpose | int |
| 4 | .trust | int |
| 8 | .flags | int |
| 12 | padding | |
| 16 | .check_purpose | int(*)(struct x509_purpose_st const*, X509 const*, int) |
| 24 | .name | char* |
| 32 | .sname | char* |
| 40 | .usr_data | void* |