ABI | Symbols | Types | Live Readelf |
Contents |
Info |
Calling sequence |
Stack frame layout |
Registers usage |
Signature |
ssh_pki_generate (
enum ssh_keytypes_e type,
int parameter,
ssh_key* pkey
) |
---|---|
Type | FUNC |
Bind | GLOBAL |
Params | 3 |
Return | int |
Source | pki.c |
Size | 199 |
PADDING | PARAM |
LOCAL | RETURN |
Pos | Name | Type | Size | Passed |
---|---|---|---|---|
INPUT(S) | ||||
0 | type | enum ssh_keytypes_e | 4 | %rdi |
1 | parameter | int | 4 | %rsi |
2 | pkey | ssh_key* | 8 | %rdx |
RETURN | ||||
.retval | int | 4 | %rax |
Offset | Contents | Type |
---|---|---|
local space, return address, etc. |
Name | Contents | Type |
---|---|---|
%rax | .retval | int |
%rdi | type | enum ssh_keytypes_e |
%rsi | parameter | int |
%rdx | pkey | ssh_key* |