ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
X509_CRL_METHOD_new (
int(*)(X509_CRL*) crl_init,
int(*)(X509_CRL*) crl_free,
int(*)(X509_CRL*, X509_REVOKED**, ASN1_INTEGER*, X509_NAME*) crl_lookup,
int(*)(X509_CRL*, EVP_PKEY*) crl_verify
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 4 |
| Return | X509_CRL_METHOD* |
| Source | x_crl.c |
| Size | 89 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | crl_init | int(*)(X509_CRL*) | 8 | %rdi |
| 1 | crl_free | int(*)(X509_CRL*) | 8 | %rsi |
| 2 | crl_lookup | int(*)(X509_CRL*, X509_REVOKED**, ASN1_INTEGER*, X509_NAME*) | 8 | %rdx |
| 3 | crl_verify | int(*)(X509_CRL*, EVP_PKEY*) | 8 | %rcx |
| RETURN | ||||
| .retval | X509_CRL_METHOD* | 8 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | X509_CRL_METHOD* |
| %rdi | crl_init | int(*)(X509_CRL*) |
| %rsi | crl_free | int(*)(X509_CRL*) |
| %rdx | crl_lookup | int(*)(X509_CRL*, X509_REVOKED**, ASN1_INTEGER*, X509_NAME*) |
| %rcx | crl_verify | int(*)(X509_CRL*, EVP_PKEY*) |