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