Home
last modified time | relevance | path

Searched refs:undefs (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/unifdef/tests/
H A Dxterm.sh29 unifdef -s xterm-main.c | sed 's/^/#undef /' >xterm-undefs.h
31 unifdef -f xterm-undefs.h -f xterm-defs.h xterm-main.c >xterm-out.c
35 rm -f xterm-undefs.h xterm-out.c
/freebsd/contrib/llvm-project/lld/COFF/
H A DSymbolTable.cpp248 std::vector<Symbol *> undefs; in loadMinGWSymbols() local
256 undefs.push_back(sym); in loadMinGWSymbols()
259 for (auto sym : undefs) { in loadMinGWSymbols()
376 const SmallPtrSetImpl<Symbol *> &undefs, in reportProblemSymbols() argument
380 if (undefs.empty() && (!localImports || localImports->empty())) in reportProblemSymbols()
384 if (undefs.count(b)) in reportProblemSymbols()
402 if (undefs.count(sym)) { in reportProblemSymbols()
429 SmallPtrSet<Symbol *, 8> undefs; in reportUnresolvable() local
449 undefs.insert(sym); in reportUnresolvable()
452 reportProblemSymbols(undefs, /*localImports=*/nullptr, true); in reportUnresolvable()
[all …]
H A DSymbolTable.h220 reportProblemSymbols(const llvm::SmallPtrSetImpl<Symbol *> &undefs,
/freebsd/contrib/llvm-project/lld/MachO/
H A DSymbolTable.cpp466 MapVector<const Undefined *, UndefinedDiag> undefs; variable
669 for (const auto &[i, undef] : llvm::enumerate(undefs)) in reportPendingUndefinedSymbols()
674 undefs.clear(); in reportPendingUndefinedSymbols()
681 undefs[&sym].otherReferences.push_back(source.str()); in treatUndefinedSymbol()
689 undefs[&sym].codeReferences.push_back({isec, offset}); in treatUndefinedSymbol()
/freebsd/contrib/bmake/unit-tests/
H A Ddirective-misspellings.mk90 .undefs varname # Accepted before 2020-12-13 01:07:54.
/freebsd/contrib/llvm-project/lld/docs/
H A DReleaseNotes.rst31 * For ``-z undefs`` (default for ``-shared``), relocations referencing undefined
/freebsd/contrib/byacc/
H A Dconfigure8455 rm -f conftest.defines conftest.undefs
8476 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
8477 sed 's/ac_d/ac_i/g' conftest.defines >>conftest.undefs
8483 cat >>conftest.undefs <<\EOF
8522 while grep . conftest.undefs >/dev/null
8531 sed "${ac_max_here_lines}q" conftest.undefs >>"$CONFIG_STATUS"
8537 sed "1,${ac_max_here_lines}d" conftest.undefs >conftest.tail
8538 rm -f conftest.undefs
8539 mv conftest.tail conftest.undefs
8541 rm -f conftest.undefs
/freebsd/contrib/flex/
H A DChangeLog3911 * flex.skl: Removed certain offending #undefs.
/freebsd/contrib/unbound/doc/
H A DChangelog12065 - protect undefs in config.h from autoheaders ministrations.