Home
last modified time | relevance | path

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

/freebsd-12.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-12.1/lib/csu/common/
H A Dcrtend.c38 static crt_func __CTOR_END__[] __section(".ctors") __used = {
41 static crt_func __DTOR_END__[] __section(".dtors") __used = {
44 static crt_func __JCR_LIST__[] __section(".jcr") __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.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-12.1/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.h161 #define __read_mostly __section(".data.read_mostly")
162 #define __read_frequently __section(".data.read_frequently")
164 __section(".data.exclusive_cache_line")
H A Dcdefs.h229 #define __section(x) __attribute__((__section__(x))) macro
/freebsd-12.1/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.1/usr.sbin/mfiutil/
H A Dmfiutil.h47 #define __section(x) __attribute__((__section__(x))) macro
55 __section("set_" #set) __used = &sym
/freebsd-12.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-12.1/contrib/libstdc++/include/ext/
H A Dropeimpl.h776 const _CharT* __section = __l->_M_data + __start; in _S_substring() local
777 __result = _S_new_RopeLeaf(__section, __result_len, in _S_substring()
811 _CharT* __section; in _S_substring() local
819 __section = (_CharT*) in _S_substring()
822 { (*(__f->_M_fn))(__start, __result_len, __section); } in _S_substring()
825 _RopeRep::__STL_FREE_STRING(__section, __result_len, in _S_substring()
829 _S_cond_store_eos(__section[__result_len]); in _S_substring()
830 return _S_new_RopeLeaf(__section, __result_len, in _S_substring()
/freebsd-12.1/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")
/freebsd-12.1/sys/mips/mips/
H A Dmachdep.c139 __aligned(PAGE_SIZE * 2) __section(".data");