ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
BN_consttime_swap (
unsigned long condition,
BIGNUM* a,
BIGNUM* b,
int nwords
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 4 |
| Return | void |
| Source | bn_lib.c |
| Size | 661 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | condition | unsigned long | 8 | %rdi |
| 1 | a | BIGNUM* | 8 | %rsi |
| 2 | b | BIGNUM* | 8 | %rdx |
| 3 | nwords | int | 4 | %rcx |
| RETURN: none | ||||
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rdi | condition | unsigned long |
| %rsi | a | BIGNUM* |
| %rdx | b | BIGNUM* |
| %rcx | nwords | int |