Lines Matching refs:syms
447 static bool check_exported_symbol(const struct symsearch *syms, in check_exported_symbol() argument
453 if (!fsa->gplok && syms->license == GPL_ONLY) in check_exported_symbol()
456 fsa->crc = symversion(syms->crcs, symnum); in check_exported_symbol()
457 fsa->sym = &syms->start[symnum]; in check_exported_symbol()
458 fsa->license = syms->license; in check_exported_symbol()
496 static bool find_exported_symbol_in_section(const struct symsearch *syms, in find_exported_symbol_in_section() argument
503 sym = bsearch(fsa->name, syms->start, syms->stop - syms->start, in find_exported_symbol_in_section()
506 if (sym != NULL && check_exported_symbol(syms, owner, in find_exported_symbol_in_section()
507 sym - syms->start, data)) in find_exported_symbol_in_section()
538 { mod->syms, mod->syms + mod->num_syms, mod->crcs, in find_symbol()
2246 { mod->syms, mod->num_syms }, in verify_exported_symbols()
2619 ks = lookup_exported_symbol(name, mod->syms, mod->syms + mod->num_syms); in is_exported()
3315 mod->syms = section_objs(info, "__ksymtab", in find_module_sections()
3316 sizeof(*mod->syms), &mod->num_syms); in find_module_sections()