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