Searched defs:special_alt (Results 1 – 2 of 2) sorted by relevance
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;[all …]
709 struct special_alt *special_alt, in handle_group_alt()807 struct special_alt *special_alt, in handle_jump_alt()834 struct special_alt *special_alt, *tmp; in add_special_section_alts() local