ABI | Symbols | Types | Live Readelf |
Contents |
Info |
Calling sequence |
Stack frame layout |
Registers usage |
Signature |
ssh_getpass (
char const* prompt,
char* buf,
size_t len,
int echo,
int verify
) |
---|---|
Type | FUNC |
Bind | GLOBAL |
Params | 5 |
Return | int |
Source | getpass.c |
Size | 584 |
PADDING | PARAM |
LOCAL | RETURN |
Pos | Name | Type | Size | Passed |
---|---|---|---|---|
INPUT(S) | ||||
0 | prompt | char const* | 8 | %rdi |
1 | buf | char* | 8 | %rsi |
2 | len | size_t | 8 | %rdx |
3 | echo | int | 4 | %rcx |
4 | verify | int | 4 | %r8 |
RETURN | ||||
.retval | int | 4 | %rax |
Offset | Contents | Type |
---|---|---|
local space, return address, etc. |
Name | Contents | Type |
---|---|---|
%rax | .retval | int |
%rdi | prompt | char const* |
%rsi | buf | char* |
%rdx | len | size_t |
%rcx | echo | int |
%r8 | verify | int |