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