ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
OPENSSL_uni2asc (
unsigned char* uni,
int unilen
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 2 |
| Return | char* |
| Source | p12_utl.c |
| Size | 118 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | uni | unsigned char* | 8 | %rdi |
| 1 | unilen | int | 4 | %rsi |
| RETURN | ||||
| .retval | char* | 8 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | char* |
| %rdi | uni | unsigned char* |
| %rsi | unilen | int |