Home
last modified time | relevance | path

Searched refs:rebuild (Results 1 – 25 of 165) sorted by relevance

1234567

/openbsd/regress/lib/libssl/openssl-ruby/
H A DMakefile55 rebuild: target
83 .PHONY: build rebuild test retest
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dgdb_mbuild.sh34 -f Force rebuild. Even rebuild previously built directories.
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dra.c419 one_pass (df, rebuild) in one_pass() argument
421 int rebuild;
434 if (!rebuild)
452 if (rebuild)
/openbsd/sys/uvm/
H A Duvm_pmemrange.c1531 struct vm_page *rebuild, *prev, *next; in uvm_pmr_split() local
1573 RBT_FOREACH(rebuild, uvm_pmr_addr, &pmr->addr) { in uvm_pmr_split()
1574 if (atop(VM_PAGE_TO_PHYS(rebuild)) >= pageno) in uvm_pmr_split()
1577 if (rebuild == NULL) in uvm_pmr_split()
1580 prev = RBT_PREV(uvm_pmr_addr, rebuild); in uvm_pmr_split()
1607 for (; rebuild != NULL; rebuild = next) { in uvm_pmr_split()
1608 next = RBT_NEXT(uvm_pmr_addr, rebuild); in uvm_pmr_split()
1610 uvm_pmr_remove(pmr, rebuild); in uvm_pmr_split()
1611 uvm_pmr_insert(drain, rebuild, 1); in uvm_pmr_split()
/openbsd/gnu/usr.bin/binutils/intl/
H A DMakefile.in179 @echo "it deletes files that may require special tools to rebuild."
/openbsd/gnu/usr.bin/binutils-2.17/intl/
H A DMakefile.in183 @echo "it deletes files that may require special tools to rebuild."
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaPseudoObject.cpp97 auto *NewBase = rebuild(refExpr->getBase()); in rebuildMSPropertySubscriptExpr()
106 Expr *rebuild(Expr *e) { in rebuild() function
121 e = rebuild(parens->getSubExpr()); in rebuild()
129 e = rebuild(uop->getSubExpr()); in rebuild()
150 assocExpr = rebuild(assocExpr); in rebuild()
166 rebuiltExpr = rebuild(rebuiltExpr); in rebuild()
709 }).rebuild(syntacticBase); in rebuildAndCaptureObject()
1037 }).rebuild(syntacticBase); in rebuildAndCaptureObject()
1458 }).rebuild(syntacticBase); in rebuildAndCaptureObject()
1629 .rebuild(E); in stripOpaqueValuesFromPseudoObjectRef()
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/t/
H A Dcz-01version.t43 Try removing the one you don't want to use and rebuild.
/openbsd/gnu/llvm/llvm/utils/
H A Dcheck-each-file128 echo Trying to compile $f with native gcc and rebuild $program
/openbsd/gnu/usr.bin/gcc/gcc/intl/
H A DMakefile.in292 @echo "it deletes files that may require special tools to rebuild."
/openbsd/gnu/llvm/lldb/docs/
H A DCMakeLists.txt43 # a clean rebuild of the documentation every time.
/openbsd/gnu/usr.bin/binutils/gas/
H A Dvmsconf.sh19 $! definition, and then use that assembler to rebuild it without the
H A Dmake-gas.com16 $! definition, and then use that assembler to rebuild it without the
/openbsd/gnu/usr.bin/texinfo/intl/
H A DMakefile.in463 @echo "it deletes files that may require special tools to rebuild."
/openbsd/sys/dev/ic/
H A Dcacreg.h193 u_int8_t rebuild; /* drive that is rebuilding */ member
H A Dcissreg.h195 u_int8_t rebuild; /* drive that is rebuilding */ member
/openbsd/gnu/llvm/llvm/utils/gn/secondary/llvm/include/llvm/Config/
H A DBUILD.gn37 # causes a full rebuild when it really only has to rebuild a single file.
/openbsd/gnu/gcc/gcc/doc/
H A Dmakefile.texi128 Assuming that stage @var{N} has already been built, rebuild it with the
156 not run @samp{make} either to rebuild it or to run test suites),
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dmpw-make.sed21 # Remove the Makefile rebuild rule.
/openbsd/gnu/usr.bin/texinfo/info/
H A DMakefile.in508 @echo "it deletes files that may require special tools to rebuild."
/openbsd/gnu/usr.bin/cvs/
H A Dcvs.spec169 - auto rebuild in the new build environment (release 2)
/openbsd/gnu/usr.bin/perl/vos/
H A DChanges40 Updated "configure_perl.cm" to rebuild the header file even if
/openbsd/gnu/llvm/llvm/docs/
H A DAdvancedBuilds.rst261 and build a compiler (stage1), then use that compiler to rebuild the sources
262 (stage2), then you use that compiler to rebuild the sources a third time
/openbsd/gnu/gcc/gcc/
H A Dtimevar.def62 DEFTIMEVAR (TV_REBUILD_JUMP , "rebuild jump labels")
/openbsd/gnu/usr.bin/texinfo/util/
H A DMakefile.in506 @echo "it deletes files that may require special tools to rebuild."

1234567