Lines Matching refs:syms
410 bool (*fn)(const struct symsearch *syms, in each_symbol_in_section() argument
458 { mod->syms, mod->syms + mod->num_syms, mod->crcs, in each_symbol_section()
501 static bool check_symbol(const struct symsearch *syms, in check_symbol() argument
508 if (syms->licence == GPL_ONLY) in check_symbol()
510 if (syms->licence == WILL_BE_GPL_ONLY && fsa->warn) { in check_symbol()
518 if (syms->unused && fsa->warn) { in check_symbol()
530 fsa->crc = symversion(syms->crcs, symnum); in check_symbol()
531 fsa->sym = &syms->start[symnum]; in check_symbol()
543 static bool find_symbol_in_section(const struct symsearch *syms, in find_symbol_in_section() argument
550 sym = bsearch(fsa->name, syms->start, syms->stop - syms->start, in find_symbol_in_section()
553 if (sym != NULL && check_symbol(syms, owner, sym - syms->start, data)) in find_symbol_in_section()
2196 { mod->syms, mod->num_syms }, in verify_export_symbols()
2518 ks = lookup_symbol(name, mod->syms, mod->syms + mod->num_syms); in is_exported()
3023 mod->syms = section_objs(info, "__ksymtab", in find_module_sections()
3024 sizeof(*mod->syms), &mod->num_syms); in find_module_sections()