ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
Connection::Connection (
char const* db,
char const* server,
char const* user,
char const* password,
unsigned int port
) |
|---|---|
| Type | FUNC / C-tor [not-in-charge] |
| Bind | GLOBAL |
| Namespace | mysqlpp |
| Class | Connection |
| Params | 5 |
| Source | connection.cpp |
| Size | 235 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | this | Connection*const | 8 | %rdi |
| 1 | db | char const* | 8 | %rsi |
| 2 | server | char const* | 8 | %rdx |
| 3 | user | char const* | 8 | %rcx |
| 4 | password | char const* | 8 | %r8 |
| 5 | port | unsigned int | 4 | %r9 |
| RETURN: none | ||||
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rdi | this | Connection*const |
| %rsi | db | char const* |
| %rdx | server | char const* |
| %rcx | user | char const* |
| %r8 | password | char const* |
| %r9 | port | unsigned int |