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