ABI | Symbols | Types | Live Readelf |
Contents |
Info |
Calling sequence |
Stack frame layout |
Registers usage |
Signature |
ssh_pki_import_pubkey_base64 (
char const* b64_key,
enum ssh_keytypes_e type,
ssh_key* pkey
) |
---|---|
Type | FUNC |
Bind | GLOBAL |
Params | 3 |
Return | int |
Source | pki.c |
Size | 117 |
PADDING | PARAM |
LOCAL | RETURN |
Pos | Name | Type | Size | Passed |
---|---|---|---|---|
INPUT(S) | ||||
0 | b64_key | char const* | 8 | %rdi |
1 | type | enum ssh_keytypes_e | 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 | b64_key | char const* |
%rsi | type | enum ssh_keytypes_e |
%rdx | pkey | ssh_key* |