Searched refs:loaded_scripts (Results 1 – 1 of 1) sorted by relevance
544 struct htab *loaded_scripts; member579 if (info->loaded_scripts) in auto_load_pspace_data_cleanup()580 htab_delete (info->loaded_scripts); in auto_load_pspace_data_cleanup()634 pspace_info->loaded_scripts = htab_create (31, in init_loaded_scripts_info()651 if (info->loaded_scripts == NULL) in get_auto_load_pspace_data_for_loading()667 struct htab *htab = pspace_info->loaded_scripts; in maybe_add_script()713 if (info != NULL && info->loaded_scripts != NULL) in clear_section_scripts()715 htab_delete (info->loaded_scripts); in clear_section_scripts()716 info->loaded_scripts = NULL; in clear_section_scripts()976 if (pspace_info != NULL && pspace_info->loaded_scripts != NULL) in auto_load_info_scripts()[all …]