| /u-boot/arch/arm/cpu/ |
| A D | u-boot-spl.lds | 67 __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 D | u-boot-spl.lds | 34 __bss_end = .; symbol 37 ASSERT(__bss_end <= 0xfff01000, "NAND bootstrap too big");
|
| /u-boot/include/asm-generic/ |
| A D | sections.h | 76 extern char __bss_end[]; 89 extern ulong __bss_end;
|
| /u-boot/arch/arm/mach-rockchip/ |
| A D | u-boot-tpl-v8.lds | 70 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 D | u-boot-spl.lds | 51 * _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 D | u-boot-spl.lds | 50 __bss_end = .; symbol 60 ASSERT(__bss_end - __bss_start <= (CONFIG_SPL_BSS_MAX_SIZE), \
|
| /u-boot/arch/xtensa/lib/ |
| A D | relocate.c | 12 size_t len = (size_t)&__bss_end - (size_t)&__bss_start; in clear_bss()
|
| /u-boot/arch/arm/lib/ |
| A D | crt0.S | 71 ldr r3, =__bss_end /* this is auto-relocated! */ 77 ldr r1, =__bss_end /* this is auto-relocated! */
|
| A D | sections.c | 22 char __bss_end[0] __attribute__((section(".__bss_end"))); variable
|
| /u-boot/board/compulab/cm_t335/ |
| A D | u-boot.lds | 83 * Compiler-generated __bss_start and __bss_end, see arch/arm/lib/bss.c 99 KEEP(*(.__bss_end));
|
| /u-boot/board/siemens/capricorn/ |
| A D | spl.c | 46 memset(__bss_start, 0, __bss_end - __bss_start); in board_init_f()
|
| /u-boot/arch/arm/include/asm/ |
| A D | spl.h | 38 extern char __bss_start[], __bss_end[];
|
| /u-boot/arch/arm/mach-zynq/ |
| A D | u-boot.lds | 106 * Compiler-generated __bss_start and __bss_end, see arch/arm/lib/bss.c 122 KEEP(*(.__bss_end));
|
| /u-boot/board/cirrus/edb93xx/ |
| A D | u-boot.lds | 86 * Compiler-generated __bss_start and __bss_end, see arch/arm/lib/bss.c 102 KEEP(*(.__bss_end));
|
| /u-boot/board/freescale/imx8qm_mek/ |
| A D | spl.c | 66 memset(__bss_start, 0, __bss_end - __bss_start); in board_init_f()
|
| /u-boot/arch/powerpc/cpu/mpc85xx/ |
| A D | u-boot-spl.lds | 67 __bss_end = .; symbol 112 __bss_end = .; symbol
|
| /u-boot/examples/standalone/ |
| A D | sparc.lds | 43 __bss_end = .; symbol
|
| A D | nds32.lds | 33 __bss_end = .; symbol
|
| /u-boot/arch/x86/lib/ |
| A D | relocate.c | 41 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 D | spl.c | 84 memset(__bss_start, 0, __bss_end - __bss_start); in board_init_f()
|
| /u-boot/arch/arm/cpu/armv8/ |
| A D | linux-kernel-image-header-vars.h | 50 #define __BSS_SIZE (__bss_end - __bss_start)
|
| /u-boot/arch/microblaze/cpu/ |
| A D | u-boot.lds | 57 __bss_end = .; symbol
|
| A D | u-boot-spl.lds | 54 __bss_end = .; symbol
|
| /u-boot/arch/mips/mach-jz47xx/jz4780/ |
| A D | jz4780.c | 45 memset(__bss_start, 0, (char *)&__bss_end - __bss_start); in board_init_f()
|
| /u-boot/arch/arc/cpu/ |
| A D | u-boot.lds | 58 __bss_end = .; symbol
|