Searched refs:__section (Results 1 – 15 of 15) sorted by relevance
| /freebsd-11-stable/contrib/netbsd-tests/usr.bin/ld/ |
| HD | 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' };
|
| HD | 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';
|
| /freebsd-11-stable/sys/sys/ |
| HD | module.h | 120 __section(".data") = { \ 161 __section(".data") = { \
|
| HD | systm.h | 140 #define __read_mostly __section(".data.read_mostly") 141 #define __read_frequently __section(".data.read_frequently") 143 __section(".data.exclusive_cache_line")
|
| HD | linker_set.h | 61 __set_##set##_sym_##sym __section("set_" #set) \
|
| HD | pcpu.h | 83 #define DPCPU_DEFINE(t, n) t DPCPU_NAME(n) __section(DPCPU_SETNAME) __used
|
| HD | cdefs.h | 217 #define __section(x) macro 239 #define __section(x) __attribute__((__section__(x))) macro
|
| /freebsd-11-stable/tests/sys/opencrypto/ |
| HD | cryptodevh.py | 59 def __section(x): return __attribute__((__section__(x))) function 63 def __section(x): return __attribute__((__section__(x))) function
|
| /freebsd-11-stable/usr.sbin/mfiutil/ |
| HD | mfiutil.h | 47 #define __section(x) __attribute__((__section__(x))) macro 55 __section("set_" #set) __used = &sym
|
| /freebsd-11-stable/contrib/libstdc++/include/ext/ |
| D | ropeimpl.h | 776 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-11-stable/sys/dev/usb/ |
| HD | usb_lookup.c | 164 static const char __section("bus_autoconf_format") __used usb_id_format[] = {
|
| HD | usbdi.h | 250 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-11-stable/tools/tools/bus_autoconf/ |
| HD | bus_autoconf_format_example.txt | 27 static const char __section("bus_autoconf_format") __used usb_id_format[] = {
|
| /freebsd-11-stable/sys/mips/mips/ |
| HD | machdep.c | 137 __aligned(PAGE_SIZE * 2) __section(".data");
|
| /freebsd-11-stable/sys/net/ |
| HD | vnet.h | 269 #define VNET_DEFINE(t, n) t VNET_NAME(n) __section(VNET_SETNAME) __used
|