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

ABI
Viewer

SymbolsTypes



Symbol: channel_change_pty_size


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature channel_change_pty_size (
    ssh_channel channel,
    int cols,
    int rows
)
Type FUNC
Source legacy.c
Params 3
Return int
Size 14
Bind GLOBAL
Vis DEFAULT
Ndx 11
Status UNCHANGED


Calling sequence

PADDINGPARAM
LOCALRETURN


ADDED
REMOVED
PosNameTypeSizePassed
INPUT(S)
0channelssh_channel8%rdi
1colsint4%rsi
2rowsint4%rdx
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
%rsicolsint
%rdxrowsint
NameContentsType
%rax.retvalint
%rdichannelssh_channel
%rsicolsint
%rdxrowsint







Andrey Ponomarenko's ABI laboratory