Home
last modified time | relevance | path

Searched refs:SECTION (Results 1 – 4 of 4) sorted by relevance

/l4re-core-master/crtn/lib/src/
A Dconstruction.c24 #define SECTION(x) __attribute__((used, section( x ))) macro
26 #define SECTION(x) __attribute__((section( x ))) macro
31 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;
/l4re-core-master/uclibc/lib/libpthread/src/
A Dpt-initfini.c43 #define SECTION(x) __asm__ (".section " x ) macro
73 SECTION (".init");
86 SECTION(".init"); in _init()
94 SECTION (".fini");
115 SECTION (".fini"); in _fini()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/pthread/
A Dpt-initfini.c42 #define SECTION(x) __asm__ (".section " x ) macro
72 SECTION (".init");
85 SECTION(".init"); in _init()
93 SECTION (".fini");
114 SECTION (".fini"); in _fini()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/
A Dpt-initfini.c42 #define SECTION(x) __asm__ (".section " x ) macro
77 SECTION (".init");
90 SECTION(".init"); in _init()
98 SECTION (".fini");
119 SECTION (".fini"); in _fini()

Completed in 5 milliseconds