ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Fields |
| Memory Layout |
| Name | bn_recp_ctx_st |
|---|---|
| Type | STRUCT |
| Fields | 5 |
| Source | bn.h |
| Size | 64 |
| Usage | The type is used by 6 symbols. |
| PADDING | FIELD |
| BIT-FIELD |
| Pos | Name | Type | Size | Offset |
|---|---|---|---|---|
| 0 | N | BIGNUM | 24 | 0 |
| 1 | Nr | BIGNUM | 24 | 24 |
| 2 | num_bits | int | 4 | 48 |
| 3 | shift | int | 4 | 52 |
| 4 | flags | int | 4 | 56 |
| Offset | Contents | Type |
|---|---|---|
| 0 | .N | BIGNUM |
| 24 | .Nr | BIGNUM |
| 48 | .num_bits | int |
| 52 | .shift | int |
| 56 | .flags | int |
| 60 | padding |