Searched defs:jump_entry (Results 1 – 6 of 6) sorted by relevance
42 struct jump_entry { struct43 jump_label_t code;44 jump_label_t target;45 jump_label_t key;
58 struct jump_entry { struct59 jump_label_t code;60 jump_label_t target;61 jump_label_t key;
45 struct jump_entry { struct46 jump_label_t code;47 jump_label_t target;48 jump_label_t key;
52 struct jump_entry { struct53 jump_label_t code;54 jump_label_t target;55 jump_label_t key;
68 struct jump_entry { struct69 jump_label_t code;70 jump_label_t target;71 jump_label_t key;
122 struct jump_entry { struct128 static inline unsigned long jump_entry_code(const struct jump_entry *entry) in jump_entry_code() argument