Searched refs:fsa (Results 1 – 3 of 3) sorted by relevance
/kernel/module/ |
D | main.c | 277 struct find_symbol_arg *fsa) in find_exported_symbol_in_section() argument 281 if (!fsa->gplok && syms->license == GPL_ONLY) in find_exported_symbol_in_section() 284 sym = bsearch(fsa->name, syms->start, syms->stop - syms->start, in find_exported_symbol_in_section() 289 fsa->owner = owner; in find_exported_symbol_in_section() 290 fsa->crc = symversion(syms->crcs, sym - syms->start); in find_exported_symbol_in_section() 291 fsa->sym = sym; in find_exported_symbol_in_section() 292 fsa->license = syms->license; in find_exported_symbol_in_section() 301 bool find_symbol(struct find_symbol_arg *fsa) in find_symbol() argument 316 if (find_exported_symbol_in_section(&arr[i], NULL, fsa)) in find_symbol() 333 if (find_exported_symbol_in_section(&arr[i], mod, fsa)) in find_symbol() [all …]
|
D | version.c | 61 struct find_symbol_arg fsa = { in check_modstruct_version() local 71 if (!find_symbol(&fsa)) { in check_modstruct_version() 76 return check_version(info, "module_layout", mod, fsa.crc); in check_modstruct_version()
|
D | internal.h | 101 bool find_symbol(struct find_symbol_arg *fsa);
|