Searched defs:jitheader (Results 1 – 1 of 1) sorted by relevance
36 struct jitheader { struct37 uint32_t magic; /* characters "jItD" */38 uint32_t version; /* header version */39 uint32_t total_size; /* total size of header */40 uint32_t elf_mach; /* elf mach target */41 uint32_t pad1; /* reserved */42 uint32_t pid; /* JIT process id */43 uint64_t timestamp; /* timestamp */44 uint64_t flags; /* flags */