Home
last modified time | relevance | path

Searched full:incbin (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/arm64/vmm/
H A Dvmm_hyp_el2.S40 .incbin "vmm_hyp_blob.bin"
/freebsd/sys/compat/linux/
H A Dlinux_vdso_inc.S31 .incbin "linux_vdso.so.o"
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/
H A Dfsl,qe-firmware.yaml24 The fsl,firmware property can be specified in the DTS (possibly using incbin)
H A Dqe.txt148 The fsl,firmware property can be specified in the DTS (possibly using incbin)
/freebsd/sys/dev/fdt/
H A Dfdt_static_dtb.S43 .incbin FDT_DTB_FILE
/freebsd/sys/tools/
H A Dvdso_wrap.S42 .incbin VDSO_FILE
/freebsd/sys/dev/md/
H A Dembedfs.S39 .incbin MFS_IMAGE
/freebsd/sys/kern/
H A Dfirmw.S42 .incbin FIRMW_FILE
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPUtility.cpp378 ObjStream << " .incbin "; in constructGenerateObjFileFromHIPFatBinary()
/freebsd/usr.bin/dtc/
H A Dfdt.cc519 if (input.consume("/incbin/(\"")) in property()
525 loc.report_error("Syntax error, expected '\"' to terminate /incbin/("); in property()
536 input.parse_error("Syntax error, expected ')' to terminate /incbin/("); in property()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp337 /// Process the specified file for the .incbin directive.
663 bool parseDirectiveIncbin(); // ".incbin"
877 /// Process the specified .incbin file by searching for it in the include paths
5133 /// ::= .incbin "filename" [ , skip [ , count ] ]
5139 "expected string in '.incbin' directive") || in parseDirectiveIncbin()
5148 // .incbin "filename",,4 in parseDirectiveIncbin()
5168 return Error(IncbinLoc, "Could not find incbin file '" + Filename + "'"); in parseDirectiveIncbin()
5512 DirectiveKindMap[".incbin"] = DK_INCBIN; in initializeDirectiveKindMap()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5716 } else if (auto *IncBin = dyn_cast<BinaryOperator>(Inc)) { in ActOnOpenMPCanonicalLoop() local
5717 if (IncBin->getOpcode() == BO_AddAssign) { in ActOnOpenMPCanonicalLoop()
5718 Step = IncBin->getRHS(); in ActOnOpenMPCanonicalLoop()
5719 } else if (IncBin->getOpcode() == BO_SubAssign) { in ActOnOpenMPCanonicalLoop()
5721 SemaRef.BuildUnaryOp(nullptr, {}, UO_Minus, IncBin->getRHS())); in ActOnOpenMPCanonicalLoop()