ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
DES_enc_read (
int fd,
void* buf,
int len,
DES_key_schedule* sched,
DES_cblock* iv
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 5 |
| Return | int |
| Source | enc_read.c |
| Size | 956 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | fd | int | 4 | %rdi |
| 1 | buf | void* | 8 | %rsi |
| 2 | len | int | 4 | %rdx |
| 3 | sched | DES_key_schedule* | 8 | %rcx |
| 4 | iv | DES_cblock* | 8 | %r8 |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | fd | int |
| %rsi | buf | void* |
| %rdx | len | int |
| %rcx | sched | DES_key_schedule* |
| %r8 | iv | DES_cblock* |