Searched refs:__section (Results 1 - 17 of 17) sorted by relevance

/freebsd-12-stable/lib/csu/common/
H A Dcrtend.c31 static crt_func __JCR_END__[] __section(".jcr") __used = {
43 static crt_func __CTOR_END__[] __section(".ctors") __used = {
46 static crt_func __DTOR_END__[] __section(".dtors") __used = {
H A Dcrtbegin.c65 static crt_func __CTOR_LIST__[] __section(".ctors") __used = {
68 static crt_func __DTOR_LIST__[] __section(".dtors") __used = {
105 static crt_func __JCR_LIST__[] __section(".jcr") __used = { };
/freebsd-12-stable/contrib/netbsd-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';
/freebsd-12-stable/lib/csu/tests/
H A Dinit_test.c63 __section(".jcr") __used static func_ptr jcr_func = (func_ptr)1;
93 __section(".ctors") __used static func_ptr ctors_func =
118 __section(".preinit_array") __used static func_ptr preinit_array_func =
146 __section(".init_array") __used static func_ptr init_array_func =
H A Dfini_test.c65 __section(".dtors") __used static func_ptr dtors_func =
107 __section(".fini_array") __used static func_ptr fini_array_func =
/freebsd-12-stable/sys/sys/
H A Dpcpu.h86 struct _hack; t DPCPU_NAME(n) __section(DPCPU_SETNAME) __used
104 t DPCPU_NAME(n) __section(DPCPU_SETNAME) __used
107 static t DPCPU_NAME(n) __section(DPCPU_SETNAME) __used
H A Dmodule.h123 __section(".data") = { \
170 __section(".data") = { \
H A Dlinker_set.h63 __set_##set##_sym_##sym __section("set_" #set) \
H A Dsystm.h165 #define __read_mostly __section(".data.read_mostly")
166 #define __read_frequently __section(".data.read_frequently")
168 __section(".data.exclusive_cache_line")
H A Dcdefs.h220 /* XXX Find out what to do for __packed, __aligned and __section */
229 #define __section(x) __attribute__((__section__(x))) macro
/freebsd-12-stable/tests/sys/opencrypto/
H A Dcryptodevh.py59 def __section(x): return __attribute__((__section__(x))) function
63 def __section(x): return __attribute__((__section__(x))) function
/freebsd-12-stable/usr.sbin/mfiutil/
H A Dmfiutil.h47 #define __section(x) __attribute__((__section__(x))) macro
55 __section("set_" #set) __used = &sym
/freebsd-12-stable/sys/net/
H A Dvnet.h275 struct _hack; t VNET_NAME(n) __section(VNET_SETNAME) __used
282 t VNET_NAME(n) __section(VNET_SETNAME) __used
285 static t VNET_NAME(n) __section(VNET_SETNAME) __used
/freebsd-12-stable/sys/dev/usb/
H A Dusbdi.h252 struct usb_device_id __section("usb_host_id")
254 struct usb_device_id __section("usb_device_id")
256 struct usb_device_id __section("usb_dual_id")
/freebsd-12-stable/contrib/libstdc++/include/ext/
H A Dropeimpl.h776 const _CharT* __section = __l->_M_data + __start; local
777 __result = _S_new_RopeLeaf(__section, __result_len,
811 _CharT* __section; local
819 __section = (_CharT*)
822 { (*(__f->_M_fn))(__start, __result_len, __section); }
825 _RopeRep::__STL_FREE_STRING(__section, __result_len,
829 _S_cond_store_eos(__section[__result_len]);
830 return _S_new_RopeLeaf(__section, __result_len,
/freebsd-12-stable/sys/mips/mips/
H A Dmachdep.c139 __aligned(PAGE_SIZE * 2) __section(".data");

Completed in 133 milliseconds