Home
last modified time | relevance | path

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

12345

/u-boot/arch/arm/cpu/
A Du-boot-spl.lds67 __bss_end = .; symbol
69 __bss_size = __bss_end - __bss_start;
87 ASSERT(__bss_end - __bss_start <= (CONFIG_SPL_BSS_MAX_SIZE), \
92 ASSERT(__bss_end - _start <= (CONFIG_SPL_MAX_FOOTPRINT), \
/u-boot/arch/powerpc/cpu/mpc83xx/
A Du-boot-spl.lds34 __bss_end = .; symbol
37 ASSERT(__bss_end <= 0xfff01000, "NAND bootstrap too big");
/u-boot/include/asm-generic/
A Dsections.h76 extern char __bss_end[];
89 extern ulong __bss_end;
/u-boot/arch/arm/mach-rockchip/
A Du-boot-tpl-v8.lds70 KEEP(*(.__bss_end));
87 ASSERT(__bss_end - __bss_start < (CONFIG_TPL_BSS_MAX_SIZE), \
92 ASSERT(__bss_end - _start < (CONFIG_TPL_MAX_FOOTPRINT), \
/u-boot/arch/x86/cpu/
A Du-boot-spl.lds51 * _image_binary_end or __bss_end - see board_fdt_blob_setup().
68 __bss_end = .; symbol
70 __bss_size = __bss_end - __bss_start;
/u-boot/arch/arm/mach-at91/arm926ejs/
A Du-boot-spl.lds50 __bss_end = .; symbol
60 ASSERT(__bss_end - __bss_start <= (CONFIG_SPL_BSS_MAX_SIZE), \
/u-boot/arch/xtensa/lib/
A Drelocate.c12 size_t len = (size_t)&__bss_end - (size_t)&__bss_start; in clear_bss()
/u-boot/arch/arm/lib/
A Dcrt0.S71 ldr r3, =__bss_end /* this is auto-relocated! */
77 ldr r1, =__bss_end /* this is auto-relocated! */
A Dsections.c22 char __bss_end[0] __attribute__((section(".__bss_end"))); variable
/u-boot/board/compulab/cm_t335/
A Du-boot.lds83 * Compiler-generated __bss_start and __bss_end, see arch/arm/lib/bss.c
99 KEEP(*(.__bss_end));
/u-boot/board/siemens/capricorn/
A Dspl.c46 memset(__bss_start, 0, __bss_end - __bss_start); in board_init_f()
/u-boot/arch/arm/include/asm/
A Dspl.h38 extern char __bss_start[], __bss_end[];
/u-boot/arch/arm/mach-zynq/
A Du-boot.lds106 * Compiler-generated __bss_start and __bss_end, see arch/arm/lib/bss.c
122 KEEP(*(.__bss_end));
/u-boot/board/cirrus/edb93xx/
A Du-boot.lds86 * Compiler-generated __bss_start and __bss_end, see arch/arm/lib/bss.c
102 KEEP(*(.__bss_end));
/u-boot/board/freescale/imx8qm_mek/
A Dspl.c66 memset(__bss_start, 0, __bss_end - __bss_start); in board_init_f()
/u-boot/arch/powerpc/cpu/mpc85xx/
A Du-boot-spl.lds67 __bss_end = .; symbol
112 __bss_end = .; symbol
/u-boot/examples/standalone/
A Dsparc.lds43 __bss_end = .; symbol
A Dnds32.lds33 __bss_end = .; symbol
/u-boot/arch/x86/lib/
A Drelocate.c41 size_t len = (uintptr_t)&__bss_end - (uintptr_t)&__bss_start; in clear_bss()
156 uintptr_t size = (uintptr_t)&__bss_end - (uintptr_t)&__text_start; in do_elf_reloc_fixups()
/u-boot/board/freescale/imx8qxp_mek/
A Dspl.c84 memset(__bss_start, 0, __bss_end - __bss_start); in board_init_f()
/u-boot/arch/arm/cpu/armv8/
A Dlinux-kernel-image-header-vars.h50 #define __BSS_SIZE (__bss_end - __bss_start)
/u-boot/arch/microblaze/cpu/
A Du-boot.lds57 __bss_end = .; symbol
A Du-boot-spl.lds54 __bss_end = .; symbol
/u-boot/arch/mips/mach-jz47xx/jz4780/
A Djz4780.c45 memset(__bss_start, 0, (char *)&__bss_end - __bss_start); in board_init_f()
/u-boot/arch/arc/cpu/
A Du-boot.lds58 __bss_end = .; symbol

Completed in 34 milliseconds

12345