ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
RC2_set_key (
RC2_KEY* key,
int len,
unsigned char const* data,
int bits
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 4 |
| Return | void |
| Source | rc2_skey.c |
| Size | 275 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | key | RC2_KEY* | 8 | %rdi |
| 1 | len | int | 4 | %rsi |
| 2 | data | unsigned char const* | 8 | %rdx |
| 3 | bits | int | 4 | %rcx |
| RETURN: none | ||||
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rdi | key | RC2_KEY* |
| %rsi | len | int |
| %rdx | data | unsigned char const* |
| %rcx | bits | int |