ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
COMP_compress_block (
COMP_CTX* ctx,
unsigned char* out,
int olen,
unsigned char* in,
int ilen
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 5 |
| Return | int |
| Source | comp_lib.c |
| Size | 59 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | ctx | COMP_CTX* | 8 | %rdi |
| 1 | out | unsigned char* | 8 | %rsi |
| 2 | olen | int | 4 | %rdx |
| 3 | in | unsigned char* | 8 | %rcx |
| 4 | ilen | int | 4 | %r8 |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | ctx | COMP_CTX* |
| %rsi | out | unsigned char* |
| %rdx | olen | int |
| %rcx | in | unsigned char* |
| %r8 | ilen | int |