ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
EVP_PKEY_CTX_ctrl (
EVP_PKEY_CTX* ctx,
int keytype,
int optype,
int cmd,
int p1,
void* p2
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 6 |
| Return | int |
| Source | pmeth_lib.c |
| Size | 242 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | ctx | EVP_PKEY_CTX* | 8 | %rdi |
| 1 | keytype | int | 4 | %rsi |
| 2 | optype | int | 4 | %rdx |
| 3 | cmd | int | 4 | %rcx |
| 4 | p1 | int | 4 | %r8 |
| 5 | p2 | void* | 8 | %r9 |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | ctx | EVP_PKEY_CTX* |
| %rsi | keytype | int |
| %rdx | optype | int |
| %rcx | cmd | int |
| %r8 | p1 | int |
| %r9 | p2 | void* |