Lines Matching refs:used
8 * This software may be used and distributed according to the terms
212 * struct symbol is also used for lists of unresolved symbols */
226 bool used; /* there exists a user of this symbol */
770 * This is used to find sections missing the SHF_ALLOC flag.
1003 "*_sht", // scsi also used *_sht to some extent
1047 * one of the magic symbols emitted used by current tools.
1244 warn("%s: %s: EXPORT_SYMBOL used for init symbol. Remove __init or EXPORT_SYMBOL.\n",
1247 warn("%s: %s: EXPORT_SYMBOL used for exit symbol. Remove __exit or EXPORT_SYMBOL.\n",
1565 * either when loaded or when used as built-in.
1568 * Likewise for modules used built-in the sections marked __exit
1842 exp->used = true;
1877 sym->used = true;
1959 if (trim_unused_exports && !sym->used)
1973 if (trim_unused_exports && !sym->used)
2230 if (trim_unused_exports && !sym->used)