Searched refs:__section (Results 1 – 12 of 12) sorted by relevance
| /NextBSD/sys/sys/ |
| HD | module.h | 120 __section(".data") = { \ 161 __section(".data") = { \
|
| 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 | 216 #define __section(x) macro 238 #define __section(x) __attribute__((__section__(x))) macro
|
| /NextBSD/usr.sbin/mfiutil/ |
| HD | mfiutil.h | 45 #define __section(x) __attribute__((__section__(x))) macro 53 __section("set_" #set) __used = &sym
|
| /NextBSD/tests/sys/opencrypto/ |
| HD | cryptodevh.py | 59 def __section(x): return __attribute__((__section__(x))) function 63 def __section(x): return __attribute__((__section__(x))) function
|
| /NextBSD/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()
|
| /NextBSD/sys/dev/usb/ |
| HD | usb_lookup.c | 164 static const char __section("bus_autoconf_format") __used usb_id_format[] = {
|
| HD | usbdi.h | 248 struct usb_device_id __section("usb_host_id") 250 struct usb_device_id __section("usb_device_id") 252 struct usb_device_id __section("usb_dual_id")
|
| /NextBSD/tools/tools/bus_autoconf/ |
| HD | bus_autoconf_format_example.txt | 27 static const char __section("bus_autoconf_format") __used usb_id_format[] = {
|
| /NextBSD/sys/mips/mips/ |
| HD | machdep.c | 137 __aligned(PAGE_SIZE * 2) __section(".data");
|
| /NextBSD/sys/net/ |
| HD | vnet.h | 265 #define VNET_DEFINE(t, n) t VNET_NAME(n) __section(VNET_SETNAME) __used
|