ABI | Symbols | Types | Live Readelf |
Contents |
Info |
Calling sequence |
Stack frame layout |
Registers usage |
Signature |
SQLTypeAdapter::compare (
SQLTypeAdapter::size_type pos,
SQLTypeAdapter::size_type num,
std::string& other
) |
---|---|
Type | FUNC / [const] |
Bind | GLOBAL |
Namespace | mysqlpp |
Class | SQLTypeAdapter |
Params | 3 |
Return | int |
Source | stadapter.cpp |
Size | 17 |
PADDING | PARAM |
LOCAL | RETURN |
Pos | Name | Type | Size | Passed |
---|---|---|---|---|
INPUT(S) | ||||
0 | this | SQLTypeAdapter const*const | 8 | %rdi |
1 | pos | SQLTypeAdapter::size_type | 8 | %rsi |
2 | num | SQLTypeAdapter::size_type | 8 | %rdx |
3 | other | std::string& | 8 | %rcx |
RETURN | ||||
.retval | int | 4 | %rax |
Offset | Contents | Type |
---|---|---|
local space, return address, etc. |
Name | Contents | Type |
---|---|---|
%rax | .retval | int |
%rdi | this | SQLTypeAdapter const*const |
%rsi | pos | SQLTypeAdapter::size_type |
%rdx | num | SQLTypeAdapter::size_type |
%rcx | other | std::string& |