/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/ |
H A D | DWARFEmitterImpl.h |
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFStreamer.h |
|
H A D | DWARFLinker.h |
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
H A D | DWARFStreamer.h | 110 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 D | DWARFLinkerCompileUnit.cpp | 339 ->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 D | DWARFLinkerImpl.cpp | 1007 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 D | OutputSections.h | 189 T ¬ePatch(const T &Patch) { return List##T.add(Patch); } \ 210 void notePatchWithOffsetUpdate(const T &Patch, in ADD_PATCHES_LIST() 212 PatchesOffsetsList.emplace_back(¬ePatch(Patch).PatchOffset); in ADD_PATCHES_LIST()
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
H A D | DWARFStreamer.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFStreamer.cpp | 477 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 D | ChangeLog-1.4 | 37 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 D | ChangeLog-1.4 | 37 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 D | RELEASE_NOTES | 132 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 D | AuthRealm.p0 | 1 Patch from John Marshall (slightly modified).
|
H A D | rmail.oldsys.patch | 3 Subject: Patch to rmail to elliminate need for snprintf
|
H A D | mh.patch | 46 Feed it to patch. Patch will ignore the non-patch stuff. You should have
|
/freebsd/contrib/flex/ |
H A D | ONEWS | 865 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 D | solaris.xtra.4023118 | 34 Patch id:
|
H A D | solaris.xtra.4095849 | 65 Patch id:
|
/freebsd/contrib/ldns/packaging/fedora/ |
H A D | ldns.spec | 152 - Patch for installing ldns-python files 153 - Patch for rpath in ldns-python
|
/freebsd/crypto/heimdal/appl/su/ |
H A D | ChangeLog | 60 Patch by joda.
|
/freebsd/contrib/libpcap/doc/ |
H A D | README.hpux | 164 Patch Name: PHNE_20892 165 Patch Description: s700 10.20 PCI 100Base-T cumulative patch
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | console | 738 # 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 D | README | 29 Patch from Stephane Lapie for ASAHI Net.
|
/freebsd/contrib/ntp/sntp/libevent/cmake/ |
H A D | LibeventConfig.cmake.in | 5 # LIBEVENT_VERSION - libevent version in format Major.Minor.Patch
|
/freebsd/contrib/libevent/cmake/ |
H A D | LibeventConfig.cmake.in | 5 # LIBEVENT_VERSION - libevent version in format Major.Minor.Patch
|