/freebsd/tools/boot/ |
H A D | TEST-NOTES | 5 o trees has the different trees we use to create images 6 o trees/${ARCH}/$PART have each architecture's tree images 9 o images has the images to test
|
H A D | full-test.readme | 24 (5) You'll need to build the images. If you've done 1-5 correctly (and I've not 26 all the images and scripts to run qemu. There should be no errors, though
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/ |
H A D | GNUstepObjCRuntime.cpp | 79 const ModuleList &images = target.GetImages(); in CreateInstance() local 80 if (!ScanForGNUstepObjCLibraryCandidate(images, TT)) in CreateInstance() 86 images.FindSymbolsMatchingRegExAndType(regex, eSymbolTypeCode, eh_pers); in CreateInstance() 91 images.FindSymbolsWithNameAndType(ConstString("__objc_load"), in CreateInstance()
|
/freebsd/release/ |
H A D | Makefile.mirrors | 19 STAGE_TARGETS?= iso-images-stage 52 STAGE_TARGETS+= vm-images-stage 57 STAGE_TARGETS+= ci-images-stage 62 STAGE_TARGETS+= oci-images-stage 75 iso-images-stage: 189 vm-images-stage: 266 ci-images-stage: 321 oci-images-stage:
|
H A D | Makefile.gce | 4 # Makefile for uploading Google Compute Engine disk images. 78 /usr/local/bin/gcloud compute images create ${GCE_TARGET_${_FS}} \
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | StackFrameList.cpp | 262 ModuleList &images, Log *log) { in FindInterveningFrames() argument 279 Function *first_callee = first_edge->GetCallee(images, exe_ctx); in FindInterveningFrames() 299 ModuleList &images; in FindInterveningFrames() member 303 DFS(Function *end, ModuleList &images, Target &target, in FindInterveningFrames() 305 : end(end), images(images), target(target), context(context) {} in FindInterveningFrames() 336 Function *next_callee = edge->GetCallee(images, context); in FindInterveningFrames() 351 DFS(&end, images, target, exe_ctx).search(*first_edge, *first_callee, path); in FindInterveningFrames() 407 ModuleList &images = next_frame.CalculateTarget()->GetImages(); in SynthesizeTailCallFrames() local 411 path, images, log); in SynthesizeTailCallFrames()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | Function.h | 276 virtual Function *GetCallee(ModuleList &images, 341 Function *GetCallee(ModuleList &images, ExecutionContext &exe_ctx) override; in DirectCallEdge() 344 void ParseSymbolFileAndResolve(ModuleList &images); in DirectCallEdge() 370 Function *GetCallee(ModuleList &images, ExecutionContext &exe_ctx) override;
|
/freebsd/sys/contrib/zstd/ |
H A D | README.md | 1 <p align="center"><img src="https://raw.githubusercontent.com/facebook/zstd/dev/doc/images/zstd_log… 80  | . 101 …(doc/images/dict-cr.png "Compression Ratio") |  after few Macintosh QuickDraw (strength=81=70+11 ./images) with cor… 23 # Claris clip art (strength=80) after few Macintosh QuickDraw (strength=81=70+11 ./images) with cor…
|
H A D | forth | 19 # Various dictionary images used by OpenFirware FORTH environment 64 # Dictionary images used by minimal C FORTH environments, any platform,
|
H A D | spectrum | 63 # TZX tape images 150 # Floppy disk images 156 # Hard disk images
|
H A D | firmware | 17 # iLO1 (ilo1*.bin) or iLO2 (ilo2_*.bin) images 21 # iLO3 images (ilo3_*.bin) start directly with image name 24 # iLO4 images (ilo4_*.bin) start with a signature and a certificate 30 # iLO5 images (ilo5_*.bin) start with a signature
|
H A D | rpi | 4 # rpi: file(1) magic for Raspberry Pi images
|
H A D | mmdf | 12 …0+0 ./mmdf) after D64 Image (strength=70=70+0 ./c64) Targa image data (strength=70=110-40 ./images)
|
H A D | playdate | 23 # pdt: multiple static images
|
H A D | dwarfs | 34 ## We search for a DWARFS magic in the first 64k of the file (images with
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | Function.cpp | 160 void DirectCallEdge::ParseSymbolFileAndResolve(ModuleList &images) { in ParseSymbolFileAndResolve() argument 171 images.FindFunctionSymbols(callee_name, eFunctionNameTypeAuto, sc_list); in ParseSymbolFileAndResolve() 204 Function *DirectCallEdge::GetCallee(ModuleList &images, ExecutionContext &) { in GetCallee() argument 205 ParseSymbolFileAndResolve(images); in GetCallee() 219 Function *IndirectCallEdge::GetCallee(ModuleList &images, in GetCallee() argument
|
/freebsd/stand/images/ |
H A D | Makefile | 5 FILESDIR= /boot/images
|
/freebsd/contrib/libxo/xohtml/ |
H A D | xohtml.css | 214 background: url(/images/logo.png) no-repeat; 229 background: rgb(230, 230, 230) url(/images/gear.png) no-repeat center; 635 background: url(/images/prefs-devices.png) no-repeat center top; 639 background: url(/images/prefs-groups.png) no-repeat center top; 643 background: url(/images/prefs-general.png) no-repeat center top; 960 background-image:url(/themes/clira/images/ui-icons_ffcf29_256x240.png); 968 background-image:url(/themes/clira/images/ui-icons_ffcf29_256x240.png); 976 background-image:url(/themes/clira/images/ui-icons_ffcf29_256x240.png);
|
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | TypeFormat.cpp | 163 const ModuleList &images(target_sp->GetImages()); in FormatObject() local 166 images.FindTypes(nullptr, query, results); in FormatObject()
|
/freebsd/sys/contrib/libsodium/packaging/dotnet-core/ |
H A D | README.md | 47 1. Update any existing Docker images. 53 5. Grab a cup of coffee. Downloading the Docker images and compiling the Linux
|
/freebsd/crypto/openssl/doc/life-cycles/ |
H A D | README.md | 12 To generate the rendered images, you need to install the following packages:
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/partitions/ |
H A D | redboot-fis.txt | 8 all images in the flash.
|
/freebsd/etc/mtree/ |
H A D | BSD.root.dist | 26 images
|
/freebsd/stand/ |
H A D | Makefile | 27 S.yes+= images
|