Lines Matching refs:syms
362 static bool find_exported_symbol_in_section(const struct symsearch *syms, in find_exported_symbol_in_section() argument
368 if (!fsa->gplok && syms->license == GPL_ONLY) in find_exported_symbol_in_section()
371 sym = bsearch(fsa->name, syms->start, syms->stop - syms->start, in find_exported_symbol_in_section()
377 fsa->crc = symversion(syms->crcs, sym - syms->start); in find_exported_symbol_in_section()
379 fsa->license = syms->license; in find_exported_symbol_in_section()
407 { mod->syms, mod->syms + mod->num_syms, mod->crcs, in find_symbol()
1475 { mod->syms, mod->num_syms }, in verify_exported_symbols()
2309 Elf_Sym *syms = (void *)info->hdr + sym_shdr->sh_offset; in elf_validity_cache_strtab() local
2329 for (i = 0; i < sym_shdr->sh_size / sizeof(*syms); i++) { in elf_validity_cache_strtab()
2330 if (syms[i].st_name >= str_shdr->sh_size) { in elf_validity_cache_strtab()
2603 mod->syms = section_objs(info, "__ksymtab", in find_module_sections()
2604 sizeof(*mod->syms), &mod->num_syms); in find_module_sections()