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