ABI | Symbols | Types | Live Readelf |
Contents |
Info |
Calling sequence |
Stack frame layout |
Registers usage |
Signature |
_ssh_log (
int verbosity,
char const* function,
char const* format,
...
) |
---|---|
Type | FUNC |
Bind | GLOBAL |
Params | 4 |
Return | void |
Source | log.c |
Size | 260 |
PADDING | PARAM |
LOCAL | RETURN |
Pos | Name | Type | Size | Passed |
---|---|---|---|---|
INPUT(S) | ||||
0 | verbosity | int | 4 | %rdi |
1 | function | char const* | 8 | %rsi |
2 | format | char const* | 8 | %rdx |
3 | ... | ... | ... | stack + n |
RETURN: none |
Offset | Contents | Type |
---|---|---|
local space, return address, etc. | ||
n | ... | ... |
Name | Contents | Type |
---|---|---|
%rdi | verbosity | int |
%rsi | function | char const* |
%rdx | format | char const* |