next_insn_same_sec   94 tools/objtool/check.c 	for (; insn; insn = next_insn_same_sec(file, insn))
next_insn_same_sec   97 tools/objtool/check.c 	for (insn = next_insn_same_sec(file, insn); insn;		\
next_insn_same_sec   98 tools/objtool/check.c 	     insn = next_insn_same_sec(file, insn))
next_insn_same_sec  727 tools/objtool/check.c 	if (next_insn_same_sec(file, last_orig_insn)) {
next_insn_same_sec 1959 tools/objtool/check.c 		next_insn = next_insn_same_sec(file, insn);