Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDmodule.h120 __section(".data") = { \
161 __section(".data") = { \
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.h216 #define __section(x) macro
238 #define __section(x) __attribute__((__section__(x))) macro
/NextBSD/usr.sbin/mfiutil/
HDmfiutil.h45 #define __section(x) __attribute__((__section__(x))) macro
53 __section("set_" #set) __used = &sym
/NextBSD/tests/sys/opencrypto/
HDcryptodevh.py59 def __section(x): return __attribute__((__section__(x))) function
63 def __section(x): return __attribute__((__section__(x))) function
/NextBSD/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()
/NextBSD/sys/dev/usb/
HDusb_lookup.c164 static const char __section("bus_autoconf_format") __used usb_id_format[] = {
HDusbdi.h248 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/
HDbus_autoconf_format_example.txt27 static const char __section("bus_autoconf_format") __used usb_id_format[] = {
/NextBSD/sys/mips/mips/
HDmachdep.c137 __aligned(PAGE_SIZE * 2) __section(".data");
/NextBSD/sys/net/
HDvnet.h265 #define VNET_DEFINE(t, n) t VNET_NAME(n) __section(VNET_SETNAME) __used