Searched refs:rebase (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/usr.bin/mkimg/tests/
H A DMakefile20 rebase: .PHONY
21 (cd ${.CURDIR}; /usr/libexec/atf-sh ${_REBASE_SCRIPT}.sh rebase)
H A Dmkimg.sh129 atf_test_case rebase
161 atf_add_test_case rebase
H A Dmkimg_test.sh129 atf_test_case rebase
161 atf_add_test_case rebase
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileYAML.cpp591 static void mapping(IO &io, RebaseLocation& rebase) { argument
592 io.mapRequired("segment-index", rebase.segIndex);
593 io.mapRequired("segment-offset", rebase.segOffset);
594 io.mapOptional("kind", rebase.kind,
H A DMachONormalizedFileFromAtoms.cpp1441 RebaseLocation rebase; local
1442 rebase.segIndex = segmentIndex;
1443 rebase.segOffset = segmentOffset;
1444 rebase.kind = llvm::MachO::REBASE_TYPE_POINTER;
1445 nFile.rebasingInfo.push_back(rebase);
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c12205 ** may set (*ppRebase) to point to a "rebase" that may be used with the
12453 ** In order to rebase a local changeset, the remote changeset must first
12455 ** the buffer of rebase information captured. Then:
12460 ** <li> The new object is configured with the rebase buffer obtained from
12488 ** Configure the changeset rebaser object to rebase changesets according
209143 SessionBuffer rebase; /* Rebase information (if any) here */ member in struct:SessionApplyCtx
[all...]

Completed in 605 milliseconds