Searched refs:checksums (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_upgrade/
H A Dzpool_upgrade_004_pos.ksh76 log_must diff $TEST_BASE_DIR/pool-checksums.$pool_name.pre \
77 $TEST_BASE_DIR/pool-checksums.$pool_name.post
78 rm $TEST_BASE_DIR/pool-checksums.$pool_name.pre \
79 $TEST_BASE_DIR/pool-checksums.$pool_name.post
H A Dzpool_upgrade.kshlib104 # checksums of all files in the pool, echoing the name of the file containing
114 $TEST_BASE_DIR/pool-checksums.$pool.$flag
115 echo $TEST_BASE_DIR/pool-checksums.$pool.$flag
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/
H A Dzpool_upgrade_004_pos.ksh80 # called $TMPDIR/pool-checksums.$POOL.pre
96 # called $TMPDIR/pool-checksums.$POOL_NAME.post
97 log_must $DIFF $TMPDIR/pool-checksums.$POOL_NAME.pre \
98 $TMPDIR/pool-checksums.$POOL_NAME.post
100 $RM $TMPDIR/pool-checksums.$POOL_NAME.pre $TMPDIR/pool-checksums.$POOL_NAME.post
H A Dzpool_upgrade.kshlib109 # checksums of all files in the pool, printing the name of the file containing
118 $TMPDIR/pool-checksums.$POOL.$STATE
119 print $TMPDIR/pool-checksums.$POOL.$STATE
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DStringsAndChecksums.h26 // If only a string table subsection is given, we find a checksums subsection.
65 const DebugChecksumsSubsectionRef &checksums() const { return *Checksums; } function in class:llvm::codeview::StringsAndChecksumsRef
93 const ChecksumsPtr &checksums() const { return Checksums; } function in class:llvm::codeview::StringsAndChecksums
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp171 DebugChecksumsSubsectionRef checksums; member in class:__anon2673::DebugSHandler
687 assert(!checksums.valid() &&
689 exitOnErr(checksums.initialize(ss.getRecordData()));
744 const DebugChecksumsSubsectionRef &checksums, uint32_t fileID) {
745 auto iter = checksums.getArray().at(fileID);
746 if (iter == checksums.getArray().end())
779 if (checksums.valid())
780 fatal(".debug$S sections with a checksums subsection must also contain a "
811 for (FileChecksumEntry &fc : checksums) {
818 assert(checksums
743 getFileName(const DebugStringTableSubsectionRef &strings, const DebugChecksumsSubsectionRef &checksums, uint32_t fileID) argument
1479 findLineTable(const SectionChunk *c, uint32_t addr, DebugStringTableSubsectionRef &cvStrTab, DebugChecksumsSubsectionRef &checksums, DebugLinesSubsectionRef &lines, uint32_t &offsetInLinetable) argument
1566 DebugChecksumsSubsectionRef checksums; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp169 // checksums. So we only set the strings if they're not already set.
195 for (const auto &Entry : SC.checksums()) {
233 auto Iter = SC.checksums().getArray().at(Offset);
234 if (Iter == SC.checksums().getArray().end()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp417 std::make_shared<DebugLinesSubsection>(*SC.checksums(), *SC.strings());
448 *SC.checksums(), InlineeLines.HasExtraFiles);
801 State.strings(), State.checksums(), Lines);
823 State.strings(), State.checksums(), Inlinees);
927 // It's possible for checksums and strings to even appear in different debug$S
929 // the strings and checksums field over multiple iterations.
932 // have to scan for strings first, then scan for checksums again from the
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1093 const auto &checksums = cci->m_strings.checksums().getArray(); local
1099 auto iter = checksums.at(group.NameIndex);
1100 if (iter == checksums.end())
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql168 /* Three columns containing the checksums of older, left and right conflict
172 pristine store? Can't we just parse the checksums from

Completed in 296 milliseconds