Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dmodpost.c639 mod->unres = in handle_modversions()
643 mod->unres); in handle_modversions()
1738 mod->unres = alloc_symbol("module_layout", 0, mod->unres); in read_symbols()
1815 for (s = mod->unres; s; s = s->next) { in check_exports()
1871 for (s = mod->unres; s; s = s->next) { in add_versions()
1899 for (s = mod->unres; s; s = s->next) { in add_versions()
1930 for (s = mod->unres; s; s = s->next) { in add_depends()
H A Dmodpost.h109 struct symbol *unres; member