Lines Matching +full:index +full:- +full:starts +full:- +full:at +full:- +full:one

5 --------------------------------------------------------
7 --------------------------------------------------------
9 --------------------------------------------------------
11 --------------------------------------------------------
17 …s the jitdump file format. The file is generated by Just-In-time compiler runtimes to save meta-da…
21 The format of the file is binary. It is self-describing in terms of endianness and is portable acro…
27 The format requires only sequential accesses, i.e., append only mode. The file starts with a fixed …
36 Each jitdump file starts with a fixed size header containing the following fields in order:
39 * uint32_t magic : a magic number tagging the file type. The value is 4-byte long and represent…
40 * uint32_t version : a 4-byte value representing the format version. It is currently set to 1
49 …et if the jitdump file is using an architecture-specific timestamp clock source. For instance, on …
53 The file header is immediately followed by records. Each record starts with a fixed size header des…
72 The record has the following fields following the fixed-size record header in order:
84 * fixed-sized fields
89 …is used to uniquely identify each jitted function. The index can be a monotonically increasing 64-
98 The record has the following fields following the fixed-size record header in order:
105 …* uint64_t code_index : index referring to the JIT_CODE_LOAD code_index record of when the funct…
121 The record has the following fields following the fixed-size record header in order:
128 * uint32_t line : source file line number (starting at 1)
133 They need to be walked sequentially. The next debug_entry is found at sizeof(debug_entry) + strlen(…
156 The record has the following fields following the fixed-size record header in order:
158 uint64_t unwind_data_size : the size in bytes of the unwinding data table at the end of the record
159 …size : the size in bytes of the DWARF EH Frame Header at the start of the unwinding data table at
164 …s the Linux Standard Base (LSB) specification as described in the document at https://refspecs.lin…
167 … LSB specification as described in the document at https://refspecs.linuxbase.org/LSB_3.0.0/LSB-PD…