Searched refs:__section (Results 1 – 17 of 17) sorted by relevance
63 __section(".jcr") __used static func_ptr jcr_func = (func_ptr)1;93 __section(".ctors") __used static func_ptr ctors_func =118 __section(".preinit_array") __used static func_ptr preinit_array_func =146 __section(".init_array") __used static func_ptr init_array_func =
65 __section(".dtors") __used static func_ptr dtors_func =107 __section(".fini_array") __used static func_ptr fini_array_func =
31 static crt_func __JCR_END__[] __section(".jcr") __used = {43 static crt_func __CTOR_END__[] __section(".ctors") __used = {46 static crt_func __DTOR_END__[] __section(".dtors") __used = {
65 static crt_func __CTOR_LIST__[] __section(".ctors") __used = {68 static crt_func __DTOR_LIST__[] __section(".dtors") __used = {105 static crt_func __JCR_LIST__[] __section(".jcr") __used = { };
39 int i __section("hoge");58 const char a[] __section("hoge") = "hoge";60 char b[] __section("fuga") = { 'f', 'u', 'g', 'a', '\0' };
119 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';
87 struct _hack; t DPCPU_NAME(n) __section(DPCPU_SETNAME) __used106 t DPCPU_NAME(n) __section(DPCPU_SETNAME) __used109 static t DPCPU_NAME(n) __section(DPCPU_SETNAME) __used
123 __section(".data") = { \170 __section(".data") = { \
78 __set_##set##_sym_##sym __section("set_" #set) \
92 #define __read_mostly __section(".data.read_mostly")93 #define __read_frequently __section(".data.read_frequently")95 __section(".data.exclusive_cache_line")
221 #define __section(x) __attribute__((__section__(x))) macro
59 def __section(x): return __attribute__((__section__(x))) function63 def __section(x): return __attribute__((__section__(x))) function
80 #ifndef __section81 #define __section(x) __attribute__((__section__(x))) macro
47 #define __section(x) __attribute__((__section__(x))) macro55 __section("set_" #set) __used = &sym
277 struct _hack; t VNET_NAME(n) __section(VNET_SETNAME) __used285 t VNET_NAME(n) __section(VNET_SETNAME) __used288 static t VNET_NAME(n) __section(VNET_SETNAME) __used
251 struct usb_device_id __section("usb_host_id")253 struct usb_device_id __section("usb_device_id")255 struct usb_device_id __section("usb_dual_id")
140 __aligned(PAGE_SIZE * 2) __section(".data");