Home
last modified time | relevance | path

Searched refs:undefined (Results 1 – 25 of 451) sorted by relevance

12345678910>>...19

/freebsd-14.2/contrib/llvm-project/lld/docs/
H A DWebAssembly.rst72 .. option:: --allow-undefined
74 Allow undefined symbols in linked binary. This is the legacy
76 ``--import-undefined``.
78 .. option:: --allow-undefined-file=<filename>
80 Like ``--allow-undefined``, but the filename specified a flat list of
81 symbols, one per line, which are allowed to be undefined.
85 This is a more full featured version of ``--allow-undefined``.
98 trapping stub function in place of the undefined function.
119 .. option:: --import-undefined
199 they are expected to be undefined at static link time.
[all …]
H A Dmissingkeyfunction.rst6 foo.cc:28: error: undefined reference to 'vtable for C'
7 the vtable symbol may be undefined because the class is missing its key function
16 function calls your missing function, you won't see any undefined reference errors
17 for it, but you will see undefined references to the vtable symbol.
42 not emit the vtable for ``B``, and you'll get an undefined reference to "vtable
49 you won't see any undefined reference errors that point directly to the problem.
H A Derror_handling_script.rst30 - ``undefined-symbol``: indicates that given symbol is marked as undefined. The
32 ``error-handling-script undefined-symbol mysymbol``
/freebsd-14.2/share/mk/
H A Dbsd.sanitizer.mk19 SANITIZER_CFLAGS+= -fsanitize=undefined
20 SANITIZER_CFLAGS+= -fsanitize-recover=undefined
21 SANITIZER_LDFLAGS+= -fsanitize=undefined
38 LDFLAGS:= ${LDFLAGS:N-Wl,-no-undefined:N-Wl,--no-undefined}
/freebsd-14.2/contrib/bmake/unit-tests/
H A Dcmdline-undefined.mk12 @${.MAKE} -f ${MAKEFILE} print-undefined \
20 @${.MAKE} -f ${MAKEFILE} print-undefined \
24 .if make(print-undefined)
51 print-undefined:
H A Dcond-undef-lint.exp1 make: "cond-undef-lint.mk" line 25: Variable "UNDEF" is undefined
3 make: "cond-undef-lint.mk" line 43: Variable "UNDEF" is undefined
4 make: "cond-undef-lint.mk" line 43: Variable "VAR." is undefined
6 make: "cond-undef-lint.mk" line 56: Variable "VAR.defined" is undefined
H A Dcmd-errors-lint.mk8 all: undefined unclosed-variable unclosed-modifier unknown-modifier end
11 undefined:
H A Dcmd-errors.mk6 all: undefined unclosed-variable unclosed-modifier unknown-modifier end
9 undefined:
H A Dcmd-errors-jobs.mk8 all: undefined unclosed-variable unclosed-modifier unknown-modifier end
11 undefined:
H A Dopt-debug-lint.exp1 make: "opt-debug-lint.mk" line 21: Variable "X" is undefined
3 make: "opt-debug-lint.mk" line 45: Variable "UNDEF" is undefined
H A Dcond-op.mk75 .if ${ERR:Uundefined} == undefined
85 .if ${ERR:Uundefined} == undefined
H A Ddirective-include-guard.mk246 INCS+= variable-defined-then-undefined
247 LINES.variable-defined-then-undefined= \
251 UNDEF_BETWEEN.variable-defined-then-undefined= \
/freebsd-14.2/sys/contrib/openzfs/config/
H A Dalways-compiler-options.m449 dnl # Enabled -fsanitize=undefined if supported by cc.
51 dnl # LDFLAGS needs -fsanitize=undefined at all times so libraries compiled with
55 dnl # the behavior of binaries and libraries build with -fsanitize=undefined.
58 AC_MSG_CHECKING([whether to build with -fsanitize=undefined support])
61 [Enable -fsanitize=undefined support @<:@default=no@:>@])],
70 AC_MSG_CHECKING([whether $CC supports -fsanitize=undefined])
72 CFLAGS="$CFLAGS -Werror -fsanitize=undefined"
76 UBSAN_CFLAGS="-fsanitize=undefined"
77 UBSAN_LDFLAGS="-fsanitize=undefined"
81 AC_MSG_ERROR([$CC does not support -fsanitize=undefined])
/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A DextractExternal.cpp238 set<string> *undefined) { in computeExternalSymbols() argument
265 undefined->clear(); in computeExternalSymbols()
284 undefined->insert(stringTable.decode(e.name)); in computeExternalSymbols()
402 set<string> *undefined) { in findRequiredExternal() argument
414 set<string> &s = undefined[*it]; in findRequiredExternal()
435 set<string> *defined, *undefined; in main() local
449 undefined = new set<string>[argc - 2]; in main()
453 computeExternalSymbols(argv[i], defined + i - 2, undefined + i - 2); in main()
457 findRequiredExternal(nExternal, argc - 2, defined, undefined); in main()
/freebsd-14.2/tests/sys/netinet6/
H A Dproxy_ndp.sh59 while [ `jexec ${jname} ifmcstat | grep -c undefined` != "0" ]; do
101 while [ `jexec ${jname} ifmcstat | grep -c undefined` != "0" ]; do
107 while [ `jexec ${jname} ifmcstat | grep -c undefined` != "0" ]; do
148 while [ `jexec ${jname} ifmcstat | grep -c undefined` != "0" ]; do
185 while [ `jexec ${jname_a} ifmcstat | grep -c undefined` != "0" ]; do
/freebsd-14.2/contrib/llvm-project/lld/docs/ELF/
H A Dwarn_backrefs.rst4 ``--warn-backrefs`` gives a warning when an undefined symbol reference is
8 right maintaining the set of undefined symbol references from the files loaded
12 set of undefined symbol references. When all resolving definitions have been
15 an undefined symbol resolved by a archive to the left of it. For example:
19 will result in an ``undefined reference`` error. If there are no cyclic
27 still search that archive for resolving any undefined references. This means
51 will result in an ``undefined reference`` error:
56 ``B``, your link may fail surprisingly with ``undefined symbol:
63 fail surprisingly with ``undefined symbol`` if there is somehow a dependency on
/freebsd-14.2/sys/contrib/device-tree/Bindings/memory-controllers/
H A Datmel,ebi.txt49 Default to 8 when undefined.
52 Default to "select" when undefined.
55 Default to "ncs" when undefined.
58 Default to "ncs" when undefined.
61 Default to "disabled" when undefined.
72 Default to "normal" when undefined.
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSanitizers.def139 // -fsanitize=undefined includes all the sanitizers which have low overhead, no
140 // ABI or address space layout implications, and only catch undefined behavior.
141 SANITIZER_GROUP("undefined", Undefined,
149 // -fsanitize=undefined-trap is an alias for -fsanitize=undefined.
150 SANITIZER_GROUP("undefined-trap", UndefinedTrap, Undefined)
/freebsd-14.2/contrib/libxo/xohtml/external/
H A Djquery.js595 xml = undefined;
812 return undefined;
2005 data = undefined;
2173 type = undefined;
2383 return undefined;
2552 undefined :
2682 undefined;
2700 undefined;
2738 undefined;
2926 undefined;
[all …]
/freebsd-14.2/cddl/usr.sbin/plockstat/
H A DMakefile31 CFLAGS+= -fsanitize=address -fsanitize=undefined
32 LDFLAGS+= -fsanitize=address -fsanitize=undefined
/freebsd-14.2/sys/arm64/arm64/
H A Ddisassem.c528 goto undefined; in disasm()
576 goto undefined; in disasm()
625 goto undefined; in disasm()
719 goto undefined; in disasm()
761 goto undefined; in disasm()
767 undefined: in disasm()
/freebsd-14.2/cddl/usr.sbin/lockstat/
H A DMakefile31 CFLAGS+= -fsanitize=address -fsanitize=undefined
32 LDFLAGS+= -fsanitize=address -fsanitize=undefined
/freebsd-14.2/cddl/usr.sbin/dtrace/
H A DMakefile33 CFLAGS+= -fsanitize=address -fsanitize=undefined
34 LDFLAGS+= -fsanitize=address -fsanitize=undefined
/freebsd-14.2/sys/contrib/openzfs/rpm/redhat/
H A Dzfs.spec.in5 %if %{undefined _udevdir}
14 %if %{undefined _udevruledir}
23 %if %{undefined _bashcompletiondir}
32 %if %{undefined _dracutdir}
40 %if %{undefined _initconfdir}
44 %if %{undefined _unitdir}
48 %if %{undefined _presetdir}
52 %if %{undefined _modulesloaddir}
56 %if %{undefined _systemdgeneratordir}
60 %if %{undefined _pkgconfigdir}
[all …]
/freebsd-14.2/sys/contrib/openzfs/rpm/generic/
H A Dzfs.spec.in5 %if %{undefined _udevdir}
14 %if %{undefined _udevruledir}
23 %if %{undefined _bashcompletiondir}
32 %if %{undefined _dracutdir}
40 %if %{undefined _initconfdir}
44 %if %{undefined _unitdir}
48 %if %{undefined _presetdir}
52 %if %{undefined _modulesloaddir}
56 %if %{undefined _systemdgeneratordir}
60 %if %{undefined _pkgconfigdir}
[all …]

12345678910>>...19