Searched defs:JITDescriptor (Results 1 – 1 of 1) sorted by relevance
54 struct JITDescriptor { struct55 uint32_t version;56 uint32_t action_flag;57 ADDRT relevant_entry_addr;58 ADDRT first_entry_addr;59 uint8_t magic[8];60 uint32_t flags;61 uint32_t sizeof_descriptor;62 uint32_t sizeof_entry;63 uint32_t action_seqlock; // incremented before and after any modification[all …]