ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
EC_POINTs_mul (
EC_GROUP const* group,
EC_POINT* r,
BIGNUM const* scalar,
size_t num,
EC_POINT const** points,
BIGNUM const** scalars,
BN_CTX* ctx
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 7 |
| Return | int |
| Source | ec_lib.c |
| Size | 57 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | group | EC_GROUP const* | 8 | %rdi |
| 1 | r | EC_POINT* | 8 | %rsi |
| 2 | scalar | BIGNUM const* | 8 | %rdx |
| 3 | num | size_t | 8 | %rcx |
| 4 | points | EC_POINT const** | 8 | %r8 |
| 5 | scalars | BIGNUM const** | 8 | %r9 |
| 6 | ctx | BN_CTX* | 8 | stack + 0 |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. | ||
| 0 | ctx | BN_CTX* |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | group | EC_GROUP const* |
| %rsi | r | EC_POINT* |
| %rdx | scalar | BIGNUM const* |
| %rcx | num | size_t |
| %r8 | points | EC_POINT const** |
| %r9 | scalars | BIGNUM const** |