Home
last modified time | relevance | path

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

/linux/scripts/mod/
H A Dmodpost.h104 struct list_head unresolved_symbols; member
H A Dmodpost.c178 INIT_LIST_HEAD(&mod->unresolved_symbols); in new_module()
242 list_add_tail(&sym->list, &mod->unresolved_symbols); in sym_add_unresolved()
1670 list_for_each_entry(s, &mod->unresolved_symbols, list) { in check_exports()
1822 list_for_each_entry(s, &mod->unresolved_symbols, list) { in add_versions()
1848 list_for_each_entry(s, &mod->unresolved_symbols, list) { in add_depends()
1855 list_for_each_entry(s, &mod->unresolved_symbols, list) { in add_depends()