| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | Symbols.h | 263 void overwrite(Symbol &sym, Kind k) const { in overwrite() function 352 void overwrite(Symbol &sym) const { in overwrite() function 353 Symbol::overwrite(sym, DefinedKind); in overwrite() 397 void overwrite(Symbol &sym) const { in overwrite() function 398 Symbol::overwrite(sym, CommonKind); in overwrite() 416 void overwrite(Symbol &sym) const { in overwrite() function 417 Symbol::overwrite(sym, UndefinedKind); in overwrite() 460 void overwrite(Symbol &sym) const { in overwrite() function 461 Symbol::overwrite(sym, SharedKind); in overwrite() 488 void overwrite(Symbol &sym) const { Symbol::overwrite(sym, LazyObjectKind); } in overwrite() function
|
| H A D | Symbols.cpp | 405 other.overwrite(*this); in resolve() 603 other.overwrite(*this); in resolve() 607 other.overwrite(*this); in resolve() 619 other.overwrite(*this); in resolve() 624 other.overwrite(*this); in resolve() 633 other.overwrite(*this); in resolve() 649 other.overwrite(*this); in resolve() 664 other.overwrite(*this); in resolve() 677 other.overwrite(*this); in resolve()
|
| H A D | LinkerScript.cpp | 242 newSym.overwrite(*sym); in addSymbol() 260 newSym.overwrite(*sym); in declareSymbol() 660 if (OutputDesc *overwrite = map.lookup(CachedHashStringRef(osec->name))) { in processSectionCommands() local 661 log(overwrite->osec.location + " overwrites " + osec->name); in processSectionCommands() 662 overwrite->osec.sectionIndex = i++; in processSectionCommands() 663 base = overwrite; in processSectionCommands()
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBEnvironment.cpp | 75 bool SBEnvironment::Set(const char *name, const char *value, bool overwrite) { in Set() argument 76 LLDB_INSTRUMENT_VA(this, name, value, overwrite); in Set() 78 if (overwrite) { in Set()
|
| /openbsd-src/gnu/lib/libreadline/ |
| H A D | histfile.c | 371 history_do_write (filename, nelements, overwrite) in history_do_write() argument 373 int nelements, overwrite; 383 mode = overwrite ? O_RDWR|O_CREAT|O_TRUNC|O_BINARY : O_RDWR|O_APPEND|O_BINARY; 385 mode = overwrite ? O_WRONLY|O_CREAT|O_TRUNC|O_BINARY : O_WRONLY|O_APPEND|O_BINARY; 397 cursize = overwrite ? 0 : lseek (file, 0, SEEK_END);
|
| /openbsd-src/regress/usr.bin/tail/ |
| H A D | Makefile | 3 REGRESS_TARGETS = follow-renames follow-overwrite-by-file follow-overwrite-data follow-removed-recr…
|
| /openbsd-src/usr.bin/vi/docs/ |
| H A D | ev | 39 In overwrite mode, cursor down one line. 48 ^V<c> ^V<c> Insert/overwrite with a literal next character. 56 ^A:set ov[erwrite] Toggle "insert" mode, so that input keys overwrite
|
| /openbsd-src/gnu/usr.bin/perl/ext/GDBM_File/t/ |
| H A D | dump.t | 58 is(eval { $db->dump($dumpname, overwrite => 1); 1 }, 1, "Working overwrite option"); 64 …is(eval { $db->dump($binname, binary => 1, overwrite => 1); 1 }, 1, "Working overwrite option (bin…
|
| /openbsd-src/lib/libc/arch/hppa/gen/ |
| H A D | setjmp.S | 84 ldw 4(%t2), %t2 ; xor for r30/sp, overwrite address 171 ldw 4(t2), t2 ; xor for r30/sp, overwrite address 177 copy %r0, %t1 ; overwrite the cookies
|
| /openbsd-src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/ |
| H A D | 05_perlhook.t | 50 # same, but overwrite weakref before expiry 53 is( $counter, 1, "setup for overwrite"); 56 is( $counter, 2, "overwrite triggers"); 59 is( $counter, 2, "ref expiry doesn't trigger after overwrite");
|
| /openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
| H A D | InterpreterProperties.td | 43 def RequireCommandOverwrite: Property<"require-overwrite", "Boolean">, 46 …Desc<"If true, require --overwrite in 'command script add' before overwriting existing user comman…
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBEnvironment.i | 42 bool Set(const char *name, const char *value, bool overwrite);
|
| /openbsd-src/usr.sbin/rarpd/ |
| H A D | arptab.c | 135 goto overwrite; in arptab_set() 153 overwrite: in arptab_set()
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/parallelism-groups/ |
| H A D | lit.cfg | 15 # overwrite an existing group.
|
| /openbsd-src/gnu/llvm/libcxx/cmake/Modules/ |
| H A D | MacroEnsureOutOfSourceBuild.cmake | 10 CMake would overwrite the makefiles distributed with Compiler-RT.
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBEnvironment.h | 108 bool Set(const char *name, const char *value, bool overwrite);
|
| /openbsd-src/gnu/llvm/libcxxabi/cmake/Modules/ |
| H A D | MacroEnsureOutOfSourceBuild.cmake | 10 CMake would overwrite the makefiles distributed with libcxxabi.
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/profile/ |
| H A D | InstrProfilingUtil.h | 38 static inline int setenv(const char *name, const char *value, int overwrite) in setenv() argument
|
| /openbsd-src/gnu/llvm/lldb/examples/python/ |
| H A D | bsd.py | 80 def save(self, path=None, overwrite=False): argument 89 if not overwrite and os.path.exists(path): 241 object.save(overwrite=False) 352 matches[0].save(path=options.outfile, overwrite=False)
|
| /openbsd-src/distrib/notes/alpha/ |
| H A D | xfer | 15 install OpenBSD on. Doing so will overwrite the disk's old contents,
|
| /openbsd-src/lib/libc/arch/mips64/gen/ |
| H A D | _setjmp.S | 76 cfc1 t0, $31 # overwrite ra cookie 136 REG_L v1, _JB_FPREGS+((FSR-F0)*REGSZ)(a0) # overwrite sp cookie
|
| H A D | setjmp.S | 91 cfc1 t0, $31 # overwrite ra cookie 161 REG_L v1, _JB_FPREGS+((FSR-F0)*REGSZ)(a2) # overwrite sp cookie
|
| /openbsd-src/gnu/llvm/lldb/scripts/ |
| H A D | install_custom_python.py | 160 if not args.overwrite:
|
| /openbsd-src/regress/sys/netinet/arp/ |
| H A D | README | 11 to overwrite them with fake ARP packets. Some addresses are on the
|
| /openbsd-src/libexec/ld.so/powerpc64/ |
| H A D | ldasm.S | 92 # r0 contains offset, do not overwrite
|