ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
TS_RESP_CTX_set_time_cb (
TS_RESP_CTX* ctx,
TS_time_cb cb,
void* data
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 3 |
| Return | void |
| Source | ts_rsp_sign.c |
| Size | 9 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | ctx | TS_RESP_CTX* | 8 | %rdi |
| 1 | cb | TS_time_cb | 8 | %rsi |
| 2 | data | void* | 8 | %rdx |
| RETURN: none | ||||
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rdi | ctx | TS_RESP_CTX* |
| %rsi | cb | TS_time_cb |
| %rdx | data | void* |