Lines Matching defs:special_alt
12 struct special_alt { struct13 struct list_head list;15 bool group;16 bool skip_orig;17 bool skip_alt;18 bool jump_or_nop;20 struct section *orig_sec;21 unsigned long orig_off;23 struct section *new_sec;24 unsigned long new_off;26 unsigned int orig_len, new_len; /* group only */