ABI | Symbols | Types | Live Readelf |
Contents |
Info |
Calling sequence |
Stack frame layout |
Registers usage |
Signature |
ssh_scp_new (
ssh_session session,
int mode,
char const* location
) |
---|---|
Type | FUNC |
Bind | GLOBAL |
Params | 3 |
Return | ssh_scp |
Source | scp.c |
Size | 271 |
PADDING | PARAM |
LOCAL | RETURN |
Pos | Name | Type | Size | Passed |
---|---|---|---|---|
INPUT(S) | ||||
0 | session | ssh_session | 8 | %rdi |
1 | mode | int | 4 | %rsi |
2 | location | char const* | 8 | %rdx |
RETURN | ||||
.retval | ssh_scp | 8 | %rax |
Offset | Contents | Type |
---|---|---|
local space, return address, etc. |
Name | Contents | Type |
---|---|---|
%rax | .retval | ssh_scp |
%rdi | session | ssh_session |
%rsi | mode | int |
%rdx | location | char const* |