ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Fields |
| Memory Layout |
| Name | ssl3_record_st |
|---|---|
| Type | STRUCT |
| Fields | 8 |
| Source | ssl3.h |
| Size | 56 |
| Usage | The type is used by 1 type. |
| PADDING | FIELD |
| BIT-FIELD |
| Pos | Name | Type | Size | Offset |
|---|---|---|---|---|
| 0 | type | int | 4 | 0 |
| 1 | length | unsigned int | 4 | 4 |
| 2 | off | unsigned int | 4 | 8 |
| 3 | data | unsigned char* | 8 | 16 |
| 4 | input | unsigned char* | 8 | 24 |
| 5 | comp | unsigned char* | 8 | 32 |
| 6 | epoch | unsigned long | 8 | 40 |
| 7 | seq_num | unsigned char[8] | 8 | 48 |
| Offset | Contents | Type |
|---|---|---|
| 0 | .type | int |
| 4 | .length | unsigned int |
| 8 | .off | unsigned int |
| 12 | padding | |
| 16 | .data | unsigned char* |
| 24 | .input | unsigned char* |
| 32 | .comp | unsigned char* |
| 40 | .epoch | unsigned long |
| 48 | .seq_num | unsigned char[8] |