ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
TS_CONF_set_serial (
CONF* conf,
char const* section,
TS_serial_cb cb,
TS_RESP_CTX* ctx
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 4 |
| Return | int |
| Source | ts_conf.c |
| Size | 76 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | conf | CONF* | 8 | %rdi |
| 1 | section | char const* | 8 | %rsi |
| 2 | cb | TS_serial_cb | 8 | %rdx |
| 3 | ctx | TS_RESP_CTX* | 8 | %rcx |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | conf | CONF* |
| %rsi | section | char const* |
| %rdx | cb | TS_serial_cb |
| %rcx | ctx | TS_RESP_CTX* |