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

ABI
Viewer

SymbolsTypes



Symbol: ssh_print_hexa


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature ssh_print_hexa (
    char const* descr,
    unsigned char const* what,
    size_t len
)
Type FUNC
Source dh.c
Params 3
Return void
Size 66
Bind GLOBAL
Vis DEFAULT
Ndx 11
Status UNCHANGED


Calling sequence

PADDINGPARAM
LOCALRETURN


ADDED
REMOVED
PosNameTypeSizePassed
INPUT(S)
0descrchar const*8%rdi
1whatunsigned char const*8%rsi
2lensize_t8%rdx
RETURN: none


Stack frame layout

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


Registers usage

Old New
NameContentsType
%rdidescrchar const*
%rsiwhatunsigned char const*
%rdxlensize_t
NameContentsType
%rdidescrchar const*
%rsiwhatunsigned char const*
%rdxlensize_t







Andrey Ponomarenko's ABI laboratory