| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | OutputSections.cpp | 330 Patch.PatchOffset += in applyPatches() 331 Patch.Die->getOffset() + getULEB128Size(Patch.Die->getAbbrevNumber()); in applyPatches() 358 Patch.PatchOffset += in applyPatches() 359 Patch.Die->getOffset() + getULEB128Size(Patch.Die->getAbbrevNumber()); in applyPatches() 401 if (!Patch.RefCU.getInt()) { in applyPatches() 414 [&](DebugULEB128DieRefPatch &Patch) { in applyPatches() argument 415 assert(Patch.RefCU.getInt()); in applyPatches() 422 assert(Patch.RefTypeName != nullptr); in applyPatches() 435 [&](DebugType2TypeDieRefPatch &Patch) { in applyPatches() argument 446 Patch.PatchOffset += Patch.Die->getOffset() + in applyPatches() [all …]
|
| H A D | DWARFLinkerTypeUnit.cpp | 169 [&](DebugTypeDeclFilePatch &Patch) { in prepareDataForTreeCreation() argument 170 TypeEntryBody *TypeEntry = Patch.TypeName->getValue().load(); in prepareDataForTreeCreation() 172 formatv("No data for type {0}", Patch.TypeName->getKey()) in prepareDataForTreeCreation() 175 if (&TypeEntry->getFinalDie() != Patch.Die) in prepareDataForTreeCreation() 179 addFileNameIntoLinetable(Patch.Directory, Patch.FilePath); in prepareDataForTreeCreation() 181 unsigned DIESize = Patch.Die->getSize(); in prepareDataForTreeCreation() 182 DIEGenerator DIEGen(Patch.Die, Types.getThreadLocalAllocator(), in prepareDataForTreeCreation() 189 Patch.Die->setSize(DIESize); in prepareDataForTreeCreation()
|
| H A D | DWARFLinkerCompileUnit.cpp | 339 Patch.RefDieIdxOrClonedOffset = in updateDieRefPatchesWithClonedOffsets() 341 Patch.RefDieIdxOrClonedOffset); in updateDieRefPatchesWithClonedOffsets() 348 Patch.RefDieIdxOrClonedOffset = in updateDieRefPatchesWithClonedOffsets() 358 [](DebugULEB128DieRefPatch &Patch) { in updateDieRefPatchesWithClonedOffsets() argument 360 Patch.RefDieIdxOrClonedOffset = in updateDieRefPatchesWithClonedOffsets() 370 [](DebugULEB128DieRefPatch &Patch) { in updateDieRefPatchesWithClonedOffsets() argument 372 Patch.RefDieIdxOrClonedOffset = in updateDieRefPatchesWithClonedOffsets() 471 Patch.PatchOffset, in emitLocations() 708 if (Patch.IsCompileUnitRanges) { in cloneAndEmitRangeList() 709 CompileUnitRangePtr = &Patch; in cloneAndEmitRangeList() [all …]
|
| H A D | DWARFLinkerImpl.cpp | 1009 OutSection.ListDebugStrPatch.forEach([&](DebugStrPatch &Patch) { in forEachOutputString() argument 1010 StringHandler(StringDestinationKind::DebugStr, Patch.String); in forEachOutputString() 1014 StringHandler(StringDestinationKind::DebugLineStr, Patch.String); in forEachOutputString() 1025 OutSection.ListDebugStrPatch.forEach([&](DebugStrPatch &Patch) { in forEachOutputString() argument 1026 StringHandler(StringDestinationKind::DebugStr, Patch.String); in forEachOutputString() 1030 StringHandler(StringDestinationKind::DebugLineStr, Patch.String); in forEachOutputString() 1034 if (Patch.Die == nullptr) in forEachOutputString() 1037 StringHandler(StringDestinationKind::DebugStr, Patch.String); in forEachOutputString() 1041 [&](DebugTypeLineStrPatch &Patch) { in forEachOutputString() argument 1042 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-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
| H A D | DWARFStreamer.h | 113 PatchLocation Patch, 138 PatchLocation Patch, DebugDieValuePool &AddrPool) override; 233 PatchLocation Patch); 238 PatchLocation Patch, 245 PatchLocation Patch); 251 PatchLocation Patch, DebugDieValuePool &AddrPool);
|
| H A D | DWARFLinker.h | 89 PatchLocation Patch, DebugDieValuePool &AddrPool) = 0; 102 PatchLocation Patch, DebugDieValuePool &AddrPool) = 0;
|
| /freebsd-14.2/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() 566 PatchLocation Patch, DebugDieValuePool &AddrPool) { in emitDwarfDebugRngListsTableFragment() argument 567 Patch.set(RngListsSectionSize); in emitDwarfDebugRngListsTableFragment() 642 PatchLocation Patch, DebugDieValuePool &AddrPool) { in emitDwarfDebugLocListFragment() argument 669 PatchLocation Patch) { in emitDwarfDebugLocTableFragment() argument 670 Patch.set(LocSectionSize); in emitDwarfDebugLocTableFragment() 760 PatchLocation Patch, DebugDieValuePool &AddrPool) { in emitDwarfDebugLocListsTableFragment() argument [all …]
|
| /freebsd-14.2/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-14.2/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-14.2/contrib/byacc/package/debian/ |
| H A D | watch | 15 # Patch-dates are always # in yyyymmdd format.
|
| /freebsd-14.2/contrib/sendmail/ |
| H A D | RELEASE_NOTES | 132 Patch from Dilyan Palauzo. 177 Patch from Werner Wiethege. 181 Patch from John Beck. 388 Patch from Sven Neuhaus. 390 Patch from G.W. Haywood. 392 Patch from Martin Svec. 628 Patch from Bill Parker. 697 Patch from Peter. 769 Patch from Mitchell Berger. 1038 Patch from Nik Clayton. [all …]
|
| /freebsd-14.2/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-14.2/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-14.2/contrib/ntp/html/hints/ |
| H A D | solaris.xtra.4023118 | 34 Patch id:
|
| H A D | solaris.xtra.4095849 | 65 Patch id:
|
| /freebsd-14.2/contrib/ldns/packaging/fedora/ |
| H A D | ldns.spec | 152 - Patch for installing ldns-python files 153 - Patch for rpath in ldns-python
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Gnu.h | 167 int Major, Minor, Patch; member 179 return isOlderThan(RHS.Major, RHS.Minor, RHS.Patch, RHS.PatchSuffix);
|
| /freebsd-14.2/crypto/heimdal/appl/su/ |
| H A D | ChangeLog | 60 Patch by joda.
|
| /freebsd-14.2/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-14.2/contrib/file/magic/Magdir/ |
| H A D | console | 738 # IPS Patch Files from: From: Thomas Klausner <[email protected]> 743 # BPS Patch Files - from: David Korth <[email protected]> 748 # APS Patch Files - from: David Korth <[email protected]> 761 # UPS Patch Files - from: David Korth <[email protected]> 766 # Playstations Patch Files from: From: Thomas Klausner <[email protected]> 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-14.2/contrib/unbound/contrib/ |
| H A D | README | 29 Patch from Stephane Lapie for ASAHI Net.
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/cmake/ |
| H A D | LibeventConfig.cmake.in | 5 # LIBEVENT_VERSION - libevent version in format Major.Minor.Patch
|