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