OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:reg_module
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprofng/libcollector/
profile.c
99
RegModuleFunc
reg_module
= (RegModuleFunc) dlsym (RTLD_DEFAULT, "__collector_register_module");
local
101
if (
reg_module
== NULL)
103
TprintfT (0, "clockprof: init_module FAILED --
reg_module
= NULL\n");
106
prof_hndl =
reg_module
(&module_interface);
hwprofile.c
165
RegModuleFunc
reg_module
= (RegModuleFunc) dlsym (RTLD_DEFAULT, "__collector_register_module");
local
167
if (
reg_module
== NULL)
169
TprintfT (0, "hwprofile: init_module FAILED -
reg_module
= NULL\n");
172
expr_hndl =
reg_module
(&module_interface);
jprofile.c
1292
RegModuleFunc
reg_module
= (RegModuleFunc) dlsym (RTLD_DEFAULT, "__collector_register_module");
local
1294
if (
reg_module
)
1296
jprof_hndl =
reg_module
(&module_interface);
/src/external/gpl3/binutils.old/dist/gprofng/libcollector/
profile.c
99
RegModuleFunc
reg_module
= (RegModuleFunc) dlsym (RTLD_DEFAULT, "__collector_register_module");
local
101
if (
reg_module
== NULL)
103
TprintfT (0, "clockprof: init_module FAILED --
reg_module
= NULL\n");
106
prof_hndl =
reg_module
(&module_interface);
hwprofile.c
165
RegModuleFunc
reg_module
= (RegModuleFunc) dlsym (RTLD_DEFAULT, "__collector_register_module");
local
167
if (
reg_module
== NULL)
169
TprintfT (0, "hwprofile: init_module FAILED -
reg_module
= NULL\n");
172
expr_hndl =
reg_module
(&module_interface);
jprofile.c
1292
RegModuleFunc
reg_module
= (RegModuleFunc) dlsym (RTLD_DEFAULT, "__collector_register_module");
local
1294
if (
reg_module
)
1296
jprof_hndl =
reg_module
(&module_interface);
Completed in 25 milliseconds
Indexes created Mon May 04 00:23:20 UTC 2026