Searched defs:jitheader (Results 1 – 2 of 2) sorted by relevance
37 struct jitheader { struct38 uint32_t magic; /* characters "jItD" */39 uint32_t version; /* header version */40 uint32_t total_size; /* total size of header */41 uint32_t elf_mach; /* elf mach target */42 uint32_t pad1; /* reserved */43 uint32_t pid; /* JIT process id */44 uint64_t timestamp; /* timestamp */45 uint64_t flags; /* flags */
120 struct jitheader { struct121 uint32_t magic;122 uint32_t version;123 uint32_t total_size;124 uint32_t elf_mach;125 uint32_t pad1;126 uint32_t pid;127 uint64_t timestamp;128 uint64_t flags;