libssh.so 0.7.1 (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: ssh_options_get


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
ssh_options_get ( ssh_session session, enum ssh_options_e type, char** value )
Type FUNC
Bind GLOBAL
Params 3
Return int
Source options.c
Size 241

Calling sequence

PADDINGPARAM
LOCALRETURN

PosNameTypeSizePassed
INPUT(S)
0sessionssh_session8%rdi
1typeenum ssh_options_e4%rsi
2valuechar**8%rdx
RETURN
.retvalint4%rax

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rax.retvalint
%rdisessionssh_session
%rsitypeenum ssh_options_e
%rdxvaluechar**




Andrey Ponomarenko's ABI laboratory