Searched refs:found_modules (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/kern/
H A Dkern_linker.c146 static modlisthead_t found_modules; variable
712 TAILQ_FOREACH_SAFE(ml, &found_modules, link, nextml) {
714 TAILQ_REMOVE(&found_modules, ml, link);
1474 TAILQ_FOREACH(mod, &found_modules, link) {
1491 TAILQ_FOREACH(mod, &found_modules, link) {
1516 TAILQ_INSERT_TAIL(&found_modules, mod, link);
1564 TAILQ_INIT(&found_modules);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2067 ModuleList found_modules; local
2068 m_images.FindModules(module_spec_copy, found_modules);
2069 found_modules.ForEach([&](const ModuleSP &found_module) -> bool {

Completed in 77 milliseconds