Home
last modified time | relevance | path

Searched refs:bss_data (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/tools/binman/test/
H A DMakefile16 TARGETS = u_boot_ucode_ptr u_boot_no_ucode_ptr bss_data \
28 bss_data: CFLAGS += bss_data.lds target
29 bss_data: bss_data.c target
H A Dbss_data.c9 int bss_data[10]; variable
10 int __bss_size = sizeof(bss_data);
14 bss_data[2] = 2; in main()