ABI | Symbols | Types |
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 |
Source | pki.c |
Params | 3 |
Return | int |
Size | 168 |
Bind | GLOBAL |
Vis | DEFAULT |
Ndx | 11 |
Status | ADDED |
|
|
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* |