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

ABI
Viewer

SymbolsTypes



Symbol: ssh_userauth_none


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature ssh_userauth_none (
    ssh_session session,
    char const* username
)
Type FUNC
Source auth.c
Params 2
Return int
Size 1139
Bind GLOBAL
Vis DEFAULT
Ndx 11
Status UNCHANGED


Calling sequence

PADDINGPARAM
LOCALRETURN


ADDED
REMOVED
PosNameTypeSizePassed
INPUT(S)
0sessionssh_session8%rdi
1usernamechar const*8%rsi
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
%rdisessionssh_session
%rsiusernamechar const*
NameContentsType
%rax.retvalint
%rdisessionssh_session
%rsiusernamechar const*







Andrey Ponomarenko's ABI laboratory