Home
last modified time | relevance | path

Searched refs:tosec (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/scripts/mod/
H A Dmodpost.c1132 const char *fromsec, const char *tosec) in section_mismatch()
1144 if (*tosec == '\0') in section_mismatch()
1149 if (check->bad_tosec[0] && match(tosec, check->bad_tosec)) in section_mismatch()
1151 if (check->good_tosec[0] && !match(tosec, check->good_tosec)) in section_mismatch()
1168 * tosec = .init.data
1175 * tosec = .init.text
1183 * tosec = init or exit section
1207 * tosec = init section
1222 const char *tosec, const char *tosym) in secref_whitelist()
1225 if (match(tosec, init_data_section in secref_whitelist()
1131 section_mismatch( const char *fromsec, const char *tosec) section_mismatch() argument
1220 secref_whitelist(const struct sectioncheck *mismatch, const char *fromsec, const char *fromsym, const char *tosec, const char *tosym) secref_whitelist() argument
1444 report_sec_mismatch(const char *modname, const struct sectioncheck *mismatch, const char *fromsec, unsigned long long fromaddr, const char *fromsym, int from_is_func, const char *tosec, const char *tosym, int to_is_func) report_sec_mismatch() argument
1588 const char *tosec; default_mismatch_handler() local
1659 report_extable_warnings(const char* modname, struct elf_info* elf, const struct sectioncheck* const mismatch, Elf_Rela* r, Elf_Sym* sym, const char* fromsec, const char* tosec) report_extable_warnings() argument
1702 const char* tosec = sec_name(elf, get_secindex(elf, sym)); extable_mismatch_handler() local
1736 const char *tosec = sec_name(elf, get_secindex(elf, sym)); check_section_mismatch() local
[all...]
/kernel/linux/linux-6.6/scripts/mod/
H A Dmodpost.c913 const char *fromsec, const char *tosec) in section_mismatch()
923 if (*tosec == '\0') in section_mismatch()
930 if (check->bad_tosec[0] && match(tosec, check->bad_tosec)) in section_mismatch()
932 if (check->good_tosec[0] && !match(tosec, check->good_tosec)) in section_mismatch()
948 * tosec = .init.data
955 * tosec = .init.text
978 * tosec = init section
984 const char *tosec, const char *tosym) in secref_whitelist()
987 if (match(tosec, PATTERNS(ALL_INIT_DATA_SECTIONS)) && in secref_whitelist()
993 if (strcmp(tosec, " in secref_whitelist()
912 section_mismatch( const char *fromsec, const char *tosec) section_mismatch() argument
983 secref_whitelist(const char *fromsec, const char *fromsym, const char *tosec, const char *tosym) secref_whitelist() argument
1133 default_mismatch_handler(const char *modname, struct elf_info *elf, const struct sectioncheck* const mismatch, Elf_Sym *tsym, unsigned int fsecndx, const char *fromsec, Elf_Addr faddr, const char *tosec, Elf_Addr taddr) default_mismatch_handler() argument
1256 const char *tosec = sec_name(elf, get_secindex(elf, sym)); check_section_mismatch() local
[all...]

Completed in 6 milliseconds