ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
CRYPTO_add_lock (
int* pointer,
int amount,
int type,
char const* file,
int line
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 5 |
| Return | int |
| Source | cryptlib.c |
| Size | 92 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | pointer | int* | 8 | %rdi |
| 1 | amount | int | 4 | %rsi |
| 2 | type | int | 4 | %rdx |
| 3 | file | char const* | 8 | %rcx |
| 4 | line | int | 4 | %r8 |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | pointer | int* |
| %rsi | amount | int |
| %rdx | type | int |
| %rcx | file | char const* |
| %r8 | line | int |