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

ABI
Viewer

SymbolsTypes



Symbol: sftp_seek64


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature sftp_seek64 (
    sftp_file file,
    uint64_t new_offset
)
Type FUNC
Source sftp.c
Params 2
Return int
Size 28
Bind GLOBAL
Vis DEFAULT
Ndx 11
Status UNCHANGED


Calling sequence

PADDINGPARAM
LOCALRETURN


ADDED
REMOVED
PosNameTypeSizePassed
INPUT(S)
0filesftp_file8%rdi
1new_offsetuint64_t8%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
%rdifilesftp_file
%rsinew_offsetuint64_t
NameContentsType
%rax.retvalint
%rdifilesftp_file
%rsinew_offsetuint64_t







Andrey Ponomarenko's ABI laboratory