ABI | Symbols | Types | Live Readelf |
Contents |
Info |
Calling sequence |
Stack frame layout |
Registers usage |
Signature |
SQLTypeAdapter::assign (
char const* pc,
int len
) |
---|---|
Type | FUNC |
Bind | GLOBAL |
Namespace | mysqlpp |
Class | SQLTypeAdapter |
Params | 2 |
Return | SQLTypeAdapter& |
Source | stadapter.cpp |
Size | 351 |
PADDING | PARAM |
LOCAL | RETURN |
Pos | Name | Type | Size | Passed |
---|---|---|---|---|
INPUT(S) | ||||
0 | this | SQLTypeAdapter*const | 8 | %rdi |
1 | pc | char const* | 8 | %rsi |
2 | len | int | 4 | %rdx |
RETURN | ||||
.result_ptr | SQLTypeAdapter&* | 8 | %rdi |
Offset | Contents | Type |
---|---|---|
local space, return address, etc. |
Name | Contents | Type |
---|---|---|
%rdi | .result_ptr | SQLTypeAdapter&* |
%rdi | this | SQLTypeAdapter*const |
%rsi | pc | char const* |
%rdx | len | int |