ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
WindowsNamedPipeConnection::connect (
char const* db,
char const* user,
char const* pass
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Namespace | mysqlpp |
| Class | WindowsNamedPipeConnection |
| Params | 3 |
| Return | bool |
| Source | wnp_connection.cpp |
| Size | 178 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | this | WindowsNamedPipeConnection*const | 8 | %rdi |
| 1 | db | char const* | 8 | %rsi |
| 2 | user | char const* | 8 | %rdx |
| 3 | pass | char const* | 8 | %rcx |
| RETURN | ||||
| .retval | bool | 1 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | bool |
| %rdi | this | WindowsNamedPipeConnection*const |
| %rsi | db | char const* |
| %rdx | user | char const* |
| %rcx | pass | char const* |