Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/netbsd-tests/usr.bin/ld/
HDt_section.sh39 int i __section("hoge");
58 const char a[] __section("hoge") = "hoge";
60 char b[] __section("fuga") = { 'f', 'u', 'g', 'a', '\0' };
HDt_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-11-stable/sys/sys/
HDmodule.h120 __section(".data") = { \
161 __section(".data") = { \
HDsystm.h140 #define __read_mostly __section(".data.read_mostly")
141 #define __read_frequently __section(".data.read_frequently")
143 __section(".data.exclusive_cache_line")
HDlinker_set.h61 __set_##set##_sym_##sym __section("set_" #set) \
HDpcpu.h83 #define DPCPU_DEFINE(t, n) t DPCPU_NAME(n) __section(DPCPU_SETNAME) __used
HDcdefs.h217 #define __section(x) macro
239 #define __section(x) __attribute__((__section__(x))) macro
/freebsd-11-stable/tests/sys/opencrypto/
HDcryptodevh.py59 def __section(x): return __attribute__((__section__(x))) function
63 def __section(x): return __attribute__((__section__(x))) function
/freebsd-11-stable/usr.sbin/mfiutil/
HDmfiutil.h47 #define __section(x) __attribute__((__section__(x))) macro
55 __section("set_" #set) __used = &sym
/freebsd-11-stable/contrib/libstdc++/include/ext/
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-11-stable/sys/dev/usb/
HDusb_lookup.c164 static const char __section("bus_autoconf_format") __used usb_id_format[] = {
HDusbdi.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-11-stable/tools/tools/bus_autoconf/
HDbus_autoconf_format_example.txt27 static const char __section("bus_autoconf_format") __used usb_id_format[] = {
/freebsd-11-stable/sys/mips/mips/
HDmachdep.c137 __aligned(PAGE_SIZE * 2) __section(".data");
/freebsd-11-stable/sys/net/
HDvnet.h269 #define VNET_DEFINE(t, n) t VNET_NAME(n) __section(VNET_SETNAME) __used