Searched refs:existing (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lld/lib/Core/
H A DSymbolTable.cpp117 const Atom *existing = findByName(name); local
118 if (existing == nullptr) {
125 if (existing == &newAtom)
130 switch (collide(existing->definition(), newAtom.definition())) {
138 const auto *existingDef = cast<DefinedAtom>(existing);
160 llvm::errs() << "Size mismatch: " << existing->name() << " ("
166 llvm::errs() << "Duplicate symbols: " << existing->name() << ":"
167 << existing->file().path() << " and " << newAtom.name()
175 const UndefinedAtom* existingUndef = cast<UndefinedAtom>(existing);
198 // Add existing ato
244 const Atom* existing = *pos; local
[all...]
/freebsd-11-stable/sbin/restore/
H A Dutilities.c198 linkit(char *existing, char *new, int type) argument
206 if (!Nflag && symlink(existing, new) < 0) {
209 new, existing, strerror(errno));
215 if (!Nflag && (ret = link(existing, new)) < 0) {
222 if (stat(existing, &s) == 0 && s.st_flags != 0 &&
223 chflags(existing, 0) == 0) {
224 ret = link(existing, new);
225 chflags(existing, s.st_flags);
230 new, existing, strerror(errno));
239 type == SYMLINK ? "symbolic" : "hard", new, existing);
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_util.c55 * Prepend the specified existing element to the given ctf_list_t. The
56 * existing pointer should be pointing at a struct with embedded ctf_list_t.
75 * Delete the specified existing element from the given ctf_list_t. The
76 * existing pointer should be pointing at a struct with embedded ctf_list_t.
79 ctf_list_delete(ctf_list_t *lp, void *existing) argument
81 ctf_list_t *p = existing;
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_list.c98 dt_list_delete(dt_list_t *dlp, void *existing) argument
100 dt_list_t *p = existing;
H A Ddt_aggregate.c63 dt_aggregate_count(int64_t *existing, int64_t *new, size_t size) argument
68 existing[i] = existing[i] + new[i];
88 dt_aggregate_min(int64_t *existing, int64_t *new, size_t size) argument
90 if (*new < *existing)
91 *existing = *new;
96 dt_aggregate_max(int64_t *existing, int64_t *new, size_t size) argument
98 if (*new > *existing)
99 *existing = *new;
134 dt_aggregate_lquantize(int64_t *existing, int64_ argument
216 dt_aggregate_llquantize(int64_t *existing, int64_t *new, size_t size) argument
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_write_disk_appledouble.c70 int existing; local
88 existing = 0;
91 existing = 1;
96 return (existing);
H A Dtest_write_disk_hfs_compression.c40 int existing; local
58 existing = 0;
61 existing = 1;
66 return (existing);
H A Dtest_write_disk_mac_metadata.c70 int existing; local
88 existing = 0;
91 existing = 1;
96 return (existing);
H A Dtest_write_disk_no_hfs_compression.c40 int existing; local
58 existing = 0;
61 existing = 1;
66 return (existing);
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DDriverUtils.cpp163 StringRef existing = pair.first->second; local
164 if (existing != to)
165 warn(s + ": already merged into " + existing);
658 Export *existing = pair.first->second; local
659 if (e == *existing || e.name != existing->name)
689 std::pair<StringRef, InputFile *> existing = config->mustMatch[k]; local
690 if (!existing.first.empty() && v != existing.first) {
693 existing
[all...]
H A DSymbolTable.h106 void reportDuplicate(Symbol *existing, InputFile *newFile,
H A DSymbolTable.cpp564 void SymbolTable::reportDuplicate(Symbol *existing, InputFile *newFile, argument
569 os << "duplicate symbol: " << toString(*existing);
571 DefinedRegular *d = dyn_cast<DefinedRegular>(existing);
574 existing->getName());
576 os << getSourceLocation(existing->getFile(), nullptr, 0, "");
579 existing->getName());
/freebsd-11-stable/etc/rc.d/
H A Dntpd154 $verbose using existing $ntp_db_leapfile
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp310 for (auto const &existing : m_loaded_modules.m_list) {
311 if (modInfo == existing) {
337 for (auto const &existing : m_loaded_modules.m_list) {
340 if (modInfo == existing) {
350 if (!FillSOEntryFromModuleInfo(existing, entry))
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdbarch.sh861 against the existing \`\`gdbarch.[hc]''. Any differences found
1081 doesn't recognize the selected architecture; an existing \`\`struct
1167 architecture'' et.al., the existing architecture and BFD's default
2130 /* The existing architecture has been swapped out - all this code
2135 sources: "set ..."; INFOabfd supplied; and the existing
2193 /* Is this a pre-existing architecture (as determined by already
2205 /* Find the existing arch in the list. */
2270 /* Restore the existing architecture. */
2277 /* Make the specified architecture current, swapping the existing one
H A Dgdb-events.sh143 them against the existing \`\`gdb-events.[hc]''. Any differences
/freebsd-11-stable/tools/tools/editing/
H A Dfreebsd.vim29 " indentation rules but does not change the indentation of existing code.
/freebsd-11-stable/contrib/unbound/contrib/
H A Dunbound_cache.cmd97 echo r - Reload - reloadind new cache entries and refresh existing cache
/freebsd-11-stable/share/mk/
H A Dtap.test.mk7 # This is provided to support existing tests in the FreeBSD source tree
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Drep-cache-db.sql42 3.8.2 (2013-12-06). To keep compatibility with existing binaries, it is
/freebsd-11-stable/crypto/openssl/util/
H A Dmkdef.pl1543 my %existing; my @remaining;
1547 $existing{$s}=1;
1550 if (!exists $existing{$sym}) {
/freebsd-11-stable/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh60 or update an existing snapshot.
62 extract -- Extract snapshot of ports tree, replacing existing
67 update an existing tree.
/freebsd-11-stable/usr.bin/dtc/
H A Dfdt.cc1272 // If there is an existing phandle, use it
1454 // If there is an existing phandle, use it
1991 auto existing = node_names.find(name); local
1992 if (existing == node_names.end())
1995 existing = node_names.find(name);
1997 if (existing == node_names.end())
2011 existing->second->merge_node(node);
2152 // If we don't have an existing property then create one and
2162 // If we do have an existing property value, try to append
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp146 InputFile *existing; local
148 existing = objectFiles[0];
150 existing = sharedFiles[0];
152 existing = bitcodeFiles[0];
154 error(toString(file) + " is incompatible with " + toString(existing));
468 // output against other existing program, so that if you load both your
1002 // If we are creating a new .build-id section, strip existing .build-id
1581 // Get existing symbols or insert placeholder symbols.
1586 // Replace existing symbols with LazyObject symbols.
1588 // resolve() may trigger this->fetch() if an existing symbo
[all...]
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dsol2-c1.asm39 ! from the ABI, information obtained from single stepping existing

Completed in 268 milliseconds

12