ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
EVP_CIPHER_CTX_test_flags (
EVP_CIPHER_CTX const* ctx,
int flags
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 2 |
| Return | int |
| Source | evp_lib.c |
| Size | 6 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | ctx | EVP_CIPHER_CTX const* | 8 | %rdi |
| 1 | flags | int | 4 | %rsi |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | ctx | EVP_CIPHER_CTX const* |
| %rsi | flags | int |