Lines Matching refs:syms
432 bool (*fn)(const struct symsearch *syms, in each_symbol_in_section() argument
480 { mod->syms, mod->syms + mod->num_syms, mod->crcs, in each_symbol_section()
523 static bool check_symbol(const struct symsearch *syms, in check_symbol() argument
530 if (syms->licence == GPL_ONLY) in check_symbol()
532 if (syms->licence == WILL_BE_GPL_ONLY && fsa->warn) { in check_symbol()
540 if (syms->unused && fsa->warn) { in check_symbol()
552 fsa->crc = symversion(syms->crcs, symnum); in check_symbol()
553 fsa->sym = &syms->start[symnum]; in check_symbol()
565 static bool find_symbol_in_section(const struct symsearch *syms, in find_symbol_in_section() argument
572 sym = bsearch(fsa->name, syms->start, syms->stop - syms->start, in find_symbol_in_section()
575 if (sym != NULL && check_symbol(syms, owner, sym - syms->start, data)) in find_symbol_in_section()
2088 { mod->syms, mod->num_syms }, in verify_export_symbols()
2390 ks = lookup_symbol(name, mod->syms, mod->syms + mod->num_syms); in is_exported()
2898 mod->syms = section_objs(info, "__ksymtab", in find_module_sections()
2899 sizeof(*mod->syms), &mod->num_syms); in find_module_sections()