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