ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
DBDriver::enable_ssl (
char const* key,
char const* cert,
char const* ca,
char const* capath,
char const* cipher
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Namespace | mysqlpp |
| Class | DBDriver |
| Params | 5 |
| Return | bool |
| Source | dbdriver.cpp |
| Size | 109 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | this | DBDriver*const | 8 | %rdi |
| 1 | key | char const* | 8 | %rsi |
| 2 | cert | char const* | 8 | %rdx |
| 3 | ca | char const* | 8 | %rcx |
| 4 | capath | char const* | 8 | %r8 |
| 5 | cipher | char const* | 8 | %r9 |
| RETURN | ||||
| .retval | bool | 1 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | bool |
| %rdi | this | DBDriver*const |
| %rsi | key | char const* |
| %rdx | cert | char const* |
| %rcx | ca | char const* |
| %r8 | capath | char const* |
| %r9 | cipher | char const* |