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

/haiku-fatelf/src/system/kernel/
H A Dmodule.cpp319 static hash_table* sModuleImagesHash; variable
434 hash_insert(sModuleImagesHash, moduleImage);
466 hash_remove(sModuleImagesHash, moduleImage);
501 image = (module_image*)hash_lookup(sModuleImagesHash, path);
1141 hash_insert(sModuleImagesHash, moduleImage);
1182 hash_rewind(sModuleImagesHash, &iterator);
1185 while ((image = (struct module_image*)hash_next(sModuleImagesHash,
1724 moduleImage = (module_image*)hash_lookup(sModuleImagesHash, path);
1794 sModuleImagesHash = hash_init(MODULE_HASH_SIZE, 0, module_image_compare,
1796 if (sModuleImagesHash
[all...]

Completed in 86 milliseconds