ABI | Symbols | Types | Live Readelf |
Contents |
Info |
Calling sequence |
Stack frame layout |
Registers usage |
Signature |
ssh_get_random (
void* where,
int len,
int strong
) |
---|---|
Type | FUNC |
Bind | GLOBAL |
Params | 3 |
Return | int |
Source | dh.c |
Size | 25 |
PADDING | PARAM |
LOCAL | RETURN |
Pos | Name | Type | Size | Passed |
---|---|---|---|---|
INPUT(S) | ||||
0 | where | void* | 8 | %rdi |
1 | len | int | 4 | %rsi |
2 | strong | int | 4 | %rdx |
RETURN | ||||
.retval | int | 4 | %rax |
Offset | Contents | Type |
---|---|---|
local space, return address, etc. |
Name | Contents | Type |
---|---|---|
%rax | .retval | int |
%rdi | where | void* |
%rsi | len | int |
%rdx | strong | int |