Home
last modified time | relevance | path

Searched refs:reg_module (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dprofile.c104 RegModuleFunc reg_module = (RegModuleFunc) dlsym (RTLD_DEFAULT, "__collector_register_module"); in init_module() local
106 if (reg_module == NULL) in init_module()
111 prof_hndl = reg_module (&module_interface); in init_module()
H A Dhwprofile.c174 RegModuleFunc reg_module = (RegModuleFunc) dlsym (RTLD_DEFAULT, "__collector_register_module"); in init_module() local
176 if (reg_module == NULL) in init_module()
181 expr_hndl = reg_module (&module_interface); in init_module()
H A Djprofile.c1304 RegModuleFunc reg_module = (RegModuleFunc) dlsym (RTLD_DEFAULT, "__collector_register_module"); in init_module() local
1306 if (reg_module) in init_module()
1308 jprof_hndl = reg_module (&module_interface); in init_module()
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dprofile.c105 RegModuleFunc reg_module = (RegModuleFunc) dlsym (RTLD_DEFAULT, "__collector_register_module"); in init_module() local
107 if (reg_module == NULL) in init_module()
112 prof_hndl = reg_module (&module_interface); in init_module()
H A Dhwprofile.c174 RegModuleFunc reg_module = (RegModuleFunc) dlsym (RTLD_DEFAULT, "__collector_register_module"); in init_module() local
176 if (reg_module == NULL) in init_module()
181 expr_hndl = reg_module (&module_interface); in init_module()
H A Djprofile.c1298 RegModuleFunc reg_module = (RegModuleFunc) dlsym (RTLD_DEFAULT, "__collector_register_module"); in init_module() local
1300 if (reg_module) in init_module()
1302 jprof_hndl = reg_module (&module_interface); in init_module()