ABI | Symbols | Types | Live Readelf |
Contents |
Info |
Calling sequence |
Stack frame layout |
Registers usage |
Signature |
Connection::parse_ipc_method (
char const* server,
std::string& host,
unsigned int& port,
std::string& socket_name
) |
---|---|
Type | FUNC |
Bind | GLOBAL |
Namespace | mysqlpp |
Class | Connection |
Params | 4 |
Return | bool |
Source | connection.cpp |
Size | 221 |
PADDING | PARAM |
LOCAL | RETURN |
Pos | Name | Type | Size | Passed |
---|---|---|---|---|
INPUT(S) | ||||
0 | this | Connection*const | 8 | %rdi |
1 | server | char const* | 8 | %rsi |
2 | host | std::string& | 8 | %rdx |
3 | port | unsigned int& | 8 | %rcx |
4 | socket_name | std::string& | 8 | %r8 |
RETURN | ||||
.retval | bool | 1 | %rax |
Offset | Contents | Type |
---|---|---|
local space, return address, etc. |
Name | Contents | Type |
---|---|---|
%rax | .retval | bool |
%rdi | this | Connection*const |
%rsi | server | char const* |
%rdx | host | std::string& |
%rcx | port | unsigned int& |
%r8 | socket_name | std::string& |