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