ABI | Symbols | Types | Live Readelf |
Contents |
Info |
Calling sequence |
Stack frame layout |
Registers usage |
Signature |
ssh_channel_request_send_exit_status (
ssh_channel channel,
int exit_status
) |
---|---|
Type | FUNC |
Bind | GLOBAL |
Params | 2 |
Return | int |
Source | channels.c |
Size | 159 |
PADDING | PARAM |
LOCAL | RETURN |
Pos | Name | Type | Size | Passed |
---|---|---|---|---|
INPUT(S) | ||||
0 | channel | ssh_channel | 8 | %rdi |
1 | exit_status | int | 4 | %rsi |
RETURN | ||||
.retval | int | 4 | %rax |
Offset | Contents | Type |
---|---|---|
local space, return address, etc. |
Name | Contents | Type |
---|---|---|
%rax | .retval | int |
%rdi | channel | ssh_channel |
%rsi | exit_status | int |