ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
ENGINE_get_ex_new_index (
long argl,
void* argp,
CRYPTO_EX_new* new_func,
CRYPTO_EX_dup* dup_func,
CRYPTO_EX_free* free_func
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 5 |
| Return | int |
| Source | eng_lib.c |
| Size | 34 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | argl | long | 8 | %rdi |
| 1 | argp | void* | 8 | %rsi |
| 2 | new_func | CRYPTO_EX_new* | 8 | %rdx |
| 3 | dup_func | CRYPTO_EX_dup* | 8 | %rcx |
| 4 | free_func | CRYPTO_EX_free* | 8 | %r8 |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | argl | long |
| %rsi | argp | void* |
| %rdx | new_func | CRYPTO_EX_new* |
| %rcx | dup_func | CRYPTO_EX_dup* |
| %r8 | free_func | CRYPTO_EX_free* |