OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ld_plugin_cleanup_handler
(Results
1 - 7
of
7
) sorted by null
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
plugin-api.h
185
(*
ld_plugin_cleanup_handler
) (void);
typedef in typeref:enum:ld_plugin_cleanup_handler
204
(*ld_plugin_register_cleanup) (
ld_plugin_cleanup_handler
handler);
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
plugin-api.h
185
(*
ld_plugin_cleanup_handler
) (void);
typedef in typeref:enum:ld_plugin_cleanup_handler
204
(*ld_plugin_register_cleanup) (
ld_plugin_cleanup_handler
handler);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
plugin-api.h
185
(*
ld_plugin_cleanup_handler
) (void);
typedef in typeref:enum:ld_plugin_cleanup_handler
204
(*ld_plugin_register_cleanup) (
ld_plugin_cleanup_handler
handler);
/toolchain/binutils/binutils-2.25/include/
plugin-api.h
185
(*
ld_plugin_cleanup_handler
) (void);
typedef in typeref:enum:ld_plugin_cleanup_handler
204
(*ld_plugin_register_cleanup) (
ld_plugin_cleanup_handler
handler);
/toolchain/binutils/binutils-2.25/gold/
plugin.h
97
set_cleanup_handler(
ld_plugin_cleanup_handler
handler)
120
ld_plugin_cleanup_handler
cleanup_handler_;
223
set_cleanup_handler(
ld_plugin_cleanup_handler
handler)
plugin.cc
94
register_cleanup(
ld_plugin_cleanup_handler
handler);
[
all
...]
/toolchain/binutils/binutils-2.25/ld/
plugin.c
70
ld_plugin_cleanup_handler
cleanup_handler;
404
register_cleanup (
ld_plugin_cleanup_handler
handler)
Completed in 785 milliseconds