ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Fields |
| Memory Layout |
| Name | x509_trust_st |
|---|---|
| Type | STRUCT |
| Fields | 6 |
| Source | x509.h |
| Size | 40 |
| Usage | The type is used by 4 symbols and 2 types. |
| PADDING | FIELD |
| BIT-FIELD |
| Pos | Name | Type | Size | Offset |
|---|---|---|---|---|
| 0 | trust | int | 4 | 0 |
| 1 | flags | int | 4 | 4 |
| 2 | check_trust | int(*)(struct x509_trust_st*, X509*, int) | 8 | 8 |
| 3 | name | char* | 8 | 16 |
| 4 | arg1 | int | 4 | 24 |
| 5 | arg2 | void* | 8 | 32 |
| Offset | Contents | Type |
|---|---|---|
| 0 | .trust | int |
| 4 | .flags | int |
| 8 | .check_trust | int(*)(struct x509_trust_st*, X509*, int) |
| 16 | .name | char* |
| 24 | .arg1 | int |
| 28 | padding | |
| 32 | .arg2 | void* |