Home
last modified time | relevance | path

Searched refs:__section (Results 1 – 25 of 29) sorted by relevance

12

/netbsd-src/sys/arch/mips/mips/
H A Dspl_stubs.c43 int splhigh(void) __section(".stub");
44 int splhigh_noprof(void) __section(".stub");
45 int splsched(void) __section(".stub");
46 int splvm(void) __section(".stub");
47 int splsoftserial(void) __section(".stub");
48 int splsoftnet(void) __section(".stub");
49 int splsoftbio(void) __section(".stub");
50 int splsoftclock(void) __section(".stub");
51 int splraise(int) __section(".stub");
52 void splx(int) __section(".stub");
[all …]
/netbsd-src/lib/csu/common/
H A Dcrtbegin.c36 __dso_hidden const fptr_t __JCR_LIST__[0] __section(".jcr");
44 __dso_hidden const fptr_t __aligned(sizeof(void *)) __CTOR_LIST__[] __section(".ctors") = {
60 __dso_hidden const long __EH_FRAME_LIST__[0] __section(".eh_frame");
72 static void __section(".text.startup")
101 __dso_hidden const fptr_t __aligned(sizeof(void *)) __DTOR_LIST__[] __section(".dtors") = {
109 static void __section(".text.exit")
/netbsd-src/tests/usr.bin/ld/
H A Dt_section.sh39 int i __section("hoge");
58 const char a[] __section("hoge") = "hoge";
60 char b[] __section("fuga") = { 'f', 'u', 'g', 'a', '\0' };
H A Dt_script.sh119 char a __section(".data.a") = 'a';
120 char b __section(".data.b") = 'b';
121 char c __section(".data.c") = 'c';
173 char $i __section(".data.$i") = '$i';
/netbsd-src/sys/sys/
H A Dcdefs.h455 #define __section(x) /* delete */ macro
459 #define __section(x) __attribute__((__section__(x))) macro
465 #define __section(x) error: no __section for this compiler macro
H A Dcdefs_elf.h184 __section("link_set_" #set) __used = (const void *)&sym
187 __section("link_set_" #set) __used = (const void *)&sym[n]
/netbsd-src/common/include/libc/
H A Dextern.h1 void __section(".text.startup") __attribute__((__visibility__("hidden")))
/netbsd-src/common/lib/libc/atomic/
H A Datomic_init_cas.c38 void __section(".text.startup") __attribute__ ((__visibility__("hidden")))
H A Datomic_init_testset.c278 void __section(".text.startup") __attribute__ ((__visibility__("hidden")))
/netbsd-src/sys/arch/macppc/stand/ofwboot/
H A Dboot.h8 void main(void) __section(".text");
/netbsd-src/lib/libc/thread-stub/
H A Dthread-stub-init.c46 void __section(".text.startup") in __weak_alias()
/netbsd-src/lib/libc/arch/powerpc/misc/
H A Dpowerpc_initfini.c53 void __section(".text.startup")
/netbsd-src/lib/libc/arch/arm/misc/
H A Darm_initfini.c57 void __section(".text.startup")
/netbsd-src/lib/libc/misc/
H A Dinitfini.c101 void __section(".text.startup")
H A Dstack_protector.c56 void __section(".text.startup")
/netbsd-src/lib/libc/include/
H A Dextern.h44 void __section(".text.startup") __attribute__((__visibility__("hidden")))
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dropeimpl.h775 const _CharT* __section = __l->_M_data + __start; in _GLIBCXX_VISIBILITY() local
776 __result = _S_new_RopeLeaf(__section, __result_len, in _GLIBCXX_VISIBILITY()
810 _CharT* __section; in _GLIBCXX_VISIBILITY() local
818 __section = (_CharT*) in _GLIBCXX_VISIBILITY()
821 { (*(__f->_M_fn))(__start, __result_len, __section); } in _GLIBCXX_VISIBILITY()
824 _RopeRep::__STL_FREE_STRING(__section, __result_len, in _GLIBCXX_VISIBILITY()
828 _S_cond_store_eos(__section[__result_len]); in _GLIBCXX_VISIBILITY()
829 return _S_new_RopeLeaf(__section, __result_len, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dropeimpl.h772 const _CharT* __section = __l->_M_data + __start; in _GLIBCXX_VISIBILITY() local
773 __result = _S_new_RopeLeaf(__section, __result_len, in _GLIBCXX_VISIBILITY()
807 _CharT* __section; in _GLIBCXX_VISIBILITY() local
815 __section = (_CharT*) in _GLIBCXX_VISIBILITY()
818 { (*(__f->_M_fn))(__start, __result_len, __section); } in _GLIBCXX_VISIBILITY()
821 _RopeRep::__STL_FREE_STRING(__section, __result_len, in _GLIBCXX_VISIBILITY()
825 _S_cond_store_eos(__section[__result_len]); in _GLIBCXX_VISIBILITY()
826 return _S_new_RopeLeaf(__section, __result_len, in _GLIBCXX_VISIBILITY()
/netbsd-src/lib/libc/tls/
H A Dtls.c144 static int __section(".text.startup") in __libc_static_tls_setup_cb()
/netbsd-src/sys/arch/mips/include/
H A Dpmap.h118 #define PMAP_SEGTAB_ALIGN __aligned(sizeof(void *)*NSEGPG) __section(".data1")
/netbsd-src/sys/arch/powerpc/booke/
H A Dbooke_stubs.c46 #define __stub __section(".stub") __noprofile
/netbsd-src/sys/arch/powerpc/powerpc/
H A Dintr_stubs.c67 #define __stub __section(".stub") __noprofile
/netbsd-src/lib/libc/stdlib/
H A Datexit.c120 void __section(".text.startup")
/netbsd-src/sys/arch/evbmips/cavium/
H A Dmachdep.c190 static char octeon_nmi_stack[PAGE_SIZE] __section(".data1") __aligned(PAGE_SIZE);
/netbsd-src/sys/arch/powerpc/oea/
H A Dpmap_kernel.c92 #define __stub __section(".stub") __noprofile

12