Home
last modified time | relevance | path

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

/freebsd/lib/csu/tests/
H A Dinit_test.c61 __section(".jcr") __used static func_ptr jcr_func = (func_ptr)1;
91 __section(".ctors") __used static func_ptr ctors_func =
116 __section(".preinit_array") __used static func_ptr preinit_array_func =
144 __section(".init_array") __used static func_ptr init_array_func =
H A Dfini_test.c62 __section(".dtors") __used static func_ptr dtors_func =
104 __section(".fini_array") __used static func_ptr fini_array_func =
/freebsd/lib/csu/common/
H A Dcrtend.c29 static crt_func __JCR_END__[] __section(".jcr") __used = {
41 static crt_func __CTOR_END__[] __section(".ctors") __used = {
44 static crt_func __DTOR_END__[] __section(".dtors") __used = {
H A Dcrtbegin.c62 static crt_func __CTOR_LIST__[] __section(".ctors") __used = {
65 static crt_func __DTOR_LIST__[] __section(".dtors") __used = {
110 static crt_func __JCR_LIST__[] __section(".jcr") __used = { }; in register_classes()
/freebsd/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/sys/sys/
H A Dpcpu.h85 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.h121 __section(".data") = { \
168 __section(".data") = { \
H A Dlinker_set.h71 __set_##set##_sym_##sym __section("set_" #set) \
H A Dsystm.h89 #define __read_mostly __section(".data.read_mostly")
90 #define __read_frequently __section(".data.read_frequently")
92 __section(".data.exclusive_cache_line")
H A Dcdefs.h161 #define __section(x) __attribute__((__section__(x))) macro
/freebsd/usr.sbin/mfiutil/
H A Dmfiutil.h48 #define __section(x) __attribute__((__section__(x))) macro
56 __section("set_" #set) __used = &sym
/freebsd/tests/sys/opencrypto/
H A Dcryptodevh.py38 def __section(x): return __attribute__((__section__(x))) function
42 def __section(x): return __attribute__((__section__(x))) function
/freebsd/tools/build/cross-build/include/common/sys/
H A Dcdefs.h78 #ifndef __section
79 #define __section(x) __attribute__((__section__(x))) macro
/freebsd/sys/net/
H A Dvnet.h280 struct _hack; t VNET_NAME(n) __section(VNET_SETNAME) __used
288 t VNET_NAME(n) __section(VNET_SETNAME) __used
291 static t VNET_NAME(n) __section(VNET_SETNAME) __used
/freebsd/tools/build/cross-build/include/mac/sys/
H A Dlinker_set.h58 __set_##set##_sym_##sym __section("__DATA,set_" #set) \
/freebsd/sys/dev/usb/
H A Dusbdi.h250 struct usb_device_id __section("usb_host_id")
252 struct usb_device_id __section("usb_device_id")
254 struct usb_device_id __section("usb_dual_id")