Searched refs:tosym (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/scripts/mod/ |
D | modpost.c | 1062 const char *tosec, const char *tosym) in secref_whitelist() argument 1100 if (match(tosym, linker_symbols)) in secref_whitelist() 1243 const char *tosec, const char *tosym) in report_sec_mismatch() argument 1257 modname, fromsym, fromsec, tosym, tosec); in report_sec_mismatch() 1261 modname, tosym, tosec); in report_sec_mismatch() 1276 const char *tosym; in default_mismatch_handler() local 1284 tosym = sym_name(elf, to); in default_mismatch_handler() 1288 fromsec, fromsym, tosec, tosym)) { in default_mismatch_handler() 1290 fromsec, fromsym, tosec, tosym); in default_mismatch_handler() 1346 Elf_Sym* tosym = find_elf_symbol(elf, r->r_addend, sym); in report_extable_warnings() local [all …]
|