ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
OCSP_single_get0_status (
OCSP_SINGLERESP* single,
int* reason,
ASN1_GENERALIZEDTIME** revtime,
ASN1_GENERALIZEDTIME** thisupd,
ASN1_GENERALIZEDTIME** nextupd
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 5 |
| Return | int |
| Source | ocsp_cl.c |
| Size | 127 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | single | OCSP_SINGLERESP* | 8 | %rdi |
| 1 | reason | int* | 8 | %rsi |
| 2 | revtime | ASN1_GENERALIZEDTIME** | 8 | %rdx |
| 3 | thisupd | ASN1_GENERALIZEDTIME** | 8 | %rcx |
| 4 | nextupd | ASN1_GENERALIZEDTIME** | 8 | %r8 |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | single | OCSP_SINGLERESP* |
| %rsi | reason | int* |
| %rdx | revtime | ASN1_GENERALIZEDTIME** |
| %rcx | thisupd | ASN1_GENERALIZEDTIME** |
| %r8 | nextupd | ASN1_GENERALIZEDTIME** |