Home
last modified time | relevance | path

Searched refs:BinaryLocation (Results 1 – 10 of 10) sorted by relevance

/dports/devel/binaryen/binaryen-version_98/src/wasm/
H A Dwasm-debug.cpp481 std::unordered_map<BinaryLocation, BinaryLocation> debugLineMap;
483 typedef std::pair<BinaryLocation, BinaryLocation> OldToNew;
499 BinaryLocation getNewExprStart(BinaryLocation oldAddr) const { in getNewExprStart()
514 BinaryLocation getNewExprEnd(BinaryLocation oldAddr) const { in getNewExprEnd()
528 BinaryLocation getNewFuncStart(BinaryLocation oldAddr) const { in getNewFuncStart()
551 BinaryLocation getNewFuncEnd(BinaryLocation oldAddr) const { in getNewFuncEnd()
583 BinaryLocation getNewDelimiter(BinaryLocation oldAddr) const { in getNewDelimiter()
601 BinaryLocation getNewStart(BinaryLocation oldStart) const { in getNewStart()
612 BinaryLocation getNewEnd(BinaryLocation oldEnd) const { in getNewEnd()
623 BinaryLocation getNewDebugLineLocation(BinaryLocation old) const { in getNewDebugLineLocation()
[all …]
H A Dwasm-binary.cpp365 BinaryLocation(sizePos), in writeFunctions()
366 BinaryLocation(start - adjustmentForLEBShrinking), in writeFunctions()
367 BinaryLocation(o.size())}; in writeFunctions()
860 BinaryLocations::Span{BinaryLocation(o.size()), 0}; in writeDebugLocation()
1596 BinaryLocation(sizePos - codeSectionLocation), in readFunctions()
1597 BinaryLocation(pos - codeSectionLocation), in readFunctions()
1598 BinaryLocation(pos - codeSectionLocation + size)}; in readFunctions()
2784 BinaryLocations::Span{BinaryLocation(startPos - codeSectionLocation), in readExpression()
2785 BinaryLocation(pos - codeSectionLocation)}; in readExpression()
2799 BinaryLocation pos) { in continueControlFlow()
/dports/net/storj/storj-1.45.3/cmd/storagenode-updater/
H A Drestart_windows.go28 currentVersion, err := binaryVersion(runCfg.BinaryLocation)
38 backupPath = prependExtension(runCfg.BinaryLocation, "old")
40 backupPath = prependExtension(runCfg.BinaryLocation, "old."+currentVersion.String())
48 return restartService(ctx, runCfg.ServiceName, runCfg.BinaryLocation, newVersionPath, backupPath)
H A Dcmd.go60 BinaryLocation string `help:"the storage node executable binary location" default:"storagenode"`
96 if !fileExists(runCfg.BinaryLocation) {
H A Dloop.go26 …if err := update(ctx, runCfg.ServiceName, runCfg.BinaryLocation, all.Processes.Storagenode); err !…
H A Dloop_windows.go30 …if err := update(ctx, runCfg.ServiceName, runCfg.BinaryLocation, all.Processes.Storagenode); err !…
/dports/devel/binaryen/binaryen-version_98/src/
H A Dwasm.h1349 using BinaryLocation = uint32_t; variable
1356 BinaryLocation start = 0, end = 0;
1372 struct DelimiterLocations : public std::array<BinaryLocation, 2> {
1394 BinaryLocation start = 0;
1396 BinaryLocation declarations = 0;
1398 BinaryLocation end = 0;
1438 BinaryLocation fileIndex, lineNumber, columnNumber;
H A Dwasm-binary.h1382 void continueControlFlow(BinaryLocations::DelimiterId id, BinaryLocation pos);
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/perfprofiler/
H A Dperfprofilerstatisticsmodel.h47 BinaryLocation, enumerator
H A Dperfprofilerstatisticsmodel.cpp176 case BinaryLocation: in metaInfo()
181 return manager->string(column == BinaryLocation ? symbol.binary : symbol.name); in metaInfo()