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