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

ABI
Viewer

SymbolsTypes



Symbol: channel_read_nonblocking


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature channel_read_nonblocking (
    ssh_channel channel,
    void* dest,
    uint32_t count,
    int is_stderr
)
Type FUNC
Source legacy.c
Params 4
Return int
Size 14
Bind GLOBAL
Vis DEFAULT
Ndx 11
Status UNCHANGED


Calling sequence

PADDINGPARAM
LOCALRETURN


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


Stack frame layout

Old New
OffsetContentsType
local space,
return address,
etc.
OffsetContentsType
local space,
return address,
etc.


Registers usage

Old New
NameContentsType
%rax.retvalint
%rdichannelssh_channel
%rsidestvoid*
%rdxcountuint32_t
%rcxis_stderrint
NameContentsType
%rax.retvalint
%rdichannelssh_channel
%rsidestvoid*
%rdxcountuint32_t
%rcxis_stderrint







Andrey Ponomarenko's ABI laboratory