Home
last modified time | relevance | path

Searched refs:BLD (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/docs/system/arm/
H A Dversatile.rst37 In the following example $BLD points to the build directory and $SRC
43 $ make O=$BLD -C $SRC ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- versatile_defconfig
44 $ make O=$BLD -C $SRC ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-
H A Dvexpress.rst71 In the following example $BLD points to the build directory and $SRC
77 $ make O=$BLD -C $SRC ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- multi_v7_defconfig
78 $ make O=$BLD -C $SRC ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dmsg.py71 BLD = '\033[1;%dm' variable in BBLogFormatter
98 record.levelname = "".join([self.BLD % color, record.levelname, self.RST])
/openbmc/qemu/target/avr/
H A Dinsn.decode177 BLD 1111 100 rd:5 0 bit:3
H A Ddisas.c235 INSN(BLD, "r%d, %d", a->rd, a->bit)