Diff:
libssh.so 0.5.5 (x86_64)
libssh.so 0.6.0 (x86_64)

ABI
Viewer

SymbolsTypes



Added Symbol: ssh_channel_read_timeout


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature ssh_channel_read_timeout (
    ssh_channel channel,
    void* dest,
    uint32_t count,
    int is_stderr,
    int timeout
)
Type FUNC
Source channels.c
Params 5
Return int
Size 419
Bind GLOBAL
Vis DEFAULT
Ndx 11
Status ADDED


Calling sequence

PADDINGPARAM
LOCALRETURN


ADDED
REMOVED
PosNameTypeSizePassed
INPUT(S)
0channelssh_channel8%rdi
1destvoid*8%rsi
2countuint32_t4%rdx
3is_stderrint4%rcx
4timeoutint4%r8
RETURN
.retvalint4%rax


Stack frame layout

OffsetContentsType
local space,
return address,
etc.


Registers usage

NameContentsType
%rax.retvalint
%rdichannelssh_channel
%rsidestvoid*
%rdxcountuint32_t
%rcxis_stderrint
%r8timeoutint







Andrey Ponomarenko's ABI laboratory