ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Fields |
| Memory Layout |
| Name | ssh_public_key_struct |
|---|---|
| Type | STRUCT |
| Fields | 4 |
| Source | keys.h |
| Size | 32 |
| Usage | The type is used by 5 symbols. |
| PADDING | FIELD |
| BIT-FIELD |
| Pos | Name | Type | Size | Offset |
|---|---|---|---|---|
| 0 | type | int | 4 | 0 |
| 1 | type_c | char const* | 8 | 8 |
| 2 | dsa_pub | DSA* | 8 | 16 |
| 3 | rsa_pub | RSA* | 8 | 24 |
| Offset | Contents | Type |
|---|---|---|
| 0 | .type | int |
| 4 | padding | |
| 8 | .type_c | char const* |
| 16 | .dsa_pub | DSA* |
| 24 | .rsa_pub | RSA* |