ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
RSA_padding_add_none (
unsigned char* to,
int tlen,
unsigned char const* from,
int flen
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 4 |
| Return | int |
| Source | rsa_none.c |
| Size | 115 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | to | unsigned char* | 8 | %rdi |
| 1 | tlen | int | 4 | %rsi |
| 2 | from | unsigned char const* | 8 | %rdx |
| 3 | flen | int | 4 | %rcx |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | to | unsigned char* |
| %rsi | tlen | int |
| %rdx | from | unsigned char const* |
| %rcx | flen | int |