| /netbsd-src/sys/arch/mips/mips/ |
| H A D | spl_stubs.c | 43 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 D | crtbegin.c | 36 __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 D | t_section.sh | 39 int i __section("hoge"); 58 const char a[] __section("hoge") = "hoge"; 60 char b[] __section("fuga") = { 'f', 'u', 'g', 'a', '\0' };
|
| H A D | t_script.sh | 119 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 D | cdefs.h | 455 #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 D | cdefs_elf.h | 184 __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 D | extern.h | 1 void __section(".text.startup") __attribute__((__visibility__("hidden")))
|
| /netbsd-src/common/lib/libc/atomic/ |
| H A D | atomic_init_cas.c | 38 void __section(".text.startup") __attribute__ ((__visibility__("hidden")))
|
| H A D | atomic_init_testset.c | 278 void __section(".text.startup") __attribute__ ((__visibility__("hidden")))
|
| /netbsd-src/sys/arch/macppc/stand/ofwboot/ |
| H A D | boot.h | 8 void main(void) __section(".text");
|
| /netbsd-src/lib/libc/thread-stub/ |
| H A D | thread-stub-init.c | 46 void __section(".text.startup") in __weak_alias()
|
| /netbsd-src/lib/libc/arch/powerpc/misc/ |
| H A D | powerpc_initfini.c | 53 void __section(".text.startup")
|
| /netbsd-src/lib/libc/arch/arm/misc/ |
| H A D | arm_initfini.c | 57 void __section(".text.startup")
|
| /netbsd-src/lib/libc/misc/ |
| H A D | initfini.c | 101 void __section(".text.startup")
|
| H A D | stack_protector.c | 56 void __section(".text.startup")
|
| /netbsd-src/lib/libc/include/ |
| H A D | extern.h | 44 void __section(".text.startup") __attribute__((__visibility__("hidden")))
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
| H A D | ropeimpl.h | 775 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 D | ropeimpl.h | 772 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 D | tls.c | 144 static int __section(".text.startup") in __libc_static_tls_setup_cb()
|
| /netbsd-src/sys/arch/mips/include/ |
| H A D | pmap.h | 118 #define PMAP_SEGTAB_ALIGN __aligned(sizeof(void *)*NSEGPG) __section(".data1")
|
| /netbsd-src/sys/arch/powerpc/booke/ |
| H A D | booke_stubs.c | 46 #define __stub __section(".stub") __noprofile
|
| /netbsd-src/sys/arch/powerpc/powerpc/ |
| H A D | intr_stubs.c | 67 #define __stub __section(".stub") __noprofile
|
| /netbsd-src/lib/libc/stdlib/ |
| H A D | atexit.c | 120 void __section(".text.startup")
|
| /netbsd-src/sys/arch/evbmips/cavium/ |
| H A D | machdep.c | 190 static char octeon_nmi_stack[PAGE_SIZE] __section(".data1") __aligned(PAGE_SIZE);
|
| /netbsd-src/sys/arch/powerpc/oea/ |
| H A D | pmap_kernel.c | 92 #define __stub __section(".stub") __noprofile
|