Home
last modified time | relevance | path

Searched full:patching (Results 1 – 25 of 91) sorted by relevance

1234

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWindowsSecureHotPatching.cpp9 // Provides support for the Windows "Secure Hot-Patching" feature.
11 // Windows contains technology, called "Secure Hot-Patching" (SHP), for securely
36 // function was compiled with hot-patching enabled.
39 // annotate those functions that were marked for hot-patching by command-line
115 // For these reasons, the hot-patching support implemented in this file is
118 // could result in a binary that does not work with hot-patching. For example,
120 // compatible with hot-patching because they cannot use __ref_*-based
155 // A file containing list of mangled function names to mark for hot patching.
159 "Windows Secure Hot-Patching"));
161 // A list of mangled function names to mark for hot patching.
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_interface.cpp83 // patching/unpatching.
102 // This is only used specifically for runtime-patching of the XRay
234 return XRayPatchingStatus::ONGOING; // Already patching. in patchFunction()
284 Report("Failed patching any sled for function '%d'.", FuncId); in patchFunction()
291 // controlPatching implements the common internals of the patching/unpatching
295 // and no other thread is currently patching.
311 Report("Patching object %d with %d functions.\n", ObjId, InstrMap.Entries); in controlPatchingObjectUnchecked()
375 // Controls patching for all registered objects.
376 // Returns: SUCCESS, if patching succeeds for all objects.
379 // FAILED, if patching of one or more objects failed.
[all …]
H A Dxray_s390x.cpp28 // patching (see implementation on X86_64, e.g.). in patchFunctionEntry()
56 // patching (see implementation on X86_64, e.g.). in patchFunctionExit()
H A Dxray_powerpc64.cpp59 // patching (see implementation on X86_64, e.g.). in patchFunctionEntry()
82 // patching (see implementation on X86_64, e.g.). in patchFunctionExit()
H A Dxray_AArch64.cpp24 // The machine codes for some instructions used in runtime patching.
H A Dxray_hexagon.cpp22 // The machine codes for some instructions used in runtime patching.
H A Dxray_arm.cpp24 // The machine codes for some instructions used in runtime patching.
/freebsd/contrib/ntp/html/hints/
H A Dsolaris.xtra.patchfreq15 # Patching a kernel can render a machine unbootable; do not run this
77 echo "Patching cpu_tick_freq to $cpu_tick_freq..."
/freebsd/crypto/openssl/
H A DBSDmakefile75 # This doesn't use standard patching since the generated files can vary
79 @echo "==> Patching headers"
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFixup.h1 //===-- llvm/MC/MCFixup.h - Instruction Relocation and Patching -*- C++ -*-===//
49 /// time patching.
/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DCodeGenDataWriter.cpp31 // Reset the stream to the last position after patching so that users in patch()
102 // remaining fields to allow back-patching later. in writeHeader()
/freebsd/contrib/llvm-project/lld/ELF/
H A DARMErrataFix.cpp8 // This file implements Section Patching for the purpose of working around the
12 // Cortex-A8. A high level description of the patching technique is given in
85 // The Section we are patching.
87 // The offset of the instruction in the Patchee section we are patching.
417 // isec so the branch we are patching always goes forwards.
H A DAArch64ErrataFix.cpp8 // This file implements Section Patching for the purpose of working around
385 // The Section we are patching.
387 // The offset of the instruction in the patchee section we are patching.
533 // There may be a relocation at the same offset that we are patching. There in implementPatch()
/freebsd/share/man/man4/
H A Dng_patch.4109 /* Patching modes */
261 The node blindly tries to apply every patching operation to each packet
/freebsd/usr.bin/patch/
H A Dinp.c108 say("Patching file %s using Plan %s...\n", filename, in scan_input()
260 "to be the %s version--patching anyway.\n", in plan_a()
321 "to be the %s version--patching anyway.\n", in plan_b()
H A Dpatch.1554 If you are patching something in a subdirectory, be sure to tell the patch
685 is incapable of patching both versions, and, if it works at all, will likely
/freebsd/contrib/sqlite3/autosetup/
H A DREADME.md17 - ***[Patching Autosetup for Project-local changes](#patching)***
374 <a name="patching"></a>
375 Patching Autosetup for Project-local Changes
/freebsd/contrib/llvm-project/llvm/include/llvm/CGData/
H A DCGDataPatchItem.h9 // This file contains support for patching codegen data.
H A DCodeGenDataWriter.h27 /// back patching.
/freebsd/sys/amd64/amd64/
H A Dmpboot.S75 * in early startup and its a little clearer what we are patching.
160 * in early startup and its a little clearer what we are patching.
/freebsd/sys/amd64/acpica/
H A Dacpi_wakecode.S131 * in early startup and its a little clearer what we are patching.
208 * in early startup and its a little clearer what we are patching.
/freebsd/usr.bin/clang/llvm-objdump/
H A Dllvm-objdump.1315 When printing relocations, only print the relocations patching offsets from at least \fBaddress\fP\…
324 When printing relocations, only print the relocations patching offsets up to \fBaddress\fP\&.
/freebsd/usr.bin/dtc/
H A Ddtc.1250 Overlays are a method of patching a base device tree that has been compiled with
253 flag, with some limited support for patching device trees that were not compiled
/freebsd/sys/netgraph/
H A Dng_patch.h58 /* Patching modes */
/freebsd/sys/i386/acpica/
H A Dacpi_wakecode.S126 * in early startup and its a little clearer what we are patching.

1234