ABI | Symbols | Types | Live Readelf |
Contents |
Info |
Calling sequence |
Stack frame layout |
Registers usage |
Signature |
Connection::query (
std::string const& qstr
) |
---|---|
Type | FUNC |
Bind | GLOBAL |
Namespace | mysqlpp |
Class | Connection |
Params | 1 |
Return | Query |
Source | connection.cpp |
Size | 17 |
PADDING | PARAM |
LOCAL | RETURN |
Pos | Name | Type | Size | Passed |
---|---|---|---|---|
INPUT(S) | ||||
0 | this | Connection*const | 8 | %rsi |
1 | qstr | std::string const& | 8 | %rdx |
RETURN | ||||
.result_ptr | Query* | 8 | %rdi |
Offset | Contents | Type |
---|---|---|
local space, return address, etc. |
Name | Contents | Type |
---|---|---|
%rdi | .result_ptr | Query* |
%rsi | this | Connection*const |
%rdx | qstr | std::string const& |