ABI | Symbols | Types | Live Readelf |
Contents |
Info |
Calling sequence |
Stack frame layout |
Registers usage |
Signature |
String::at (
String::size_type pos
) |
---|---|
Type | FUNC / [const] |
Bind | GLOBAL |
Namespace | mysqlpp |
Class | String |
Params | 1 |
Return | char |
Source | mystring.cpp |
Size | 117 |
PADDING | PARAM |
LOCAL | RETURN |
Pos | Name | Type | Size | Passed |
---|---|---|---|---|
INPUT(S) | ||||
0 | this | String const*const | 8 | %rdi |
1 | pos | String::size_type | 8 | %rsi |
RETURN | ||||
.retval | char | 1 | %rax |
Offset | Contents | Type |
---|---|---|
local space, return address, etc. |
Name | Contents | Type |
---|---|---|
%rax | .retval | char |
%rdi | this | String const*const |
%rsi | pos | String::size_type |