ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
DBDriver::escape_string_no_conn (
std::string* ps,
char const* original,
size_t length
) |
|---|---|
| Type | FUNC / [static] |
| Bind | GLOBAL |
| Namespace | mysqlpp |
| Class | DBDriver |
| Params | 3 |
| Return | size_t |
| Source | dbdriver.cpp |
| Size | 145 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | ps | std::string* | 8 | %rdi |
| 1 | original | char const* | 8 | %rsi |
| 2 | length | size_t | 8 | %rdx |
| RETURN | ||||
| .retval | size_t | 8 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | size_t |
| %rdi | ps | std::string* |
| %rsi | original | char const* |
| %rdx | length | size_t |