Lines Matching defs:modules
445 // the initially loaded modules.
455 // Find the maximum consecutive ranges. We consider two modules consecutive if
565 // allocations only referenced by tls in dynamically loaded modules.
658 InternalMmapVectorNoCtor<LoadedModule> *modules;
663 InternalMmapVectorNoCtor<LoadedModule> *modules) {
706 modules->push_back(cur_module);
717 return AddModuleSegments(module_name.data(), info, data->modules);
721 return AddModuleSegments(info->dlpi_name, info, data->modules);
742 static void procmapsInit(InternalMmapVectorNoCtor<LoadedModule> *modules) {
744 memory_mapping.DumpListOfModules(modules);
758 // list of modules. Allow callers to fall back to using procmaps.