Home
last modified time | relevance | path

Searched refs:__bss_end (Results 1 – 25 of 118) sorted by relevance

12345

/OK3568_Linux_fs/u-boot/arch/arm/cpu/
H A Du-boot-spl.lds60 __bss_end = .; symbol
62 __bss_size = __bss_end - __bss_start;
80 ASSERT(__bss_end - __bss_start < (CONFIG_SPL_BSS_MAX_SIZE), \
85 ASSERT(__bss_end - _start < (CONFIG_SPL_MAX_FOOTPRINT), \
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Du-boot-tpl-v8.lds67 KEEP(*(.__bss_end));
84 ASSERT(__bss_end - __bss_start < (CONFIG_TPL_BSS_MAX_SIZE), \
89 ASSERT(__bss_end - _start < (CONFIG_TPL_MAX_FOOTPRINT), \
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/
H A Du-boot-spl.lds35 __bss_end = .; symbol
38 ASSERT(__bss_end <= 0xfff01000, "NAND bootstrap too big");
/OK3568_Linux_fs/u-boot/include/asm-generic/
H A Dsections.h77 extern char __bss_end[];
90 extern ulong __bss_end;
/OK3568_Linux_fs/u-boot/arch/x86/cpu/
H A Du-boot-spl.lds48 __bss_end = .; symbol
50 __bss_size = __bss_end - __bss_start;
/OK3568_Linux_fs/u-boot/board/compulab/cm_t335/
H A Du-boot.lds84 * Compiler-generated __bss_start and __bss_end, see arch/arm/lib/bss.c
100 KEEP(*(.__bss_end));
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dcrt0.S148 ldr r3, =__bss_end /* this is auto-relocated! */
154 ldr r1, =__bss_end /* this is auto-relocated! */
H A Dsections.c23 char __bss_end[0] __attribute__((section(".__bss_end"))); variable
/OK3568_Linux_fs/u-boot/board/birdland/bav335x/
H A Du-boot.lds88 * Compiler-generated __bss_start and __bss_end, see arch/arm/lib/bss.c
104 KEEP(*(.__bss_end));
/OK3568_Linux_fs/u-boot/board/cirrus/edb93xx/
H A Du-boot.lds87 * Compiler-generated __bss_start and __bss_end, see arch/arm/lib/bss.c
103 KEEP(*(.__bss_end));
/OK3568_Linux_fs/u-boot/arch/arm/mach-zynq/
H A Du-boot.lds101 * Compiler-generated __bss_start and __bss_end, see arch/arm/lib/bss.c
117 KEEP(*(.__bss_end));
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Du-boot-spl.lds67 __bss_end = .; symbol
112 __bss_end = .; symbol
/OK3568_Linux_fs/u-boot/board/freescale/mx31ads/
H A Du-boot.lds83 * Compiler-generated __bss_start and __bss_end, see arch/arm/lib/bss.c
98 KEEP(*(.__bss_end));
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Drelocate.c41 size_t len = (uintptr_t)&__bss_end - (uintptr_t)&__bss_start; in clear_bss()
141 uintptr_t size = (uintptr_t)&__bss_end - (uintptr_t)&__text_start; in do_elf_reloc_fixups()
/OK3568_Linux_fs/u-boot/board/vscom/baltos/
H A Du-boot.lds100 * Compiler-generated __bss_start and __bss_end, see arch/arm/lib/bss.c
116 KEEP(*(.__bss_end));
/OK3568_Linux_fs/u-boot/board/ti/am335x/
H A Du-boot.lds130 * Compiler-generated __bss_start and __bss_end, see arch/arm/lib/bss.c
146 KEEP(*(.__bss_end));
/OK3568_Linux_fs/u-boot/arch/nios2/cpu/
H A Dstart.S168 movhi r6, %hi(__bss_end)
169 ori r6, r6, %lo(__bss_end)
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dspl.h13 extern char __bss_start[], __bss_end[];
/OK3568_Linux_fs/u-boot/arch/xtensa/lib/
H A Drelocate.c13 size_t len = (size_t)&__bss_end - (size_t)&__bss_start; in clear_bss()
/OK3568_Linux_fs/u-boot/common/
H A Dboard_f.c137 bss_end = (ulong)&__bss_end; in display_text_info()
247 gd->mon_len = (ulong)&__bss_end - (ulong)_start; in setup_mon_len()
253 gd->mon_len = (ulong)(&__bss_end) - (ulong)(&_start); in setup_mon_len()
256 gd->mon_len = (ulong)&__bss_end - CONFIG_SYS_MONITOR_BASE; in setup_mon_len()
/OK3568_Linux_fs/kernel/arch/xtensa/boot/boot-elf/
H A Dboot.lds.S38 __bss_end = .; symbol
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Dspl.h43 extern char __bss_start[], __bss_end[];
/OK3568_Linux_fs/u-boot/examples/standalone/
H A Dsparc.lds44 __bss_end = .; symbol
H A Dnds32.lds34 __bss_end = .; symbol
/OK3568_Linux_fs/kernel/arch/xtensa/boot/boot-redboot/
H A Dboot.ld52 __bss_end = .; symbol

12345