Home
last modified time | relevance | path

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

/u-boot/arch/mips/lib/
A Dreloc.c114 uint8_t *buf, *bss_start; in relocate_code() local
148 bss_start = (uint8_t *)((unsigned long)__bss_start + off); in relocate_code()
150 memset(bss_start, 0, bss_len); in relocate_code()
/u-boot/board/qualcomm/dragonboard410c/
A Du-boot.lds99 .bss_start : {
/u-boot/board/qualcomm/dragonboard820c/
A Du-boot.lds92 .bss_start : {
/u-boot/arch/arm/cpu/armv8/
A Du-boot-spl.lds66 .bss_start (NOLOAD) : {
A Du-boot.lds152 .bss_start : {
/u-boot/arch/sh/cpu/
A Du-boot.lds81 PROVIDE (bss_start = .); symbol
/u-boot/board/compulab/cm_t335/
A Du-boot.lds87 .bss_start __rel_dyn_start (OVERLAY) : {
/u-boot/arch/arm/mach-rockchip/
A Du-boot-tpl-v8.lds59 .bss_start (NOLOAD) : {
/u-boot/arch/sh/lib/
A Dstart.S73 ._bss_start: .long bss_start
/u-boot/board/cirrus/edb93xx/
A Du-boot.lds90 .bss_start __rel_dyn_start (OVERLAY) : {
/u-boot/arch/arm/mach-zynq/
A Du-boot.lds110 .bss_start __rel_dyn_start (OVERLAY) : {
/u-boot/common/
A Dboard_f.c141 ulong bss_start, bss_end, text_base; in display_text_info() local
143 bss_start = (ulong)&__bss_start; in display_text_info()
153 text_base, bss_start, bss_end); in display_text_info()
/u-boot/board/vscom/baltos/
A Du-boot.lds104 .bss_start __rel_dyn_start (OVERLAY) : {
/u-boot/board/ti/am335x/
A Du-boot.lds140 .bss_start __rel_dyn_start (OVERLAY) : {
/u-boot/arch/arm/cpu/
A Du-boot.lds215 .bss_start __rel_dyn_start (OVERLAY) : {

Completed in 14 milliseconds