Lines Matching full:mismatch
732 /* sections that we do not want to do full section mismatch check on */
802 enum mismatch { enum
821 * @mismatch: Type of mismatch.
827 enum mismatch mismatch; member
837 .mismatch = TEXTDATA_TO_ANY_INIT_EXIT,
843 .mismatch = ANY_INIT_TO_ANY_EXIT,
849 .mismatch = ANY_EXIT_TO_ANY_INIT,
854 .mismatch = ANY_INIT_TO_ANY_EXIT,
863 .mismatch = EXTABLE_TO_NON_TEXT,
1009 const struct sectioncheck* const mismatch, in default_mismatch_handler() argument
1038 warn("%s: section mismatch in reference: %s%s0x%x (section: %s) -> %s (section: %s)\n", in default_mismatch_handler()
1043 if (mismatch->mismatch == EXTABLE_TO_NON_TEXT) { in default_mismatch_handler()
1044 if (match(tosec, mismatch->bad_tosec)) in default_mismatch_handler()
1142 const struct sectioncheck *mismatch; in check_section_mismatch() local
1149 mismatch = section_mismatch(fromsec, tosec); in check_section_mismatch()
1150 if (!mismatch) in check_section_mismatch()
1153 default_mismatch_handler(mod->name, elf, mismatch, sym, in check_section_mismatch()