Lines Matching refs:__attribute__
11 __attribute__((visibility("hidden"))) void *__dso_handle = &__dso_handle;
15 __attribute__((section(".eh_frame"), aligned(sizeof(void *)))) = {};
17 extern void __register_frame_info(const void *, void *) __attribute__((weak));
18 extern void *__deregister_frame_info(const void *) __attribute__((weak));
25 __attribute__((section(".ctors"), aligned(sizeof(fp)))) = {(fp)-1};
29 extern void __cxa_finalize(void *) __attribute__((weak));
31 static void __attribute__((used)) __do_init(void) { in __do_init()
49 __attribute__((section(".init_array"),
82 __attribute__((section(".dtors"), aligned(sizeof(fp)))) = {(fp)-1};
86 static void __attribute__((used)) __do_fini(void) { in __do_fini()
106 __attribute__((section(".fini_array"),