ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
SSL_get_sigalgs (
SSL* s,
int idx,
int* psign,
int* phash,
int* psignhash,
unsigned char* rsig,
unsigned char* rhash
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 7 |
| Return | int |
| Source | t1_lib.c |
| Size | 137 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | s | SSL* | 8 | %rdi |
| 1 | idx | int | 4 | %rsi |
| 2 | psign | int* | 8 | %rdx |
| 3 | phash | int* | 8 | %rcx |
| 4 | psignhash | int* | 8 | %r8 |
| 5 | rsig | unsigned char* | 8 | %r9 |
| 6 | rhash | unsigned char* | 8 | stack + 0 |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. | ||
| 0 | rhash | unsigned char* |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | s | SSL* |
| %rsi | idx | int |
| %rdx | psign | int* |
| %rcx | phash | int* |
| %r8 | psignhash | int* |
| %r9 | rsig | unsigned char* |