libssh.so 0.7.1 (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: ssh_bind_options_set


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
ssh_bind_options_set ( ssh_bind sshbind, enum ssh_bind_options_e type, void const* value )
Type FUNC
Bind GLOBAL
Params 3
Return int
Source options.c
Size 1113

Calling sequence

PADDINGPARAM
LOCALRETURN

PosNameTypeSizePassed
INPUT(S)
0sshbindssh_bind8%rdi
1typeenum ssh_bind_options_e4%rsi
2valuevoid const*8%rdx
RETURN
.retvalint4%rax

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rax.retvalint
%rdisshbindssh_bind
%rsitypeenum ssh_bind_options_e
%rdxvaluevoid const*




Andrey Ponomarenko's ABI laboratory