special_alt       710 tools/objtool/check.c 			    struct special_alt *special_alt,
special_alt       720 tools/objtool/check.c 		if (insn->offset >= special_alt->orig_off + special_alt->orig_len)
special_alt       737 tools/objtool/check.c 		fake_jump->sec = special_alt->new_sec;
special_alt       744 tools/objtool/check.c 	if (!special_alt->new_len) {
special_alt       747 tools/objtool/check.c 			     special_alt->orig_sec->name);
special_alt       758 tools/objtool/check.c 		if (insn->offset >= special_alt->new_off + special_alt->new_len)
special_alt       774 tools/objtool/check.c 		if (dest_off == special_alt->new_off + special_alt->new_len) {
special_alt       777 tools/objtool/check.c 				     special_alt->orig_sec->name);
special_alt       792 tools/objtool/check.c 			  special_alt->new_sec, special_alt->new_off);
special_alt       808 tools/objtool/check.c 			   struct special_alt *special_alt,
special_alt       835 tools/objtool/check.c 	struct special_alt *special_alt, *tmp;
special_alt       843 tools/objtool/check.c 	list_for_each_entry_safe(special_alt, tmp, &special_alts, list) {
special_alt       845 tools/objtool/check.c 		orig_insn = find_insn(file, special_alt->orig_sec,
special_alt       846 tools/objtool/check.c 				      special_alt->orig_off);
special_alt       849 tools/objtool/check.c 				  special_alt->orig_sec, special_alt->orig_off);
special_alt       855 tools/objtool/check.c 		if (!special_alt->group || special_alt->new_len) {
special_alt       856 tools/objtool/check.c 			new_insn = find_insn(file, special_alt->new_sec,
special_alt       857 tools/objtool/check.c 					     special_alt->new_off);
special_alt       860 tools/objtool/check.c 					  special_alt->new_sec,
special_alt       861 tools/objtool/check.c 					  special_alt->new_off);
special_alt       867 tools/objtool/check.c 		if (special_alt->group) {
special_alt       868 tools/objtool/check.c 			ret = handle_group_alt(file, special_alt, orig_insn,
special_alt       872 tools/objtool/check.c 		} else if (special_alt->jump_or_nop) {
special_alt       873 tools/objtool/check.c 			ret = handle_jump_alt(file, special_alt, orig_insn,
special_alt       887 tools/objtool/check.c 		alt->skip_orig = special_alt->skip_orig;
special_alt       888 tools/objtool/check.c 		orig_insn->ignore_alts |= special_alt->skip_alt;
special_alt       891 tools/objtool/check.c 		list_del(&special_alt->list);
special_alt       892 tools/objtool/check.c 		free(special_alt);
special_alt        73 tools/objtool/special.c 			 struct special_alt *alt)
special_alt       164 tools/objtool/special.c 	struct special_alt *alt;