libssh.so 0.7.1 (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: ssh_channel_poll_timeout


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
ssh_channel_poll_timeout ( ssh_channel channel, int timeout, int is_stderr )
Type FUNC
Bind GLOBAL
Params 3
Return int
Source channels.c
Size 131

Calling sequence

PADDINGPARAM
LOCALRETURN

PosNameTypeSizePassed
INPUT(S)
0channelssh_channel8%rdi
1timeoutint4%rsi
2is_stderrint4%rdx
RETURN
.retvalint4%rax

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rax.retvalint
%rdichannelssh_channel
%rsitimeoutint
%rdxis_stderrint




Andrey Ponomarenko's ABI laboratory