ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
Row::Row (
MYSQL_ROW row,
ResultBase const* res,
unsigned long const* lengths,
bool throw_exceptions
) |
|---|---|
| Type | FUNC / C-tor [in-charge] |
| Bind | GLOBAL |
| Namespace | mysqlpp |
| Class | Row |
| Params | 4 |
| Source | row.cpp |
| Size | 1211 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | this | Row*const | 8 | %rdi |
| 1 | row | MYSQL_ROW | 8 | %rsi |
| 2 | res | ResultBase const* | 8 | %rdx |
| 3 | lengths | unsigned long const* | 8 | %rcx |
| 4 | throw_exceptions | bool | 1 | %r8 |
| RETURN: none | ||||
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rdi | this | Row*const |
| %rsi | row | MYSQL_ROW |
| %rdx | res | ResultBase const* |
| %rcx | lengths | unsigned long const* |
| %r8 | throw_exceptions | bool |