ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
X509_CRL_diff (
X509_CRL* base,
X509_CRL* newer,
EVP_PKEY* skey,
EVP_MD const* md,
unsigned int flags
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 5 |
| Return | X509_CRL* |
| Source | x509_vfy.c |
| Size | 900 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | base | X509_CRL* | 8 | %rdi |
| 1 | newer | X509_CRL* | 8 | %rsi |
| 2 | skey | EVP_PKEY* | 8 | %rdx |
| 3 | md | EVP_MD const* | 8 | %rcx |
| 4 | flags | unsigned int | 4 | %r8 |
| RETURN | ||||
| .retval | X509_CRL* | 8 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | X509_CRL* |
| %rdi | base | X509_CRL* |
| %rsi | newer | X509_CRL* |
| %rdx | skey | EVP_PKEY* |
| %rcx | md | EVP_MD const* |
| %r8 | flags | unsigned int |