ABI | Symbols | Types | Live Readelf |
Contents |
Info |
Calling sequence |
Stack frame layout |
Registers usage |
Signature |
String::conv<mysqlpp::DateTime> (
DateTime p1
) |
---|---|
Type | FUNC / [const] |
Bind | GLOBAL |
Namespace | mysqlpp |
Class | String |
Params | 1 |
Return | DateTime |
Source | mystring.cpp |
Size | 116 |
PADDING | PARAM |
LOCAL | RETURN |
Pos | Name | Type | Size | Passed |
---|---|---|---|---|
INPUT(S) | ||||
0 | this | String const*const | 8 | %rsi |
1 | p1 | DateTime | 16 | stack + 0 |
RETURN | ||||
.retval.year_ | unsigned short | 2 | %rax | |
.retval.month_ | unsigned char | 1 | %rax + 2 | |
.retval.day_ | unsigned char | 1 | %rax + 3 | |
.retval.hour_ | unsigned char | 1 | %rax + 4 | |
.retval.minute_ | unsigned char | 1 | %rax + 5 | |
.retval.second_ | unsigned char | 1 | %rax + 6 | |
.retval.now_ | bool | 1 | %rax + 7 |
Offset | Contents | Type |
---|---|---|
local space, return address, etc. | ||
0 | p1 | DateTime |
Name | Contents | Type |
---|---|---|
%rax | .retval.year_ | unsigned short |
%rax + 2 | .retval.month_ | unsigned char |
%rax + 3 | .retval.day_ | unsigned char |
%rax + 4 | .retval.hour_ | unsigned char |
%rax + 5 | .retval.minute_ | unsigned char |
%rax + 6 | .retval.second_ | unsigned char |
%rax + 7 | .retval.now_ | bool |
%rsi | this | String const*const |