ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
SSL_set_tmp_dh_callback (
SSL* ssl,
DH*(*)(SSL*, int, int) dh
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 2 |
| Return | void |
| Source | ssl_lib.c |
| Size | 22 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | ssl | SSL* | 8 | %rdi |
| 1 | dh | DH*(*)(SSL*, int, int) | 8 | %rsi |
| RETURN: none | ||||
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rdi | ssl | SSL* |
| %rsi | dh | DH*(*)(SSL*, int, int) |