Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/scripts/mod/
H A Dmodpost.h122 int from_dump; /* 1 if module was loaded from *.symvers */ member
H A Dmodpost.c2472 mod->from_dump = 1; in read_dump()
2496 if (!symbol->module->from_dump) { in write_dump()
2519 if (mod->from_dump || !mod->missing_namespaces) in write_namespace_deps_files()
2621 if (mod->is_vmlinux || mod->from_dump) in main()