Home
last modified time | relevance | path

Searched refs:Patch (Results 1 – 25 of 61) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFEmitterImpl.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h
H A DDWARFLinker.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h110 PatchLocation Patch,
135 PatchLocation Patch, DebugDieValuePool &AddrPool) override;
230 PatchLocation Patch);
235 PatchLocation Patch,
242 PatchLocation Patch);
248 PatchLocation Patch, DebugDieValuePool &AddrPool);
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp339 ->ListDebugDieRefPatch.forEach([&](DebugDieRefPatch &Patch) { in updateDieRefPatchesWithClonedOffsets() argument
341 Patch.RefDieIdxOrClonedOffset = in updateDieRefPatchesWithClonedOffsets()
342 Patch.RefCU.getPointer()->getDieOutOffset( in updateDieRefPatchesWithClonedOffsets()
343 Patch.RefDieIdxOrClonedOffset); in updateDieRefPatchesWithClonedOffsets()
348 [&](DebugULEB128DieRefPatch &Patch) { in updateDieRefPatchesWithClonedOffsets() argument
350 Patch.RefDieIdxOrClonedOffset = in updateDieRefPatchesWithClonedOffsets()
351 Patch.RefCU.getPointer()->getDieOutOffset( in updateDieRefPatchesWithClonedOffsets()
352 Patch.RefDieIdxOrClonedOffset); in updateDieRefPatchesWithClonedOffsets()
360 [](DebugULEB128DieRefPatch &Patch) { in updateDieRefPatchesWithClonedOffsets() argument
362 Patch.RefDieIdxOrClonedOffset = in updateDieRefPatchesWithClonedOffsets()
[all …]
H A DDWARFLinkerImpl.cpp1007 OutSection.ListDebugStrPatch.forEach([&](DebugStrPatch &Patch) { in forEachOutputString() argument
1008 StringHandler(StringDestinationKind::DebugStr, Patch.String); in forEachOutputString()
1011 OutSection.ListDebugLineStrPatch.forEach([&](DebugLineStrPatch &Patch) { in forEachOutputString() argument
1012 StringHandler(StringDestinationKind::DebugLineStr, Patch.String); in forEachOutputString()
1023 OutSection.ListDebugStrPatch.forEach([&](DebugStrPatch &Patch) { in forEachOutputString() argument
1024 StringHandler(StringDestinationKind::DebugStr, Patch.String); in forEachOutputString()
1027 OutSection.ListDebugLineStrPatch.forEach([&](DebugLineStrPatch &Patch) { in forEachOutputString() argument
1028 StringHandler(StringDestinationKind::DebugLineStr, Patch.String); in forEachOutputString()
1031 OutSection.ListDebugTypeStrPatch.forEach([&](DebugTypeStrPatch &Patch) { in forEachOutputString() argument
1032 if (Patch.Die == nullptr) in forEachOutputString()
[all …]
H A DOutputSections.h189 T &notePatch(const T &Patch) { return List##T.add(Patch); } \
210 void notePatchWithOffsetUpdate(const T &Patch, in ADD_PATCHES_LIST()
212 PatchesOffsetsList.emplace_back(&notePatch(Patch).PatchOffset); in ADD_PATCHES_LIST()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp477 PatchLocation Patch) { in emitDwarfDebugRangesTableFragment() argument
478 Patch.set(RangesSectionSize); in emitDwarfDebugRangesTableFragment()
543 PatchLocation Patch, DebugDieValuePool &AddrPool) { in emitDwarfDebugRangeListFragment() argument
545 emitDwarfDebugRangesTableFragment(Unit, LinkedRanges, Patch); in emitDwarfDebugRangeListFragment()
549 emitDwarfDebugRngListsTableFragment(Unit, LinkedRanges, Patch, AddrPool); in emitDwarfDebugRangeListFragment()
566 PatchLocation Patch, DebugDieValuePool &AddrPool) { in emitDwarfDebugRngListsTableFragment() argument
567 Patch.set(RngListsSectionSize); in emitDwarfDebugRngListsTableFragment()
642 PatchLocation Patch, DebugDieValuePool &AddrPool) { in emitDwarfDebugLocListFragment() argument
644 emitDwarfDebugLocTableFragment(Unit, LinkedLocationExpression, Patch); in emitDwarfDebugLocListFragment()
648 emitDwarfDebugLocListsTableFragment(Unit, LinkedLocationExpression, Patch, in emitDwarfDebugLocListFragment()
[all …]
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog-1.437 o Build kqueue.c correctly on GNU/kFreeBSD platforms. Patch pulled upstream from Debian.
47 o Fix another pair of fencepost bugs in epoll.c. [Patch from Adam Langley.]
53 o Fix a bug when removing a timeout from the heap. [Patch from Marko Kreen]
55 …o Fix a nasty dangling pointer bug in epoll.c that could occur after epoll_recalc(). [Patch from K…
136 o Patch from Tani Hosokawa: make some functions in http.c threadsafe.
148 …o Send CRLF after each chunk in HTTP output, for compliance with RFC2626. Patch from "propanbutan…
150 o Use a 64-bit field to hold HTTP content-lengths. Patch from Scott Lamb.
170 …ke event_loopexit, it keeps subsequent pending events from getting executed. Patch from Scott Lamb
202 …o Make autogen.sh script run correctly on systems where /bin/sh isn't bash. (Patch from Trond Norb…
203 …o Skip calling gettime() in timeout_process if we are not in fact waiting for any events. (Patch f…
[all …]
/freebsd/contrib/libevent/
H A DChangeLog-1.437 o Build kqueue.c correctly on GNU/kFreeBSD platforms. Patch pulled upstream from Debian.
47 o Fix another pair of fencepost bugs in epoll.c. [Patch from Adam Langley.]
53 o Fix a bug when removing a timeout from the heap. [Patch from Marko Kreen]
55 …o Fix a nasty dangling pointer bug in epoll.c that could occur after epoll_recalc(). [Patch from K…
136 o Patch from Tani Hosokawa: make some functions in http.c threadsafe.
148 …o Send CRLF after each chunk in HTTP output, for compliance with RFC2626. Patch from "propanbutan…
150 o Use a 64-bit field to hold HTTP content-lengths. Patch from Scott Lamb.
170 …ke event_loopexit, it keeps subsequent pending events from getting executed. Patch from Scott Lamb
202 …o Make autogen.sh script run correctly on systems where /bin/sh isn't bash. (Patch from Trond Norb…
203 …o Skip calling gettime() in timeout_process if we are not in fact waiting for any events. (Patch f…
[all …]
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES132 Patch from Dilyan Palauzo.
173 using a loopback address. Patch from Mike Karels of
177 Patch from Werner Wiethege.
181 Patch from John Beck.
385 LIBMILTER: Fix typo in a macro. Patch from Ignacio Goyret
388 Patch from Sven Neuhaus.
390 Patch from G.W. Haywood.
392 Patch from Martin Svec.
437 Patch from Lars-Johan Liman of Netnod Internet Exchange.
528 Patch from Kelsey Cummings of Sonic.net.
[all …]
/freebsd/contrib/sendmail/contrib/
H A DAuthRealm.p01 Patch from John Marshall (slightly modified).
H A Drmail.oldsys.patch3 Subject: Patch to rmail to elliminate need for snprintf
H A Dmh.patch46 Feed it to patch. Patch will ignore the non-patch stuff. You should have
/freebsd/contrib/flex/
H A DONEWS865 Changes between 2.3 Patch #8 (21Feb93) and 2.3 Patch #7:
889 Changes between 2.3 Patch #7 (28Mar91) and 2.3 Patch #6:
897 Changes between 2.3 Patch #6 (29Aug90) and 2.3 Patch #5:
905 Changes between 2.3 Patch #5 (16Aug90) and 2.3 Patch #4:
911 Changes between 2.3 Patch #4 (14Aug90) and 2.3 Patch #3:
918 Changes between 2.3 Patch #3 (03Aug90) and 2.3 Patch #2:
924 Changes between 2.3 Patch #2 (02Aug90) and original 2.3 release:
1026 Changes between 2.2 Patch #3 (30Mar90) and 2.2 Patch #2:
1031 Changes between 2.2 Patch #2 (27Mar90) and 2.2 Patch #1:
1037 Changes between 2.2 Patch #1 (23Mar90) and 2.2 (alpha) release:
/freebsd/contrib/ntp/html/hints/
H A Dsolaris.xtra.402311834 Patch id:
H A Dsolaris.xtra.409584965 Patch id:
/freebsd/contrib/ldns/packaging/fedora/
H A Dldns.spec152 - Patch for installing ldns-python files
153 - Patch for rpath in ldns-python
/freebsd/crypto/heimdal/appl/su/
H A DChangeLog60 Patch by joda.
/freebsd/contrib/libpcap/doc/
H A DREADME.hpux164 Patch Name: PHNE_20892
165 Patch Description: s700 10.20 PCI 100Base-T cumulative patch
/freebsd/contrib/file/magic/Magdir/
H A Dconsole738 # IPS Patch Files from: From: Thomas Klausner <tk@giga.or.at>
743 # BPS Patch Files - from: David Korth <gerbilsoft@gerbilsoft.com>
748 # APS Patch Files - from: David Korth <gerbilsoft@gerbilsoft.com>
761 # UPS Patch Files - from: David Korth <gerbilsoft@gerbilsoft.com>
766 # Playstations Patch Files from: From: Thomas Klausner <tk@giga.or.at>
767 0 string PPF30 Playstation Patch File version 3.0
779 0 string PPF20 Playstation Patch File version 2.0
785 0 string PPF10 Playstation Patch File version 1.0
/freebsd/contrib/unbound/contrib/
H A DREADME29 Patch from Stephane Lapie for ASAHI Net.
/freebsd/contrib/ntp/sntp/libevent/cmake/
H A DLibeventConfig.cmake.in5 # LIBEVENT_VERSION - libevent version in format Major.Minor.Patch
/freebsd/contrib/libevent/cmake/
H A DLibeventConfig.cmake.in5 # LIBEVENT_VERSION - libevent version in format Major.Minor.Patch

123