Searched refs:tosym (Results 1 – 1 of 1) sorted by relevance
| /linux/scripts/mod/ |
| H A D | modpost.c | 948 const char *tosec, const char *tosym) in secref_whitelist() argument 974 if (match(tosym, PATTERNS("__init_begin", "_sinittext", "_einittext"))) in secref_whitelist() 1024 const char *tosym; in default_mismatch_handler() local 1032 tosym = sym_name(elf, tsym); in default_mismatch_handler() 1035 if (!secref_whitelist(fromsec, fromsym, tosec, tosym)) in default_mismatch_handler() 1040 if (!tosym[0]) in default_mismatch_handler() 1050 fromsec, tosym[0] ? tosym : taddr_str, tosec); in default_mismatch_handler()
|