Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.cpp307 Section.ListDebugStrPatch.forEach([&](DebugStrPatch &Patch) { in applyPatches() argument
309 DebugStrStrings.getExistingEntry(Patch.String); in applyPatches()
312 Section.apply(Patch.PatchOffset, dwarf::DW_FORM_strp, Entry->Offset); in applyPatches()
314 Section.ListDebugTypeStrPatch.forEach([&](DebugTypeStrPatch &Patch) { in applyPatches() argument
316 TypeEntryBody *TypeEntry = Patch.TypeName->getValue().load(); in applyPatches()
318 formatv("No data for type {0}", Patch.TypeName->getKey()) in applyPatches()
322 if (&TypeEntry->getFinalDie() != Patch.Die) in applyPatches()
326 DebugStrStrings.getExistingEntry(Patch.String); in applyPatches()
329 Patch.PatchOffset += in applyPatches()
330 Patch.Die->getOffset() + getULEB128Size(Patch.Die->getAbbrevNumber()); in applyPatches()
[all …]
H A DDWARFLinkerTypeUnit.cpp168 [&](DebugTypeDeclFilePatch &Patch) { in prepareDataForTreeCreation() argument
169 TypeEntryBody *TypeEntry = Patch.TypeName->getValue().load(); in prepareDataForTreeCreation()
171 formatv("No data for type {0}", Patch.TypeName->getKey()) in prepareDataForTreeCreation()
174 if (&TypeEntry->getFinalDie() != Patch.Die) in prepareDataForTreeCreation()
178 addFileNameIntoLinetable(Patch.Directory, Patch.FilePath); in prepareDataForTreeCreation()
180 unsigned DIESize = Patch.Die->getSize(); in prepareDataForTreeCreation()
181 DIEGenerator DIEGen(Patch.Die, Types.getThreadLocalAllocator(), in prepareDataForTreeCreation()
188 Patch.Die->setSize(DIESize); in prepareDataForTreeCreation()
H A DDWARFLinkerCompileUnit.cpp336 ->ListDebugDieRefPatch.forEach([&](DebugDieRefPatch &Patch) { in updateDieRefPatchesWithClonedOffsets() argument
338 Patch.RefDieIdxOrClonedOffset = in updateDieRefPatchesWithClonedOffsets()
339 Patch.RefCU.getPointer()->getDieOutOffset( in updateDieRefPatchesWithClonedOffsets()
340 Patch.RefDieIdxOrClonedOffset); in updateDieRefPatchesWithClonedOffsets()
345 [&](DebugULEB128DieRefPatch &Patch) { in updateDieRefPatchesWithClonedOffsets() argument
347 Patch.RefDieIdxOrClonedOffset = in updateDieRefPatchesWithClonedOffsets()
348 Patch.RefCU.getPointer()->getDieOutOffset( in updateDieRefPatchesWithClonedOffsets()
349 Patch.RefDieIdxOrClonedOffset); in updateDieRefPatchesWithClonedOffsets()
357 [](DebugULEB128DieRefPatch &Patch) { in updateDieRefPatchesWithClonedOffsets() argument
359 Patch.RefDieIdxOrClonedOffset = in updateDieRefPatchesWithClonedOffsets()
[all …]
H A DDWARFLinkerImpl.cpp1005 OutSection.ListDebugStrPatch.forEach([&](DebugStrPatch &Patch) { in forEachOutputString() argument
1006 StringHandler(StringDestinationKind::DebugStr, Patch.String); in forEachOutputString()
1009 OutSection.ListDebugLineStrPatch.forEach([&](DebugLineStrPatch &Patch) { in forEachOutputString() argument
1010 StringHandler(StringDestinationKind::DebugLineStr, Patch.String); in forEachOutputString()
1021 OutSection.ListDebugStrPatch.forEach([&](DebugStrPatch &Patch) { in forEachOutputString() argument
1022 StringHandler(StringDestinationKind::DebugStr, Patch.String); in forEachOutputString()
1025 OutSection.ListDebugLineStrPatch.forEach([&](DebugLineStrPatch &Patch) { in forEachOutputString() argument
1026 StringHandler(StringDestinationKind::DebugLineStr, Patch.String); in forEachOutputString()
1029 OutSection.ListDebugTypeStrPatch.forEach([&](DebugTypeStrPatch &Patch) { in forEachOutputString() argument
1030 if (Patch.Die == nullptr) in forEachOutputString()
[all …]
H A DOutputSections.h194 T &notePatch(const T &Patch) { return List##T.add(Patch); } \
215 void notePatchWithOffsetUpdate(const T &Patch, in ADD_PATCHES_LIST()
217 PatchesOffsetsList.emplace_back(&notePatch(Patch).PatchOffset); in ADD_PATCHES_LIST()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFEmitterImpl.h
/freebsd/contrib/pkgconf/
H A DNEWS38 Patch by Kai Pastor.
42 Patch by Filipe Laíns.
112 Patch by Petr Písař.
115 Patch by Pierce.
119 Patch by Taylor R Campbell.
122 Patch by Kai Pastor.
126 Patch by Ismael Luceno.
144 Patch by Kai Pastor.
152 Patch by Kai Pastor.
156 Patch by Yi Chou with some modifications.
[all …]
/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.h111 PatchLocation Patch,
136 PatchLocation Patch, DebugDieValuePool &AddrPool) override;
234 PatchLocation Patch);
239 PatchLocation Patch,
246 PatchLocation Patch);
252 PatchLocation Patch, DebugDieValuePool &AddrPool);
H A DDWARFLinker.h90 PatchLocation Patch, DebugDieValuePool &AddrPool) = 0;
103 PatchLocation Patch, DebugDieValuePool &AddrPool) = 0;
/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
/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/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.h168 int Major, Minor, Patch; member
180 return isOlderThan(RHS.Major, RHS.Minor, RHS.Patch, RHS.PatchSuffix);
/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

123