ABI | Symbols | Types |
Contents |
Info |
Calling sequence |
Stack frame layout |
Registers usage |
Signature |
_ssh_log ( int verbosity, char const* function, char const* format, ... ) |
---|---|
Type | FUNC |
Source | log.c |
Params | 4 |
Return | void |
Size | 260 |
Bind | GLOBAL |
Vis | DEFAULT |
Ndx | 11 |
Status | ADDED |
|
|
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* |