Home
last modified time | relevance | path

Searched refs:arm_lang_output_object_attributes_hook (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm-c.c161 arm_lang_output_object_attributes_hook = arm_output_c_attributes; in arm_lang_object_attributes_init()
H A Darm.h78 extern void (*arm_lang_output_object_attributes_hook)(void);
H A Darm.c80 void (*arm_lang_output_object_attributes_hook)(void); variable
28262 if (arm_lang_output_object_attributes_hook) in arm_file_start()
28263 arm_lang_output_object_attributes_hook(); in arm_file_start()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm-c.cc180 arm_lang_output_object_attributes_hook = arm_output_c_attributes; in arm_lang_object_attributes_init()
H A Darm.h75 extern void (*arm_lang_output_object_attributes_hook)(void);
H A Darm.cc83 void (*arm_lang_output_object_attributes_hook)(void); variable
28559 if (arm_lang_output_object_attributes_hook) in arm_file_start()
28560 arm_lang_output_object_attributes_hook(); in arm_file_start()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20072442 * config/arm/arm.c (arm_lang_output_object_attributes_hook): New.
2444 arm_lang_output_object_attributes_hook.
2445 * config/arm/arm.h (arm_lang_output_object_attributes_hook): Declare.