Home
last modified time | relevance | path

Searched full:gaps (Results 1 – 25 of 177) sorted by relevance

12345678

/freebsd-src/lib/libsys/
H A Dprocctl.2619 Controls stack gaps in the specified process.
630 Gaps protect against stack overflows by preventing them from corrupting memory
641 If stack gaps are enabled, the flag is ignored.
642 If stack gaps are disabled, the request fails with
644 After gaps are disabled in a process, they can only be re-enabled when an
648 Disable stack gaps for the process.
652 Enable stack gaps for the new address space constructed by any future
656 Inherit disabled stack gaps state after
658 In other words, if the currently executing program has stack gaps disabled,
660 If gaps wer
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp413 IO.mapRequired("Gaps", Symbol.Gaps); in map()
420 IO.mapRequired("Gaps", Symbol.Gaps); in map()
427 IO.mapRequired("Gaps", Symbol.Gaps); in map()
433 IO.mapRequired("Gaps", Symbol.Gaps); in map()
441 IO.mapRequired("Gaps", Symbol.Gaps); in map()
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp51 void printLocalVariableAddrGap(ArrayRef<LocalVariableAddrGap> Gaps);
89 ArrayRef<LocalVariableAddrGap> Gaps) { in printLocalVariableAddrGap() argument
90 for (auto &Gap : Gaps) { in printLocalVariableAddrGap()
319 printLocalVariableAddrGap(DefRangeFramePointerRel.Gaps); in visitKnownRecord()
333 printLocalVariableAddrGap(DefRangeRegisterRel.Gaps); in visitKnownRecord()
344 printLocalVariableAddrGap(DefRangeRegister.Gaps); in visitKnownRecord()
356 printLocalVariableAddrGap(DefRangeSubfieldRegister.Gaps); in visitKnownRecord()
375 printLocalVariableAddrGap(DefRangeSubfield.Gaps); in visitKnownRecord()
392 printLocalVariableAddrGap(DefRange.Gaps); in visitKnownRecord()
H A DSymbolRecordMapping.cpp234 error(IO.mapVectorTail(DefRangeFramePointerRel.Gaps, MapGap())); in visitKnownRecord()
255 error(IO.mapVectorTail(DefRangeRegisterRel.Gaps, MapGap())); in visitKnownRecord()
266 error(IO.mapVectorTail(DefRangeRegister.Gaps, MapGap())); in visitKnownRecord()
278 error(IO.mapVectorTail(DefRangeSubfieldRegister.Gaps, MapGap())); in visitKnownRecord()
289 error(IO.mapVectorTail(DefRangeSubfield.Gaps, MapGap())); in visitKnownRecord()
299 error(IO.mapVectorTail(DefRange.Gaps, MapGap())); in visitKnownRecord()
/freebsd-src/usr.sbin/pw/tests/
H A Dpw.conf8 # Reuse gaps in uid sequence? (yes or no)
11 # Reuse gaps in gid sequence? (yes or no)
H A Dpw-modified.conf8 # Reuse gaps in uid sequence? (yes or no)
11 # Reuse gaps in gid sequence? (yes or no)
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp357 ArrayRef<LocalVariableAddrGap> Gaps) { in formatGaps()
359 for (const auto &G : Gaps) { in formatGaps()
615 P.formatLine("gaps = [{0}]", formatGaps(P.getIndentLevel() + 9, Def.Gaps)); in visitKnownRecord()
627 P.formatLine("range = {0}, gaps = [{1}]", formatRange(Def.Range),
628 formatGaps(P.getIndentLevel() + 9, Def.Gaps)); in visitKnownRecord()
642 P.formatLine("gaps = [{0}]",
643 formatGaps(P.getIndentLevel() + 9, DefRangeRegister.Gaps)); in visitKnownRecord()
654 P.formatLine("range = {0}, gaps = [{1}]", formatRange(Def.Range),
655 formatGaps(P.getIndentLevel() + 9, Def.Gaps)); in visitKnownRecord()
353 formatGaps(uint32_t IndentLevel,ArrayRef<LocalVariableAddrGap> Gaps) formatGaps() argument
[all...]
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/
H A Dmultihost_history.ksh22 # zfs_multihost_history should report both writes issued and gaps
27 # 3. Check multihost_history for both issued writes, and for gaps where
/freebsd-src/usr.sbin/pw/
H A Dpw.conf.564 reuse gaps in uid sequences
66 reuse gaps in gid sequences
149 reusing gaps in the user or group id sequence that are caused by
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DOptimizedStructLayout.h96 /// gaps among the fixed-offset fields, the algorithm may attempt
97 /// to allocate flexible-offset fields into those gaps. If that's
98 /// undesirable, the caller should "block out" those gaps by e.g.
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp37 llvm::ArrayRef<LocalVariableAddrGap> gaps) { in MakeRangeList() argument
45 while (!gaps.empty()) { in MakeRangeList()
46 const LocalVariableAddrGap &gap = gaps.front(); in MakeRangeList()
50 gaps = gaps.drop_front(); in MakeRangeList()
797 MakeRangeList(index, loc.Range, loc.Gaps); in GetVariableLocationInfo()
836 MakeRangeList(index, loc.Range, loc.Gaps); in GetVariableLocationInfo()
851 MakeRangeList(index, loc.Range, loc.Gaps); in GetVariableLocationInfo()
881 Variable::RangeList ranges = MakeRangeList(index, loc.Range, loc.Gaps); in GetVariableLocationInfo()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h472 std::vector<LocalVariableAddrGap> Gaps; variable
494 std::vector<LocalVariableAddrGap> Gaps; variable
516 std::vector<LocalVariableAddrGap> Gaps; variable
540 std::vector<LocalVariableAddrGap> Gaps; variable
566 std::vector<LocalVariableAddrGap> Gaps; variable
601 std::vector<LocalVariableAddrGap> Gaps; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h340 /// are gaps.
468 /// Note: the interleaved load group could have gaps (missing members), but
469 /// the interleaved store group doesn't allow gaps. in insertMember()
567 /// Returns true if this Group requires a scalar iteration to handle gaps.
574 // We have a group with gaps. It therefore can't be a reversed access,
578 // This is a group of loads, with gaps, and without a last-member
670 /// Invalidate groups that require a scalar epilogue (due to gaps). This can
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DOptimizedStructLayout.cpp173 // Consider the padding gaps between fixed-offset fields in ascending in performOptimizedStructLayout()
204 // better advantage of large gaps and may be more likely to have a size in performOptimizedStructLayout()
213 // O_j be the object sizes; add fixed-offset fields such that the gaps in performOptimizedStructLayout()
421 // Phase 1: fill the gaps between fixed-offset fields with the best in performOptimizedStructLayout()
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp1150 // part of a full group or a group with gaps. Checking wrapping for all in analyzeInterleaving()
1151 // pointers (even those that end up in groups with no gaps) will be overly in analyzeInterleaving()
1422 // Remove interleaved groups with gaps whose memory in analyzeInterleaving()
1454 // Case 3: A non-reversed interleaved load group with gaps: We need in invalidateGroupsRequiringScalarEpilogue()
1462 "a reverse access with gaps.\n"); in invalidateGroupsRequiringScalarEpilogue()
1479 // Interleave-store-group with gaps is implemented using masked wide store.
1480 // Remove interleaved store groups with gaps if in addMetadata()
1485 "to gaps.\n"); in addMetadata()
1494 // stores with gaps, which are implemented with masked-store (rather than
1519 << "LV: Invalidate candidate interleaved group due to gaps tha
[all...]
/freebsd-src/sys/contrib/openzfs/module/zfs/
H A Drange_tree.c54 * A range tree is also capable of 'bridging' gaps when adding
58 * is not to bridge gaps (i.e. the maximum allowed gap size is 0).
70 * that can bridge small gaps between segments. This kind of tree is used
74 * this implementation is that segments of range trees with gaps can only
544 * of range trees with gaps. in range_tree_remove_impl()
/freebsd-src/contrib/libarchive/libarchive/
H A Darchive_read_data.358 and fills any gaps with nulls so that callers see a single
/freebsd-src/sys/contrib/device-tree/Bindings/net/
H A Dqca,qca7000.txt28 between each data word. In burst mode these gaps aren't
/freebsd-src/sys/contrib/device-tree/Bindings/display/bridge/
H A Dsii902x.txt24 but there can be no gaps. E.g. an i2s pin must be mapped to
/freebsd-src/tools/tools/mctest/
H A Dmctest.199 Gaps are measured with
/freebsd-src/contrib/tzdata/
H A DCONTRIBUTING11 free to fill gaps or fix mistakes, and please email improvements
/freebsd-src/contrib/tzcode/
H A DCONTRIBUTING11 free to fill gaps or fix mistakes, and please email improvements
/freebsd-src/sys/contrib/openzfs/man/man8/
H A Dzpool-events.8334 and can include some gaps of non-corruption.
340 array, gaps of non-corruption
/freebsd-src/contrib/llvm-project/lld/ELF/Arch/
H A DSystemZ.cpp71 // This "trap instruction" is used to fill gaps between sections. in SystemZ()
72 // On SystemZ, the behavior of the GNU ld is to fill those gaps in SystemZ()
76 // gaps which must be filled with nops as they are being executed. in SystemZ()
/freebsd-src/stand/i386/loader/
H A Dhelp.i38635 gaps in the sequence (eg. no primary slave), the unit number can be

12345678