ABI | Symbols | Types | Live Readelf |
Contents |
Info |
Calling sequence |
Stack frame layout |
Registers usage |
Signature |
publickey_from_privatekey (
ssh_private_key prv
) |
---|---|
Type | FUNC |
Bind | GLOBAL |
Params | 1 |
Return | ssh_public_key |
Source | legacy.c |
Size | 149 |
PADDING | PARAM |
LOCAL | RETURN |
Pos | Name | Type | Size | Passed |
---|---|---|---|---|
INPUT(S) | ||||
0 | prv | ssh_private_key | 8 | %rdi |
RETURN | ||||
.retval | ssh_public_key | 8 | %rax |
Offset | Contents | Type |
---|---|---|
local space, return address, etc. |
Name | Contents | Type |
---|---|---|
%rax | .retval | ssh_public_key |
%rdi | prv | ssh_private_key |