Searched refs:__section (Results 1 – 25 of 73) sorted by relevance
123
22 char __bss_start[0] __section(".__bss_start");23 char __bss_end[0] __section(".__bss_end");24 char __image_copy_start[0] __section(".__image_copy_start");25 char __image_copy_end[0] __section(".__image_copy_end");26 char __rel_dyn_start[0] __section(".__rel_dyn_start");27 char __rel_dyn_end[0] __section(".__rel_dyn_end");28 char __secure_start[0] __section(".__secure_start");29 char __secure_end[0] __section(".__secure_end");31 char __secure_stack_end[0] __section(".__secure_stack_end");33 char __efi_runtime_stop[0] __section(".__efi_runtime_stop");[all …]
8 char __efi_runtime_start[0] __section("___efi_runtime_start");9 char __efi_runtime_stop[0] __section("___efi_runtime_stop");11 __section("___efi_runtime_rel_start");13 __section("___efi_runtime_rel_stop");
7 char __efi_runtime_start[0] __section(".__efi_runtime_start");8 char __efi_runtime_stop[0] __section(".__efi_runtime_stop");10 __section(".__efi_runtime_rel_start");12 __section(".__efi_runtime_rel_stop");
73 __section("__u_boot_list_2_"#_list"_2_"#_name)96 __section("__u_boot_list_2_"#_list"_2_"#_name)129 __section("__u_boot_list_2_"#_list"_1"); \157 __section("__u_boot_list_2_"#_list"_3"); \253 __section("__u_boot_list_1"); \278 __section("__u_boot_list_3"); \
7 #define __secure __section("._secure.text")8 #define __secure_data __section("._secure.data")25 __used __section("._secure_svc_tbl_entries") \
9 char __data_save_start[0] __section(".__data_save_start");10 char __data_save_end[0] __section(".__data_save_end");
20 __section("_u_boot_sandbox_getopt_start"); in __u_boot_sandbox_option_start()29 __section("_u_boot_sandbox_getopt_end"); in __u_boot_sandbox_option_end()
2610 static int cl __section(".data");2656 static int twr __section(".data");2657 static int trcd __section(".data");2658 static int trrd __section(".data");2659 static int trp __section(".data");2660 static int tras __section(".data");2661 static int trc __section(".data");2662 static int trfc __section(".data");2663 static int twtr __section(".data");2664 static int trtp __section(".data");[all …]
27 __section("_ftrace_annotated_branch") \63 __section("_ftrace_branch") \121 #define __annotate_jump_table __section(".rodata..c_jump_table")158 __section("___kentry" "+" #sym ) \297 static void * __section(".discard.addressable") __used \
31 phys_addr_t socfpga_clkmgr_base __section(".data");32 phys_addr_t socfpga_rstmgr_base __section(".data");33 phys_addr_t socfpga_sysmgr_base __section(".data");
11 static u32 opp_voltage_mv __section(".data");
12 static u32 opp_voltage_mv __section(".data");
25 static gd_t gdata __section(".data");27 static struct bd_info bdata __section(".data");
123 static u64 timer64 __section(".data");124 static u16 timer16 __section(".data");
13 __section(".machine_param") = {
15 __section(".machine_param") = {
23 gd_t *gd __section(".data");
13 static char pin_name[MAX_PIN_NAME_LEN] __section(".data");
12 static char pin_name[MAX_PIN_NAME_LEN] __section(".data");
11 static struct imx_pinctrl_soc_info imx93_pinctrl_soc_info __section(".data") = {
13 static struct imx_pinctrl_soc_info imx5_pinctrl_soc_info __section(".data");
12 static struct imx_pinctrl_soc_info imx7_pinctrl_soc_info __section(".data");
Completed in 51 milliseconds