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