Home
last modified time | relevance | path

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

123

/u-boot/arch/arm/lib/
A Dsections.c22 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 …]
/u-boot/arch/sandbox/lib/
A Dsections.c8 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");
/u-boot/arch/x86/lib/
A Dsections.c7 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");
/u-boot/include/
A Dlinker_lists.h73 __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"); \
/u-boot/arch/arm/include/asm/
A Dsecure.h7 #define __secure __section("._secure.text")
8 #define __secure_data __section("._secure.data")
25 __used __section("._secure_svc_tbl_entries") \
/u-boot/arch/arm/cpu/armv8/
A Dspl_data.c9 char __data_save_start[0] __section(".__data_save_start");
10 char __data_save_end[0] __section(".__data_save_end");
/u-boot/arch/sandbox/include/asm/
A Dsections.h20 __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()
/u-boot/drivers/ram/octeon/
A Docteon3_lmc.c2610 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 …]
/u-boot/include/linux/
A Dcompiler.h27 __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 \
/u-boot/arch/arm/mach-socfpga/
A Dmisc.c31 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");
/u-boot/board/engicam/stm32mp1/
A Dspl.c11 static u32 opp_voltage_mv __section(".data");
/u-boot/board/st/stm32mp1/
A Dspl.c12 static u32 opp_voltage_mv __section(".data");
/u-boot/arch/arm/cpu/arm926ejs/mxs/
A Dspl_boot.c25 static gd_t gdata __section(".data");
27 static struct bd_info bdata __section(".data");
/u-boot/arch/m68k/lib/
A Dtime.c123 static u64 timer64 __section(".data");
124 static u16 timer16 __section(".data");
/u-boot/board/samsung/arndale/
A Darndale_spl.c13 __section(".machine_param") = {
/u-boot/board/samsung/smdk5420/
A Dsmdk5420_spl.c15 __section(".machine_param") = {
/u-boot/board/samsung/smdk5250/
A Dsmdk5250_spl.c15 __section(".machine_param") = {
/u-boot/arch/xtensa/cpu/
A Dcpu.c23 gd_t *gd __section(".data");
/u-boot/arch/arm/mach-snapdragon/
A Dpinctrl-sdm845.c13 static char pin_name[MAX_PIN_NAME_LEN] __section(".data");
A Dpinctrl-apq8016.c13 static char pin_name[MAX_PIN_NAME_LEN] __section(".data");
A Dpinctrl-apq8096.c13 static char pin_name[MAX_PIN_NAME_LEN] __section(".data");
A Dpinctrl-qcs404.c12 static char pin_name[MAX_PIN_NAME_LEN] __section(".data");
/u-boot/drivers/pinctrl/nxp/
A Dpinctrl-imx93.c11 static struct imx_pinctrl_soc_info imx93_pinctrl_soc_info __section(".data") = {
A Dpinctrl-imx5.c13 static struct imx_pinctrl_soc_info imx5_pinctrl_soc_info __section(".data");
A Dpinctrl-imx7.c12 static struct imx_pinctrl_soc_info imx7_pinctrl_soc_info __section(".data");

Completed in 31 milliseconds

123