ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
RSA_padding_check_SSLv23 (
unsigned char* to,
int tlen,
unsigned char const* from,
int flen,
int num
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 5 |
| Return | int |
| Source | rsa_ssl.c |
| Size | 343 |
| 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 |
| 4 | num | int | 4 | %r8 |
| 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 |
| %r8 | num | int |