libssh.so 0.7.1 (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: ssh_channel_write


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
ssh_channel_write ( ssh_channel channel, void const* data, uint32_t len )
Type FUNC
Bind GLOBAL
Params 3
Return int
Source channels.c
Size 19

Calling sequence

PADDINGPARAM
LOCALRETURN

PosNameTypeSizePassed
INPUT(S)
0channelssh_channel8%rdi
1datavoid const*8%rsi
2lenuint32_t4%rdx
RETURN
.retvalint4%rax

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rax.retvalint
%rdichannelssh_channel
%rsidatavoid const*
%rdxlenuint32_t




Andrey Ponomarenko's ABI laboratory