Home
last modified time | relevance | path

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

12345

/Linux-v4.19/lib/
DKconfig.ubsan7 This option enables undefined behaviour sanity checker
8 Compile-time instrumentation is used to detect various undefined
40 tristate "Module for testing for undefined behavior detection"
44 It triggers various undefined behavior, and detect it.
/Linux-v4.19/scripts/
Dcheckkconfigsymbols.py133 undefined = {}
164 undefined[symbol] = files
170 undefined[symbol] = files
177 undefined, defined = check_symbols(args.ignore)
180 for symbol in sorted(undefined):
183 files = sorted(undefined.get(symbol))
359 undefined = {} # {symbol: [files]}
370 undefined[symbol] = referenced_symbols.get(symbol)
371 return undefined, defined_symbols
/Linux-v4.19/Documentation/devicetree/bindings/memory-controllers/
Datmel,ebi.txt48 Default to 8 when undefined.
51 Default to "select" when undefined.
54 Default to "ncs" when undefined.
57 Default to "ncs" when undefined.
60 Default to "disabled" when undefined.
71 Default to "normal" when undefined.
/Linux-v4.19/Documentation/arm64/
Dlegacy_instructions.txt3 the architecture. The infrastructure code uses undefined instruction
13 Generates undefined instruction abort. Default for instructions that
33 while obsolete instructions must be undefined by default.
/Linux-v4.19/Documentation/dev-tools/
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-v4.19/tools/testing/radix-tree/
DMakefile4 -fsanitize=undefined
5 LDFLAGS += -fsanitize=address -fsanitize=undefined
/Linux-v4.19/arch/xtensa/include/uapi/asm/
Dbyteorder.h10 # error processor byte order undefined!
Dmsgbuf.h37 # error processor byte order undefined!
/Linux-v4.19/arch/arm/boot/bootp/
DMakefile11 LDFLAGS_bootp :=-p --no-undefined -X \
/Linux-v4.19/Documentation/devicetree/bindings/powerpc/fsl/
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-v4.19/arch/powerpc/purgatory/
DMakefile4 LDFLAGS_purgatory.ro := -e purgatory_start -r --no-undefined
/Linux-v4.19/tools/testing/scatterlist/
DMakefile2 LDFLAGS += -fsanitize=address -fsanitize=undefined
/Linux-v4.19/arch/unicore32/
DMakefile19 LDFLAGS_vmlinux := -p --no-undefined -X
/Linux-v4.19/drivers/staging/pi433/
Drf69_enum.h77 undefined enumerator
/Linux-v4.19/Documentation/devicetree/bindings/mfd/
Datmel-matrix.txt4 behavior (master/slave priorities, undefined burst length type, ...)
/Linux-v4.19/arch/x86/purgatory/
DMakefile12 LDFLAGS_purgatory.ro := -e purgatory_start -r --no-undefined -nostdlib -z nodefaultlib
/Linux-v4.19/Documentation/
Dio-mapping.txt35 creation function yields undefined results. Using an offset
36 which is not page aligned yields an undefined result. The
/Linux-v4.19/arch/unicore32/boot/compressed/
DMakefile47 LDFLAGS_vmlinux += --no-undefined
/Linux-v4.19/arch/s390/purgatory/
DMakefile19 LDFLAGS_purgatory.ro := -e purgatory_start -r --no-undefined -nostdlib
/Linux-v4.19/Documentation/media/uapi/v4l/
Dpixfmt-v4l2.rst67 Input devices may write padding bytes, the value is undefined.
99 indicates that the extended fields contain undefined values.
106 to undefined results.
/Linux-v4.19/scripts/kconfig/tests/preprocess/variable/
DKconfig30 # Use += operator to an undefined variable.
/Linux-v4.19/arch/nds32/
DMakefile1 LDFLAGS_vmlinux := --no-undefined -X
/Linux-v4.19/Documentation/arm/
Dswp_emulation8 instructions, triggering an undefined instruction exception when executed.
/Linux-v4.19/drivers/scsi/
Dscript_asm.pl794 @undefined = keys %forward;
795 if ($#undefined >= 0) {
797 foreach $undef (@undefined) {
/Linux-v4.19/arch/parisc/include/asm/
Dhardware.h62 volatile uint32_t undefined[480]; member

12345