Home
last modified time | relevance | path

Searched refs:overwrite (Results 1 – 25 of 188) sorted by relevance

12345678

/openbsd-src/gnu/llvm/lld/ELF/
H A DSymbols.h263 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 DSymbols.cpp405 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 DLinkerScript.cpp242 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 DSBEnvironment.cpp75 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 Dhistfile.c371 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 DMakefile3 REGRESS_TARGETS = follow-renames follow-overwrite-by-file follow-overwrite-data follow-removed-recr…
/openbsd-src/usr.bin/vi/docs/
H A Dev39 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 Ddump.t58 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 Dsetjmp.S84 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 D05_perlhook.t50 # 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 DInterpreterProperties.td43 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 DSBEnvironment.i42 bool Set(const char *name, const char *value, bool overwrite);
/openbsd-src/usr.sbin/rarpd/
H A Darptab.c135 goto overwrite; in arptab_set()
153 overwrite: in arptab_set()
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/parallelism-groups/
H A Dlit.cfg15 # overwrite an existing group.
/openbsd-src/gnu/llvm/libcxx/cmake/Modules/
H A DMacroEnsureOutOfSourceBuild.cmake10 CMake would overwrite the makefiles distributed with Compiler-RT.
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBEnvironment.h108 bool Set(const char *name, const char *value, bool overwrite);
/openbsd-src/gnu/llvm/libcxxabi/cmake/Modules/
H A DMacroEnsureOutOfSourceBuild.cmake10 CMake would overwrite the makefiles distributed with libcxxabi.
/openbsd-src/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfilingUtil.h38 static inline int setenv(const char *name, const char *value, int overwrite) in setenv() argument
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dbsd.py80 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 Dxfer15 install OpenBSD on. Doing so will overwrite the disk's old contents,
/openbsd-src/lib/libc/arch/mips64/gen/
H A D_setjmp.S76 cfc1 t0, $31 # overwrite ra cookie
136 REG_L v1, _JB_FPREGS+((FSR-F0)*REGSZ)(a0) # overwrite sp cookie
H A Dsetjmp.S91 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 Dinstall_custom_python.py160 if not args.overwrite:
/openbsd-src/regress/sys/netinet/arp/
H A DREADME11 to overwrite them with fake ARP packets. Some addresses are on the
/openbsd-src/libexec/ld.so/powerpc64/
H A Dldasm.S92 # r0 contains offset, do not overwrite

12345678