ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
RAND_add (
void const* buf,
int num,
double entropy
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 3 |
| Return | void |
| Source | rand_lib.c |
| Size | 56 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | buf | void const* | 8 | %rdi |
| 1 | num | int | 4 | %rsi |
| 2 | entropy | double | 8 | %xmm0 |
| RETURN: none | ||||
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rdi | buf | void const* |
| %rsi | num | int |
| %xmm0 | entropy | double |