Home
last modified time | relevance | path

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

123456

/linux/scripts/
A Dcheckkconfigsymbols.py135 undefined = {}
166 undefined[symbol] = files
172 undefined[symbol] = files
179 undefined, defined = check_symbols(args.ignore)
182 for symbol in sorted(undefined):
185 files = sorted(undefined.get(symbol))
361 undefined = {} # {symbol: [files]}
372 undefined[symbol] = referenced_symbols.get(symbol)
373 return undefined, defined_symbols
A DMakefile.ubsan14 ubsan-cflags-$(CONFIG_UBSAN_TRAP) += -fsanitize-undefined-trap-on-error
/linux/Documentation/devicetree/bindings/memory-controllers/
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.
/linux/tools/perf/Documentation/
A DBuild.txt66 UndefinedBehaviorSanitizer (or UBSan) is a fast undefined behavior detector
67 supported by GCC. UBSan detects undefined behaviors of programs at runtime.
70 $ make DEBUG=1 EXTRA_CFLAGS='-fno-omit-frame-pointer -fsanitize=undefined'
/linux/Documentation/arm64/
A Dlegacy_instructions.rst7 the architecture. The infrastructure code uses undefined instruction
18 Generates undefined instruction abort. Default for instructions that
40 while obsolete instructions must be undefined by default.
/linux/Documentation/dev-tools/
A Dubsan.rst4 UBSAN is a runtime undefined behaviour checker.
6 UBSAN uses compile-time instrumentation to catch undefined behavior (UB).
11 GCC has that feature since 4.9.x [1_] (see ``-fsanitize=undefined`` option and
/linux/tools/testing/radix-tree/
A DMakefile4 -fsanitize=undefined
5 LDFLAGS += -fsanitize=address -fsanitize=undefined
/linux/Documentation/userspace-api/media/v4l/
A Dext-ctrls-camera.rst31 aperture while these features are enabled is undefined, drivers
109 The unit is undefined. A positive value moves the camera to the
116 The unit is undefined. A positive value moves the camera up, a
143 position. The unit is undefined. Positive values set the focus
148 amount. The unit is undefined. Positive values move the focus closer
154 focus adjustments while this feature is enabled is undefined,
159 when ``V4L2_CID_FOCUS_AUTO`` is set to ``TRUE`` (1) is undefined,
244 unit is undefined. Larger values open the iris wider, smaller values
249 The unit is undefined. Positive values open the iris one step
343 than ``V4L2_CID_ISO_SENSITIVITY_MANUAL`` is undefined, drivers
[all …]
/linux/Documentation/devicetree/bindings/powerpc/fsl/
A Dmpic.txt90 Note: If the interrupt-type cell is undefined
110 type-specific cell is undefined. The
131 cell is undefined.
137 cell is undefined.
/linux/lib/
A DKconfig.ubsan9 Compile-time instrumentation is used to detect various undefined
18 depends on $(cc-option, -fsanitize-undefined-trap-on-error)
166 tristate "Module for testing for undefined behavior detection"
170 It triggers various undefined behavior, and detect it.
/linux/arch/xtensa/include/uapi/asm/
A Dbyteorder.h10 # error processor byte order undefined!
A Dmsgbuf.h39 # error processor byte order undefined!
/linux/arch/arm/boot/bootp/
A DMakefile11 LDFLAGS_bootp := --no-undefined -X \
/linux/tools/testing/selftests/openat2/
A DMakefile3 CFLAGS += -Wall -O2 -g -fsanitize=address -fsanitize=undefined
/linux/tools/objtool/include/objtool/
A Dendianness.h10 #error undefined arch __TARGET_BYTE_ORDER
/linux/arch/powerpc/purgatory/
A DMakefile7 LDFLAGS_purgatory.ro := -e purgatory_start -r --no-undefined
/linux/Documentation/driver-api/
A Dio-mapping.rst39 undefined results. Using an offset which is not page aligned yields an
40 undefined result. The return value points to a single page in CPU address
/linux/drivers/staging/pi433/
A Drf69_enum.h67 undefined enumerator
/linux/tools/testing/scatterlist/
A DMakefile3 LDFLAGS += -fsanitize=address -fsanitize=undefined
/linux/arch/mips/include/asm/
A Dvermagic.h58 #error MODULE_PROC_FAMILY undefined for your processor configuration
/linux/Documentation/devicetree/bindings/mfd/
A Datmel-matrix.txt4 behavior (master/slave priorities, undefined burst length type, ...)
/linux/drivers/scsi/
A Dscript_asm.pl781 @undefined = keys %forward;
782 if ($#undefined >= 0) {
784 foreach $undef (@undefined) {
/linux/
A D.vmlinux.cmd1 …/toolchains/aarch64/bin/aarch64-linux-gnu-ld" "-EL -maarch64elf" "--no-undefined -X -shared -Bsym…
/linux/arch/xtensa/include/asm/
A Delf.h105 # error processor byte order undefined!
/linux/scripts/kconfig/tests/preprocess/variable/
A DKconfig30 # Use += operator to an undefined variable.

Completed in 32 milliseconds

123456