Searched refs:tosym (Results 1 – 1 of 1) sorted by relevance
| /scripts/mod/ |
| D | modpost.c | 949 const char *tosec, const char *tosym) in secref_whitelist() argument 975 if (match(tosym, PATTERNS("__init_begin", "_sinittext", "_einittext"))) in secref_whitelist() 1025 const char *tosym; in default_mismatch_handler() local 1033 tosym = sym_name(elf, tsym); in default_mismatch_handler() 1036 if (!secref_whitelist(fromsec, fromsym, tosec, tosym)) in default_mismatch_handler() 1041 if (!tosym[0]) in default_mismatch_handler() 1051 fromsec, tosym[0] ? tosym : taddr_str, tosec); in default_mismatch_handler()
|