Searched defs:jitheader (Results 1 – 1 of 1) sorted by relevance
16 struct jitheader { struct17 uint32_t magic; /* characters "jItD" */18 uint32_t version; /* header version */19 uint32_t total_size; /* total size of header */20 uint32_t elf_mach; /* elf mach target */21 uint32_t pad1; /* reserved */22 uint32_t pid; /* JIT process id */23 uint64_t timestamp; /* timestamp */