ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
TS_RESP_CTX_set_accuracy (
TS_RESP_CTX* ctx,
int secs,
int millis,
int micros
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 4 |
| Return | int |
| Source | ts_rsp_sign.c |
| Size | 287 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | ctx | TS_RESP_CTX* | 8 | %rdi |
| 1 | secs | int | 4 | %rsi |
| 2 | millis | int | 4 | %rdx |
| 3 | micros | int | 4 | %rcx |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | ctx | TS_RESP_CTX* |
| %rsi | secs | int |
| %rdx | millis | int |
| %rcx | micros | int |