/external/u-boot/arch/arm/cpu/ |
D | u-boot-spl.lds | 64 __bss_start = .; symbol 69 __bss_size = __bss_end - __bss_start; 87 ASSERT(__bss_end - __bss_start < (CONFIG_SPL_BSS_MAX_SIZE), \
|
/external/u-boot/arch/xtensa/lib/ |
D | relocate.c | 12 size_t len = (size_t)&__bss_end - (size_t)&__bss_start; in clear_bss() 14 memset((void *)&__bss_start, 0x00, len); in clear_bss()
|
/external/u-boot/arch/arm/cpu/armv8/ |
D | linux-kernel-image-header-vars.h | 49 #define __CODE_DATA_SIZE (__bss_start - _start) 50 #define __BSS_SIZE (__bss_end - __bss_start)
|
/external/u-boot/include/asm-generic/ |
D | sections.h | 15 extern char __bss_start[], __bss_stop[]; 71 extern char __bss_start[];
|
/external/u-boot/arch/arm/cpu/armv8/zynqmp/ |
D | spl.c | 31 memset(__bss_start, 0, __bss_end - __bss_start); in board_init_f()
|
/external/u-boot/arch/mips/lib/ |
D | reloc.c | 144 bss_start = (uint8_t *)((unsigned long)__bss_start + off); in relocate_code() 145 bss_len = (unsigned long)&__bss_end - (unsigned long)__bss_start; in relocate_code()
|
/external/elfutils/tests/ |
D | run-dwflsyms.sh | 110 69: NOTYPE GLOBAL __bss_start (0) 0x20103c 189 69: NOTYPE GLOBAL __bss_start (0) 0x300020103c 210 11: NOTYPE GLOBAL __bss_start (0) 0x20103c 262 46: NOTYPE GLOBAL __bss_start (0) 0x20103c 318 46: NOTYPE GLOBAL __bss_start (0) 0x300020103c 429 14: NOTYPE GLOBAL __bss_start (0) 0x103f0 463 14: NOTYPE GLOBAL __bss_start (0) 0x103f0 598 73: NOTYPE GLOBAL __bss_start (0) 0x20110 680 73: NOTYPE GLOBAL __bss_start (0) 0x8001020110 700 11: NOTYPE GLOBAL __bss_start (0) 0x20110 [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ |
D | gnu-symbols.test | 33 DYN-NEXT: 4: 0000000000200268 0 NOTYPE GLOBAL DEFAULT 5 __bss_start 45 DYN-NEXT: 8: 0000000000200268 0 NOTYPE GLOBAL DEFAULT 5 __bss_start 66 HASH-NEXT: 15 2: 00001b64 0 NOTYPE GLOBAL DEFAULT ABS __bss_start@ 73 HASH-NEXT: 15 1: 00001b64 0 NOTYPE GLOBAL DEFAULT ABS __bss_start@
|
/external/u-boot/arch/x86/cpu/ |
D | u-boot-spl.lds | 43 __bss_start = .; symbol 49 __bss_size = __bss_end - __bss_start;
|
/external/u-boot/board/barco/platinum/ |
D | spl_picon.c | 172 memset(__bss_start, 0, __bss_end - __bss_start); in board_init_f()
|
D | spl_titanium.c | 175 memset(__bss_start, 0, __bss_end - __bss_start); in board_init_f()
|
/external/u-boot/arch/arc/lib/ |
D | relocate.c | 31 ulong dst_addr = (ulong)&__bss_start + gd->reloc_off; in clear_bss() 32 size_t len = (size_t)&__bss_end - (size_t)&__bss_start; in clear_bss()
|
/external/llvm/test/Object/ |
D | nm-shared-object.test | 5 ELF-32: 000012c8 A __bss_start 17 ELF-64: 0000000000200454 A __bss_start
|
/external/u-boot/arch/x86/lib/ |
D | spl.c | 59 memset(&__bss_start, 0, (ulong)&__bss_end - (ulong)&__bss_start); in x86_spl_init()
|
D | relocate.c | 39 ulong dst_addr = (ulong)&__bss_start + gd->reloc_off; in clear_bss() 40 size_t len = (uintptr_t)&__bss_end - (uintptr_t)&__bss_start; in clear_bss()
|
/external/u-boot/arch/arm/lib/ |
D | crt0_64.S | 76 adr x0, __bss_start 142 ldr x0, =__bss_start /* this is auto-relocated! */
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/ |
D | nm-shared-object.test | 5 ELF-32: 000012c8 A __bss_start 17 ELF-64: 0000000000200454 A __bss_start
|
/external/u-boot/board/compulab/cm_t335/ |
D | u-boot.lds | 83 * Compiler-generated __bss_start and __bss_end, see arch/arm/lib/bss.c 88 KEEP(*(.__bss_start));
|
/external/u-boot/board/cirrus/edb93xx/ |
D | u-boot.lds | 86 * Compiler-generated __bss_start and __bss_end, see arch/arm/lib/bss.c 91 KEEP(*(.__bss_start));
|
/external/u-boot/arch/arm/mach-zynq/ |
D | u-boot.lds | 100 * Compiler-generated __bss_start and __bss_end, see arch/arm/lib/bss.c 105 KEEP(*(.__bss_start));
|
/external/u-boot/arch/arm/mach-socfpga/ |
D | spl.c | 98 memset(__bss_start, 0, __bss_end - __bss_start); in board_init_f()
|
/external/u-boot/board/birdland/bav335x/ |
D | u-boot.lds | 87 * Compiler-generated __bss_start and __bss_end, see arch/arm/lib/bss.c 92 KEEP(*(.__bss_start));
|
/external/u-boot/arch/powerpc/cpu/mpc85xx/ |
D | u-boot-spl.lds | 60 __bss_start = .; symbol 105 __bss_start = .; symbol
|
/external/u-boot/board/compulab/cl-som-imx7/ |
D | spl.c | 182 memset(__bss_start, 0, __bss_end - __bss_start); in board_init_f()
|
/external/u-boot/board/woodburn/ |
D | woodburn.c | 137 memset(__bss_start, 0, __bss_end - __bss_start); in board_init_f()
|