ABI | Symbols | Types | Live Readelf |
Contents |
Info |
Calling sequence |
Stack frame layout |
Registers usage |
Signature |
Transaction::Transaction (
Connection& conn,
enum Transaction::IsolationLevel level,
enum Transaction::IsolationScope scope,
bool consistent
) |
---|---|
Type | FUNC / C-tor [not-in-charge] |
Bind | GLOBAL |
Namespace | mysqlpp |
Class | Transaction |
Params | 4 |
Source | transaction.cpp |
Size | 1109 |
PADDING | PARAM |
LOCAL | RETURN |
Pos | Name | Type | Size | Passed |
---|---|---|---|---|
INPUT(S) | ||||
0 | this | Transaction*const | 8 | %rdi |
1 | conn | Connection& | 8 | %rsi |
2 | level | enum Transaction::IsolationLevel | 4 | %rdx |
3 | scope | enum Transaction::IsolationScope | 4 | %rcx |
4 | consistent | bool | 1 | %r8 |
RETURN: none |
Offset | Contents | Type |
---|---|---|
local space, return address, etc. |
Name | Contents | Type |
---|---|---|
%rdi | this | Transaction*const |
%rsi | conn | Connection& |
%rdx | level | enum Transaction::IsolationLevel |
%rcx | scope | enum Transaction::IsolationScope |
%r8 | consistent | bool |