ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
ASN1_TIME_adj (
ASN1_TIME* s,
time_t t,
int offset_day,
long offset_sec
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 4 |
| Return | ASN1_TIME* |
| Source | a_time.c |
| Size | 185 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | s | ASN1_TIME* | 8 | %rdi |
| 1 | t | time_t | 8 | %rsi |
| 2 | offset_day | int | 4 | %rdx |
| 3 | offset_sec | long | 8 | %rcx |
| RETURN | ||||
| .retval | ASN1_TIME* | 8 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | ASN1_TIME* |
| %rdi | s | ASN1_TIME* |
| %rsi | t | time_t |
| %rdx | offset_day | int |
| %rcx | offset_sec | long |