Searched refs:arm_lang_output_object_attributes_hook (Results 1 – 7 of 7) sorted by relevance
161 arm_lang_output_object_attributes_hook = arm_output_c_attributes; in arm_lang_object_attributes_init()
78 extern void (*arm_lang_output_object_attributes_hook)(void);
80 void (*arm_lang_output_object_attributes_hook)(void); variable28262 if (arm_lang_output_object_attributes_hook) in arm_file_start()28263 arm_lang_output_object_attributes_hook(); in arm_file_start()
180 arm_lang_output_object_attributes_hook = arm_output_c_attributes; in arm_lang_object_attributes_init()
75 extern void (*arm_lang_output_object_attributes_hook)(void);
83 void (*arm_lang_output_object_attributes_hook)(void); variable28559 if (arm_lang_output_object_attributes_hook) in arm_file_start()28560 arm_lang_output_object_attributes_hook(); in arm_file_start()
2442 * 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.