Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/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-13.1/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-13.1/sys/sys/
H A Dpcpu.h87 struct _hack; t DPCPU_NAME(n) __section(DPCPU_SETNAME) __used
106 t DPCPU_NAME(n) __section(DPCPU_SETNAME) __used
109 static t DPCPU_NAME(n) __section(DPCPU_SETNAME) __used
H A Dmodule.h123 __section(".data") = { \
170 __section(".data") = { \
H A Dlinker_set.h78 __set_##set##_sym_##sym __section("set_" #set) \
H A Dsystm.h92 #define __read_mostly __section(".data.read_mostly")
93 #define __read_frequently __section(".data.read_frequently")
95 __section(".data.exclusive_cache_line")
H A Dcdefs.h221 #define __section(x) __attribute__((__section__(x))) macro
/freebsd-13.1/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-13.1/tools/build/cross-build/include/common/sys/
H A Dcdefs.h80 #ifndef __section
81 #define __section(x) __attribute__((__section__(x))) macro
/freebsd-13.1/usr.sbin/mfiutil/
H A Dmfiutil.h47 #define __section(x) __attribute__((__section__(x))) macro
55 __section("set_" #set) __used = &sym
/freebsd-13.1/sys/net/
H A Dvnet.h277 struct _hack; t VNET_NAME(n) __section(VNET_SETNAME) __used
285 t VNET_NAME(n) __section(VNET_SETNAME) __used
288 static t VNET_NAME(n) __section(VNET_SETNAME) __used
/freebsd-13.1/sys/dev/usb/
H A Dusbdi.h251 struct usb_device_id __section("usb_host_id")
253 struct usb_device_id __section("usb_device_id")
255 struct usb_device_id __section("usb_dual_id")
/freebsd-13.1/sys/mips/mips/
H A Dmachdep.c140 __aligned(PAGE_SIZE * 2) __section(".data");