Searched refs:SECTION (Results 1 – 4 of 4) sorted by relevance
24 #define SECTION(x) __attribute__((used, section( x ))) macro26 #define SECTION(x) __attribute__((section( x ))) macro31 static crt0_hook const __CTOR_BEG__[1] SECTION(".mark_beg_ctors") = BEG;32 static crt0_hook const __CTOR_END__[1] SECTION(".mark_end_ctors") = END;33 static crt0_hook const __C_CTOR_BEG__[1] SECTION(".mark_beg_c_ctors") = BEG;34 static crt0_hook const __C_CTOR_END__[1] SECTION(".mark_end_c_ctors") = END;35 static crt0_hook const __DTOR_BEG__[1] SECTION(".mark_beg_dtors") = BEG;36 static crt0_hook const __DTOR_END__[1] SECTION(".mark_end_dtors") = END;37 static crt0_hook const __C_DTOR_BEG__[1] SECTION(".mark_beg_c_dtors") = BEG;38 static crt0_hook const __C_DTOR_END__[1] SECTION(".mark_end_c_dtors") = END;
43 #define SECTION(x) __asm__ (".section " x ) macro73 SECTION (".init");86 SECTION(".init"); in _init()94 SECTION (".fini");115 SECTION (".fini"); in _fini()
42 #define SECTION(x) __asm__ (".section " x ) macro72 SECTION (".init");85 SECTION(".init"); in _init()93 SECTION (".fini");114 SECTION (".fini"); in _fini()
42 #define SECTION(x) __asm__ (".section " x ) macro77 SECTION (".init");90 SECTION(".init"); in _init()98 SECTION (".fini");119 SECTION (".fini"); in _fini()
Completed in 5 milliseconds