ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
DBDriver::connect (
char const* host,
char const* socket_name,
unsigned int port,
char const* db,
char const* user,
char const* password
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Namespace | mysqlpp |
| Class | DBDriver |
| Params | 6 |
| Return | bool |
| Source | dbdriver.cpp |
| Size | 118 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | this | DBDriver*const | 8 | %rdi |
| 1 | host | char const* | 8 | %rsi |
| 2 | socket_name | char const* | 8 | %rdx |
| 3 | port | unsigned int | 4 | %rcx |
| 4 | db | char const* | 8 | %r8 |
| 5 | user | char const* | 8 | %r9 |
| 6 | password | char const* | 8 | stack + 0 |
| RETURN | ||||
| .retval | bool | 1 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. | ||
| 0 | password | char const* |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | bool |
| %rdi | this | DBDriver*const |
| %rsi | host | char const* |
| %rdx | socket_name | char const* |
| %rcx | port | unsigned int |
| %r8 | db | char const* |
| %r9 | user | char const* |