ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
UI_add_verify_string (
UI* ui,
char const* prompt,
int flags,
char* result_buf,
int minsize,
int maxsize,
char const* test_buf
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 7 |
| Return | int |
| Source | ui_lib.c |
| Size | 38 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | ui | UI* | 8 | %rdi |
| 1 | prompt | char const* | 8 | %rsi |
| 2 | flags | int | 4 | %rdx |
| 3 | result_buf | char* | 8 | %rcx |
| 4 | minsize | int | 4 | %r8 |
| 5 | maxsize | int | 4 | %r9 |
| 6 | test_buf | char const* | 8 | stack + 0 |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. | ||
| 0 | test_buf | char const* |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | ui | UI* |
| %rsi | prompt | char const* |
| %rdx | flags | int |
| %rcx | result_buf | char* |
| %r8 | minsize | int |
| %r9 | maxsize | int |