Home
last modified time | relevance | path

Searched refs:bss_start (Results 1 – 17 of 17) sorted by relevance

/external/u-boot/arch/mips/lib/
Dreloc.c110 uint8_t *buf, *bss_start; in relocate_code() local
144 bss_start = (uint8_t *)((unsigned long)__bss_start + off); in relocate_code()
146 memset(bss_start, 0, bss_len); in relocate_code()
/external/u-boot/board/renesas/sh7753evb/
Dspi-boot.c66 extern void bss_start(void);
127 volatile unsigned long len = (bss_start - _start + 31) & 0xffffffe0; in spiboot_main()
/external/u-boot/arch/sh/lib/
Dstart.S62 ._bss_start: .long bss_start
/external/u-boot/board/qualcomm/dragonboard820c/
Du-boot.lds86 .bss_start : {
/external/u-boot/board/qualcomm/dragonboard410c/
Du-boot.lds86 .bss_start : {
/external/u-boot/common/
Dboard_f.c125 ulong bss_start, bss_end, text_base; in display_text_info() local
127 bss_start = (ulong)&__bss_start; in display_text_info()
137 text_base, bss_start, bss_end); in display_text_info()
/external/u-boot/arch/arm/cpu/armv8/
Du-boot-spl.lds58 .bss_start (NOLOAD) : {
Du-boot.lds142 .bss_start : {
/external/u-boot/arch/sh/cpu/
Du-boot.lds79 PROVIDE (bss_start = .); symbol
/external/u-boot/board/compulab/cm_t335/
Du-boot.lds87 .bss_start __rel_dyn_start (OVERLAY) : {
/external/u-boot/board/cirrus/edb93xx/
Du-boot.lds90 .bss_start __rel_dyn_start (OVERLAY) : {
/external/u-boot/arch/arm/mach-zynq/
Du-boot.lds104 .bss_start __rel_dyn_start (OVERLAY) : {
/external/u-boot/board/birdland/bav335x/
Du-boot.lds91 .bss_start __rel_dyn_start (OVERLAY) : {
/external/u-boot/board/vscom/baltos/
Du-boot.lds104 .bss_start __rel_dyn_start (OVERLAY) : {
/external/u-boot/board/ti/am335x/
Du-boot.lds134 .bss_start __rel_dyn_start (OVERLAY) : {
/external/u-boot/arch/arm/cpu/
Du-boot.lds209 .bss_start __rel_dyn_start (OVERLAY) : {
/external/u-boot/board/renesas/sh7757lcr/
Dlowlevel_init.S491 _bss_start: .long bss_start