ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
BN_mod_mul_reciprocal (
BIGNUM* r,
BIGNUM const* x,
BIGNUM const* y,
BN_RECP_CTX* recp,
BN_CTX* ctx
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 5 |
| Return | int |
| Source | bn_recp.c |
| Size | 242 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | r | BIGNUM* | 8 | %rdi |
| 1 | x | BIGNUM const* | 8 | %rsi |
| 2 | y | BIGNUM const* | 8 | %rdx |
| 3 | recp | BN_RECP_CTX* | 8 | %rcx |
| 4 | ctx | BN_CTX* | 8 | %r8 |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | r | BIGNUM* |
| %rsi | x | BIGNUM const* |
| %rdx | y | BIGNUM const* |
| %rcx | recp | BN_RECP_CTX* |
| %r8 | ctx | BN_CTX* |