Lines Matching refs:syms
283 bool (*fn)(const struct symsearch *syms, in each_symbol_in_section() argument
329 { mod->syms, mod->syms + mod->num_syms, mod->crcs, in each_symbol_section()
372 static bool check_symbol(const struct symsearch *syms, in check_symbol() argument
379 if (syms->licence == GPL_ONLY) in check_symbol()
381 if (syms->licence == WILL_BE_GPL_ONLY && fsa->warn) { in check_symbol()
389 if (syms->unused && fsa->warn) { in check_symbol()
401 fsa->crc = symversion(syms->crcs, symnum); in check_symbol()
402 fsa->sym = &syms->start[symnum]; in check_symbol()
414 static bool find_symbol_in_section(const struct symsearch *syms, in find_symbol_in_section() argument
421 sym = bsearch(fsa->name, syms->start, syms->stop - syms->start, in find_symbol_in_section()
424 if (sym != NULL && check_symbol(syms, owner, sym - syms->start, data)) in find_symbol_in_section()
1917 { mod->syms, mod->num_syms }, in verify_export_symbols()
2219 ks = lookup_symbol(name, mod->syms, mod->syms + mod->num_syms); in is_exported()
2743 mod->syms = section_objs(info, "__ksymtab", in find_module_sections()
2744 sizeof(*mod->syms), &mod->num_syms); in find_module_sections()