Searched defs:overwrite (Results 1 – 8 of 8) sorted by relevance
/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 397 void overwrite(Symbol &sym) const { in overwrite() function 416 void overwrite(Symbol &sym) const { in overwrite() function 460 void overwrite(Symbol &sym) const { in overwrite() function 488 void overwrite(Symbol &sym) const { Symbol::overwrite(sym, LazyObjectKind); } in overwrite() function
|
H A D | LinkerScript.cpp | 660 if (OutputDesc *overwrite = map.lookup(CachedHashStringRef(osec->name))) { in processSectionCommands() local
|
/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()
|
/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()
|
/openbsd-src/lib/libcurses/base/ |
H A D | lib_overlay.c | 129 overwrite(const WINDOW *win1, WINDOW *win2) in overwrite() function
|
/openbsd-src/gnu/lib/libreadline/ |
H A D | histfile.c | 371 history_do_write (filename, nelements, overwrite) in history_do_write() argument
|
/openbsd-src/gnu/llvm/lldb/examples/python/ |
H A D | bsd.py | 80 def save(self, path=None, overwrite=False): argument
|
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 653 INTERCEPTOR(int, setenv, const char *name, const char *value, int overwrite) { in INTERCEPTOR() argument
|