ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
OCSP_sendreq_new (
BIO* io,
char const* path,
OCSP_REQUEST* req,
int maxline
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 4 |
| Return | OCSP_REQ_CTX* |
| Source | ocsp_ht.c |
| Size | 97 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | io | BIO* | 8 | %rdi |
| 1 | path | char const* | 8 | %rsi |
| 2 | req | OCSP_REQUEST* | 8 | %rdx |
| 3 | maxline | int | 4 | %rcx |
| RETURN | ||||
| .retval | OCSP_REQ_CTX* | 8 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | OCSP_REQ_CTX* |
| %rdi | io | BIO* |
| %rsi | path | char const* |
| %rdx | req | OCSP_REQUEST* |
| %rcx | maxline | int |