Home
last modified time | relevance | path

Searched defs:END (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/scripts/
H A Dgcc-stack-usage.sh10 cat <<END | $@ -Werror -fstack-usage -x c - -c -o $TMP >/dev/null 2>&1 \ heredoc
/rk3399_rockchip-uboot/test/trace/
H A Dtest-trace.sh15 ./${OUTPUT_DIR}/u-boot <<END heredoc
/rk3399_rockchip-uboot/lib/efi_loader/
H A Defi_device_path.c19 static const struct efi_device_path END = { variable
/rk3399_rockchip-uboot/lib/
H A Dslre.c31 enum {END, BRANCH, ANY, EXACT, ANYOF, ANYBUT, OPEN, CLOSE, BOL, EOL, enumerator
/rk3399_rockchip-uboot/arch/mips/include/asm/
H A Dasm.h77 #define END(function) \ macro