Searched refs:__section (Results 1 – 6 of 6) sorted by relevance
157 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")
49 __section("set_" #set) __used = &sym
236 #define __section(x) __attribute__((__section__(x))) macro
160 static const char __section("bus_autoconf_format") __used usb_id_format[] = {
688 const _CharT* __section = __l->_M_data + __start; in _S_substring() local689 __result = _S_new_RopeLeaf(__section, __result_len, in _S_substring()720 _CharT* __section; in _S_substring() local726 __section = (_CharT*) in _S_substring()729 (*(__f->_M_fn))(__start, __result_len, __section); in _S_substring()732 __section, __result_len, __base->get_allocator())); in _S_substring()733 _S_cond_store_eos(__section[__result_len]); in _S_substring()734 return _S_new_RopeLeaf(__section, __result_len, in _S_substring()
263 #define VNET_DEFINE(t, n) t VNET_NAME(n) __section(VNET_SETNAME) __used