Home
last modified time | relevance | path

Searched refs:trim_unused_exports (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/scripts/mod/
Dmodpost.c40 static bool trim_unused_exports; variable
1965 if (trim_unused_exports && !sym->used) in add_exported_symbols()
1979 if (trim_unused_exports && !sym->used) in add_exported_symbols()
2236 if (trim_unused_exports && !sym->used) in write_dump()
2316 trim_unused_exports = true; in main()