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