ABI | Symbols | Types |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
sftp_client_message_set_filename ( sftp_client_message msg, char const* newname ) |
|---|---|
| Type | FUNC |
| Source | sftpserver.c |
| Params | 2 |
| Return | void |
| Size | 40 |
| Bind | GLOBAL |
| Vis | DEFAULT |
| Ndx | 11 |
| Status | ADDED |
|
|
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | msg | sftp_client_message | 8 | %rdi |
| 1 | newname | char const* | 8 | %rsi |
| RETURN: none | ||||
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rdi | msg | sftp_client_message |
| %rsi | newname | char const* |