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