Lines Matching refs:header
27 …accesses, i.e., append only mode. The file starts with a fixed size file header describing the ver…
29 The header is followed by a series of records, each starting with a fixed size header describing th…
34 III/ Jitdump file header format
36 Each jitdump file starts with a fixed size header containing the following fields in order:
41 * uint32_t total_size: size in bytes of file header
51 IV/ Record header
53 The file header is immediately followed by records. Each record starts with a fixed size header des…
55 The record header is specified in order as follows:
57 * uint32_t total_size: the size in bytes of the record including the header.
67 The payload of the record must immediately follow the record header without padding.
72 The record has the following fields following the fixed-size record header in order:
82 The record header total_size field is inclusive of all components:
83 * record header
98 The record has the following fields following the fixed-size record header in order:
121 The record has the following fields following the fixed-size record header in order:
146 The JIT_CODE_CLOSE record does not have any specific fields, the record header contains all the inf…
156 The record has the following fields following the fixed-size record header in order:
164 The EH Frame header follows the Linux Standard Base (LSB) specification as described in the documen…