ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
OCSP_BASICRESP_get1_ext_d2i (
OCSP_BASICRESP* x,
int nid,
int* crit,
int* idx
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 4 |
| Return | void* |
| Source | ocsp_ext.c |
| Size | 21 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | x | OCSP_BASICRESP* | 8 | %rdi |
| 1 | nid | int | 4 | %rsi |
| 2 | crit | int* | 8 | %rdx |
| 3 | idx | int* | 8 | %rcx |
| RETURN | ||||
| .retval | void* | 8 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | void* |
| %rdi | x | OCSP_BASICRESP* |
| %rsi | nid | int |
| %rdx | crit | int* |
| %rcx | idx | int* |