ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
OCSP_basic_add1_status (
OCSP_BASICRESP* rsp,
OCSP_CERTID* cid,
int status,
int reason,
ASN1_TIME* revtime,
ASN1_TIME* thisupd,
ASN1_TIME* nextupd
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 7 |
| Return | OCSP_SINGLERESP* |
| Source | ocsp_srv.c |
| Size | 384 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | rsp | OCSP_BASICRESP* | 8 | %rdi |
| 1 | cid | OCSP_CERTID* | 8 | %rsi |
| 2 | status | int | 4 | %rdx |
| 3 | reason | int | 4 | %rcx |
| 4 | revtime | ASN1_TIME* | 8 | %r8 |
| 5 | thisupd | ASN1_TIME* | 8 | %r9 |
| 6 | nextupd | ASN1_TIME* | 8 | stack + 0 |
| RETURN | ||||
| .retval | OCSP_SINGLERESP* | 8 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. | ||
| 0 | nextupd | ASN1_TIME* |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | OCSP_SINGLERESP* |
| %rdi | rsp | OCSP_BASICRESP* |
| %rsi | cid | OCSP_CERTID* |
| %rdx | status | int |
| %rcx | reason | int |
| %r8 | revtime | ASN1_TIME* |
| %r9 | thisupd | ASN1_TIME* |