Lines Matching full:mismatch
746 /* sections that we do not want to do full section mismatch check on */
818 enum mismatch {
837 * @mismatch: Type of mismatch.
843 enum mismatch mismatch;
853 .mismatch = TEXTDATA_TO_ANY_INIT_EXIT,
859 .mismatch = ANY_INIT_TO_ANY_EXIT,
865 .mismatch = ANY_EXIT_TO_ANY_INIT,
870 .mismatch = ANY_INIT_TO_ANY_EXIT,
879 .mismatch = EXTABLE_TO_NON_TEXT,
1025 const struct sectioncheck* const mismatch,
1054 warn("%s: section mismatch in reference: %s%s0x%x (section: %s) -> %s (section: %s)\n",
1059 if (mismatch->mismatch == EXTABLE_TO_NON_TEXT) {
1060 if (match(tosec, mismatch->bad_tosec))
1158 const struct sectioncheck *mismatch;
1165 mismatch = section_mismatch(fromsec, tosec);
1166 if (!mismatch)
1169 default_mismatch_handler(mod->name, elf, mismatch, sym,