libssh.so 0.7.1 (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: ssh_channel_change_pty_size


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
ssh_channel_change_pty_size ( ssh_channel channel, int cols, int rows )
Type FUNC
Bind GLOBAL
Params 3
Return int
Source channels.c
Size 168

Calling sequence

PADDINGPARAM
LOCALRETURN

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

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rax.retvalint
%rdichannelssh_channel
%rsicolsint
%rdxrowsint




Andrey Ponomarenko's ABI laboratory