ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
BN_mod_inverse (
BIGNUM* in,
BIGNUM const* a,
BIGNUM const* n,
BN_CTX* ctx
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 4 |
| Return | BIGNUM* |
| Source | bn_gcd.c |
| Size | 2236 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | in | BIGNUM* | 8 | %rdi |
| 1 | a | BIGNUM const* | 8 | %rsi |
| 2 | n | BIGNUM const* | 8 | %rdx |
| 3 | ctx | BN_CTX* | 8 | %rcx |
| RETURN | ||||
| .retval | BIGNUM* | 8 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | BIGNUM* |
| %rdi | in | BIGNUM* |
| %rsi | a | BIGNUM const* |
| %rdx | n | BIGNUM const* |
| %rcx | ctx | BN_CTX* |