Searched refs:__section (Results 1 - 6 of 6) sorted by relevance

/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dlinker_set.h49 __section("set_" #set) __used = &sym
H A Dcdefs.h226 /* XXX Find out what to do for __packed, __aligned and __section */
236 #define __section(x) __attribute__((__section__(x))) macro
/haiku/src/libs/compat/freebsd_network/compat/dev/usb/
H A Dusbdi.h157 struct usb_device_id __section("usb_host_id")
159 struct usb_device_id __section("usb_device_id")
161 struct usb_device_id __section("usb_dual_id")
/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_usb_lookup.c160 static const char __section("bus_autoconf_format") __used usb_id_format[] = {
/haiku/headers/cpp/
H A Dropeimpl.h688 const _CharT* __section = __l->_M_data + __start; local
689 __result = _S_new_RopeLeaf(__section, __result_len,
720 _CharT* __section; local
726 __section = (_CharT*)
729 (*(__f->_M_fn))(__start, __result_len, __section);
732 __section, __result_len, __base->get_allocator()));
733 _S_cond_store_eos(__section[__result_len]);
734 return _S_new_RopeLeaf(__section, __result_len,
/haiku/src/libs/compat/freebsd_network/compat/net/
H A Dvnet.h263 #define VNET_DEFINE(t, n) t VNET_NAME(n) __section(VNET_SETNAME) __used

Completed in 60 milliseconds