Searched refs:fsa (Results 1 – 1 of 1) sorted by relevance
500 struct find_symbol_arg *fsa = data; in check_exported_symbol() local502 if (!fsa->gplok) { in check_exported_symbol()505 if (syms->licence == WILL_BE_GPL_ONLY && fsa->warn) { in check_exported_symbol()508 fsa->name); in check_exported_symbol()513 if (syms->unused && fsa->warn) { in check_exported_symbol()515 "using it.\n", fsa->name); in check_exported_symbol()524 fsa->owner = owner; in check_exported_symbol()525 fsa->crc = symversion(syms->crcs, symnum); in check_exported_symbol()526 fsa->sym = &syms->start[symnum]; in check_exported_symbol()568 struct find_symbol_arg *fsa = data; in find_exported_symbol_in_section() local[all …]