ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
SSL_CIPHER_get_bits (
SSL_CIPHER const* c,
int* alg_bits
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 2 |
| Return | int |
| Source | ssl_ciph.c |
| Size | 25 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | c | SSL_CIPHER const* | 8 | %rdi |
| 1 | alg_bits | int* | 8 | %rsi |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | c | SSL_CIPHER const* |
| %rsi | alg_bits | int* |