Searched refs:unres (Results 1 – 2 of 2) sorted by relevance
639 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()
109 struct symbol *unres; member