ABI | Symbols | Types | Live Readelf |
Contents |
Info |
Calling sequence |
Stack frame layout |
Registers usage |
Signature |
DBDriver::set_option (
unsigned int o,
bool arg
) |
---|---|
Type | FUNC |
Bind | GLOBAL |
Namespace | mysqlpp |
Class | DBDriver |
Params | 2 |
Return | bool |
Source | dbdriver.cpp |
Size | 68 |
PADDING | PARAM |
LOCAL | RETURN |
Pos | Name | Type | Size | Passed |
---|---|---|---|---|
INPUT(S) | ||||
0 | this | DBDriver*const | 8 | %rdi |
1 | o | unsigned int | 4 | %rsi |
2 | arg | bool | 1 | %rdx |
RETURN | ||||
.retval | bool | 1 | %rax |
Offset | Contents | Type |
---|---|---|
local space, return address, etc. |
Name | Contents | Type |
---|---|---|
%rax | .retval | bool |
%rdi | this | DBDriver*const |
%rsi | o | unsigned int |
%rdx | arg | bool |