ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
d2i_RSA_NET (
RSA** a,
unsigned char const** pp,
long length,
int(*)(char*, int, char const*, int) cb,
int sgckey
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 5 |
| Return | RSA* |
| Source | n_pkey.c |
| Size | 317 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | a | RSA** | 8 | %rdi |
| 1 | pp | unsigned char const** | 8 | %rsi |
| 2 | length | long | 8 | %rdx |
| 3 | cb | int(*)(char*, int, char const*, int) | 8 | %rcx |
| 4 | sgckey | int | 4 | %r8 |
| RETURN | ||||
| .retval | RSA* | 8 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | RSA* |
| %rdi | a | RSA** |
| %rsi | pp | unsigned char const** |
| %rdx | length | long |
| %rcx | cb | int(*)(char*, int, char const*, int) |
| %r8 | sgckey | int |