| /OK3568_Linux_fs/u-boot/arch/arm/cpu/ |
| H A D | u-boot-spl.lds | 60 __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 D | u-boot-tpl-v8.lds | 67 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 D | u-boot-spl.lds | 35 __bss_end = .; symbol 38 ASSERT(__bss_end <= 0xfff01000, "NAND bootstrap too big");
|
| /OK3568_Linux_fs/u-boot/include/asm-generic/ |
| H A D | sections.h | 77 extern char __bss_end[]; 90 extern ulong __bss_end;
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/ |
| H A D | u-boot-spl.lds | 48 __bss_end = .; symbol 50 __bss_size = __bss_end - __bss_start;
|
| /OK3568_Linux_fs/u-boot/board/compulab/cm_t335/ |
| H A D | u-boot.lds | 84 * 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 D | crt0.S | 148 ldr r3, =__bss_end /* this is auto-relocated! */ 154 ldr r1, =__bss_end /* this is auto-relocated! */
|
| H A D | sections.c | 23 char __bss_end[0] __attribute__((section(".__bss_end"))); variable
|
| /OK3568_Linux_fs/u-boot/board/birdland/bav335x/ |
| H A D | u-boot.lds | 88 * 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 D | u-boot.lds | 87 * 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 D | u-boot.lds | 101 * 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 D | u-boot-spl.lds | 67 __bss_end = .; symbol 112 __bss_end = .; symbol
|
| /OK3568_Linux_fs/u-boot/board/freescale/mx31ads/ |
| H A D | u-boot.lds | 83 * 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 D | relocate.c | 41 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 D | u-boot.lds | 100 * 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 D | u-boot.lds | 130 * 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 D | start.S | 168 movhi r6, %hi(__bss_end) 169 ori r6, r6, %lo(__bss_end)
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | spl.h | 13 extern char __bss_start[], __bss_end[];
|
| /OK3568_Linux_fs/u-boot/arch/xtensa/lib/ |
| H A D | relocate.c | 13 size_t len = (size_t)&__bss_end - (size_t)&__bss_start; in clear_bss()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | board_f.c | 137 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 D | boot.lds.S | 38 __bss_end = .; symbol
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/ |
| H A D | spl.h | 43 extern char __bss_start[], __bss_end[];
|
| /OK3568_Linux_fs/u-boot/examples/standalone/ |
| H A D | sparc.lds | 44 __bss_end = .; symbol
|
| H A D | nds32.lds | 34 __bss_end = .; symbol
|
| /OK3568_Linux_fs/kernel/arch/xtensa/boot/boot-redboot/ |
| H A D | boot.ld | 52 __bss_end = .; symbol
|