libssh.so 0.7.1 (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: ssh_channel_request_env


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
ssh_channel_request_env ( ssh_channel channel, char const* name, char const* value )
Type FUNC
Bind GLOBAL
Params 3
Return int
Source channels.c
Size 231

Calling sequence

PADDINGPARAM
LOCALRETURN

PosNameTypeSizePassed
INPUT(S)
0channelssh_channel8%rdi
1namechar const*8%rsi
2valuechar const*8%rdx
RETURN
.retvalint4%rax

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rax.retvalint
%rdichannelssh_channel
%rsinamechar const*
%rdxvaluechar const*




Andrey Ponomarenko's ABI laboratory