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