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 [in-charge] |
Bind | GLOBAL |
Namespace | mysqlpp |
Class | Query |
Params | 3 |
Source | query.cpp |
Size | 877 |
PADDING | PARAM |
LOCAL | RETURN |
Pos | Name | Type | Size | Passed |
---|---|---|---|---|
INPUT(S) | ||||
0 | this | Query*const | 8 | %rdi |
1 | c | Connection* | 8 | %rsi |
2 | te | bool | 1 | %rdx |
3 | qstr | char const* | 8 | %rcx |
RETURN: none |
Offset | Contents | Type |
---|---|---|
local space, return address, etc. |
Name | Contents | Type |
---|---|---|
%rdi | this | Query*const |
%rsi | c | Connection* |
%rdx | te | bool |
%rcx | qstr | char const* |