ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
Query::Query (
Connection* c,
bool te,
char const* qstr
) |
|---|---|
| Type | FUNC / C-tor [not-in-charge] |
| Bind | GLOBAL |
| Namespace | mysqlpp |
| Class | Query |
| Params | 3 |
| Source | query.cpp |
| Size | 777 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | this | Query*const | 8 | %rdi |
| 2 | c | Connection* | 8 | %rdx |
| 3 | te | bool | 1 | %rcx |
| 4 | qstr | char const* | 8 | %r8 |
| RETURN: none | ||||
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rdi | this | Query*const |
| %rdx | c | Connection* |
| %rcx | te | bool |
| %r8 | qstr | char const* |