Searched defs:alternative (Results 1 – 6 of 6) sorted by relevance
117 KEEP(*(.alternative))118 __alt_end = .;
103 #define alternative(oldinstr, newinstr, feature) \ macro
162 #define alternative(oldinstr, altinstr, feature) \ macro
25 struct alternative { struct26 struct alternative *next; argument27 struct instruction *insn;28 bool skip_orig;
207 #define alternative(oldinstr, newinstr, ft_flags) \ macro
592 u64 alternative; member