Lines Matching refs:syms
407 bool (*fn)(const struct symsearch *syms, in each_symbol_in_section() argument
455 { mod->syms, mod->syms + mod->num_syms, mod->crcs, in each_symbol_section()
498 static bool check_symbol(const struct symsearch *syms, in check_symbol() argument
505 if (syms->licence == GPL_ONLY) in check_symbol()
507 if (syms->licence == WILL_BE_GPL_ONLY && fsa->warn) { in check_symbol()
515 if (syms->unused && fsa->warn) { in check_symbol()
527 fsa->crc = symversion(syms->crcs, symnum); in check_symbol()
528 fsa->sym = &syms->start[symnum]; in check_symbol()
558 static bool find_symbol_in_section(const struct symsearch *syms, in find_symbol_in_section() argument
565 sym = bsearch(fsa->name, syms->start, syms->stop - syms->start, in find_symbol_in_section()
568 if (sym != NULL && check_symbol(syms, owner, sym - syms->start, data)) in find_symbol_in_section()
2210 { mod->syms, mod->num_syms }, in verify_export_symbols()
2538 ks = lookup_symbol(name, mod->syms, mod->syms + mod->num_syms); in is_exported()
3051 mod->syms = section_objs(info, "__ksymtab", in find_module_sections()
3052 sizeof(*mod->syms), &mod->num_syms); in find_module_sections()