ABI | Symbols | Types | Live Readelf |
Contents |
Info |
Calling sequence |
Stack frame layout |
Registers usage |
Signature |
TCPConnection::parse_address (
std::string& addr,
unsigned int& port,
std::string& error
) |
---|---|
Type | FUNC / [static] |
Bind | GLOBAL |
Namespace | mysqlpp |
Class | TCPConnection |
Params | 3 |
Return | bool |
Source | tcp_connection.cpp |
Size | 1834 |
PADDING | PARAM |
LOCAL | RETURN |
Pos | Name | Type | Size | Passed |
---|---|---|---|---|
INPUT(S) | ||||
0 | addr | std::string& | 8 | %rdi |
1 | port | unsigned int& | 8 | %rsi |
2 | error | std::string& | 8 | %rdx |
RETURN | ||||
.retval | bool | 1 | %rax |
Offset | Contents | Type |
---|---|---|
local space, return address, etc. |
Name | Contents | Type |
---|---|---|
%rax | .retval | bool |
%rdi | addr | std::string& |
%rsi | port | unsigned int& |
%rdx | error | std::string& |