OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:module_symbol
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/tools/gyp/test/module/src/
program.c
22
typedef void (*
module_symbol
)(void);
typedef
29
module_symbol
funcptr;
51
funcptr = (
module_symbol
) GetProcAddress(dl, module_function);
/hardware/intel/common/wrs_omxil_core/utils/src/
module.c
243
void *
module_symbol
(struct module *module, const char *string)
function
/external/strace/
bjm.c
58
struct
module_symbol
struct
135
struct
module_symbol
* sym = (struct
module_symbol
*)data;
/external/oprofile/daemon/liblegacy/
p_module.h
119
/* Note:
module_symbol
does not use tgt_long intentionally */
120
struct
module_symbol
struct
Completed in 357 milliseconds