Searched defs:special_alt (Results 1 – 2 of 2) sorted by relevance
24 struct special_alt { struct25 struct list_head list;27 bool group;28 bool skip_orig;29 bool jump_or_nop;31 struct section *orig_sec;32 unsigned long orig_off;34 struct section *new_sec;35 unsigned long new_off;37 unsigned int orig_len, new_len; /* group only */
641 struct special_alt *special_alt, in handle_group_alt()741 struct special_alt *special_alt, in handle_jump_alt()768 struct special_alt *special_alt, *tmp; in add_special_section_alts() local