ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
EVP_EncodeUpdate (
EVP_ENCODE_CTX* ctx,
unsigned char* out,
int* outl,
unsigned char const* in,
int inl
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 5 |
| Return | void |
| Source | encode.c |
| Size | 303 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | ctx | EVP_ENCODE_CTX* | 8 | %rdi |
| 1 | out | unsigned char* | 8 | %rsi |
| 2 | outl | int* | 8 | %rdx |
| 3 | in | unsigned char const* | 8 | %rcx |
| 4 | inl | int | 4 | %r8 |
| RETURN: none | ||||
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rdi | ctx | EVP_ENCODE_CTX* |
| %rsi | out | unsigned char* |
| %rdx | outl | int* |
| %rcx | in | unsigned char const* |
| %r8 | inl | int |