Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/mod/
H A Dmodpost.c1222 const char *tosec, const char *tosym) in secref_whitelist()
1248 if (match(tosym, linker_symbols)) in secref_whitelist()
1450 const char *tosec, const char *tosym, in report_sec_mismatch()
1466 tosym, to_p); in report_sec_mismatch()
1478 to, prl_to, tosym, to_p, in report_sec_mismatch()
1479 fromsym, prl_to, tosym); in report_sec_mismatch()
1491 fromsym, to, prl_to, tosym, to_p); in report_sec_mismatch()
1502 fromsym, to, to, tosym, to_p, prl_to, tosym); in report_sec_mismatch()
1513 fromsym, to, prl_to, tosym, to_ in report_sec_mismatch()
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
1591 const char *tosym; default_mismatch_handler() local
1666 Elf_Sym* tosym = find_elf_symbol(elf, r->r_addend, sym); report_extable_warnings() local
[all...]
/kernel/linux/linux-6.6/scripts/mod/
H A Dmodpost.c984 const char *tosec, const char *tosym) in secref_whitelist()
1033 if (match(tosym, PATTERNS("__init_begin", "_sinittext", "_einittext"))) in secref_whitelist()
1140 const char *tosym; in default_mismatch_handler() local
1147 tosym = sym_name(elf, tsym); in default_mismatch_handler()
1150 if (!secref_whitelist(fromsec, fromsym, tosec, tosym)) in default_mismatch_handler()
1156 modname, fromsym, (unsigned int)(faddr - from->st_value), fromsec, tosym, tosec); in default_mismatch_handler()
983 secref_whitelist(const char *fromsec, const char *fromsym, const char *tosec, const char *tosym) secref_whitelist() argument

Completed in 7 milliseconds