ABI | Symbols | Types | Live Readelf |
Contents |
Info |
Calling sequence |
Stack frame layout |
Registers usage |
Signature |
UnixDomainSocketConnection::is_socket (
char const* path,
std::string* error
) |
---|---|
Type | FUNC / [static] |
Bind | GLOBAL |
Namespace | mysqlpp |
Class | UnixDomainSocketConnection |
Params | 2 |
Return | bool |
Source | uds_connection.cpp |
Size | 449 |
PADDING | PARAM |
LOCAL | RETURN |
Pos | Name | Type | Size | Passed |
---|---|---|---|---|
INPUT(S) | ||||
0 | path | char const* | 8 | %rdi |
1 | error | std::string* | 8 | %rsi |
RETURN | ||||
.retval | bool | 1 | %rax |
Offset | Contents | Type |
---|---|---|
local space, return address, etc. |
Name | Contents | Type |
---|---|---|
%rax | .retval | bool |
%rdi | path | char const* |
%rsi | error | std::string* |