Lines Matching +full:ascii +full:- +full:based

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…
39 …magic number tagging the file type. The value is 4-byte long and represents the string "JiTD" in A…
40 * uint32_t version : a 4-byte value representing the format version. It is currently set to 1
49 …* bit 0: JITDUMP_FLAGS_ARCH_TIMESTAMP : set if the jitdump file is using an architecture-specific …
72 The record has the following fields following the fixed-size record header in order:
79 * char[n]: function name in ASCII including the null termination
84 * fixed-sized fields
89 …dentify each jitted function. The index can be a monotonically increasing 64-bit value. Each time …
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:
130 * char name[n] : source file name in ASCII, including null termination
156 The record has the following fields following the fixed-size record header in order:
167 …escribed in the document at https://refspecs.linuxbase.org/LSB_3.0.0/LSB-PDA/LSB-PDA/ehframechpt.h…
170 …en only the EH Frame Header will be read, which can be used to specify FP based unwinding for a fu…