libssh.so 0.7.1 (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: sftp_new_channel


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
sftp_new_channel ( ssh_session session, ssh_channel channel )
Type FUNC
Bind GLOBAL
Params 2
Return sftp_session
Source sftp.c
Size 157

Calling sequence

PADDINGPARAM
LOCALRETURN

PosNameTypeSizePassed
INPUT(S)
0sessionssh_session8%rdi
1channelssh_channel8%rsi
RETURN
.retvalsftp_session8%rax

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rax.retvalsftp_session
%rdisessionssh_session
%rsichannelssh_channel




Andrey Ponomarenko's ABI laboratory