Searched refs:undefined (Results 1 – 25 of 122) sorted by relevance
12345
/Linux-v5.4/scripts/ |
D | checkkconfigsymbols.py | 133 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-v5.4/lib/ |
D | Kconfig.ubsan | 8 This option enables undefined behaviour sanity checker 9 Compile-time instrumentation is used to detect various undefined 45 tristate "Module for testing for undefined behavior detection" 49 It triggers various undefined behavior, and detect it.
|
/Linux-v5.4/Documentation/devicetree/bindings/memory-controllers/ |
D | atmel,ebi.txt | 49 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-v5.4/tools/perf/Documentation/ |
D | Build.txt | 66 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-v5.4/Documentation/arm64/ |
D | legacy_instructions.rst | 7 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-v5.4/Documentation/dev-tools/ |
D | ubsan.rst | 4 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-v5.4/tools/testing/radix-tree/ |
D | Makefile | 4 -fsanitize=undefined 5 LDFLAGS += -fsanitize=address -fsanitize=undefined
|
/Linux-v5.4/Documentation/media/uapi/v4l/ |
D | ext-ctrls-camera.rst | 38 aperture while these features are enabled is undefined, drivers 115 The unit is undefined. A positive value moves the camera to the 122 The unit is undefined. A positive value moves the camera up, a 149 position. The unit is undefined. Positive values set the focus 154 amount. The unit is undefined. Positive values move the focus closer 160 focus adjustments while this feature is enabled is undefined, 165 when ``V4L2_CID_FOCUS_AUTO`` is set to ``TRUE`` (1) is undefined, 250 unit is undefined. Larger values open the iris wider, smaller values 255 The unit is undefined. Positive values open the iris one step 349 than ``V4L2_CID_ISO_SENSITIVITY_MANUAL`` is undefined, drivers [all …]
|
/Linux-v5.4/arch/xtensa/include/uapi/asm/ |
D | byteorder.h | 10 # error processor byte order undefined!
|
D | msgbuf.h | 37 # error processor byte order undefined!
|
/Linux-v5.4/arch/arm/boot/bootp/ |
D | Makefile | 11 LDFLAGS_bootp := --no-undefined -X \
|
/Linux-v5.4/Documentation/devicetree/bindings/powerpc/fsl/ |
D | mpic.txt | 90 Note: If the interrupt-type cell is undefined 110 type-specific cell is undefined. The 131 cell is undefined. 137 cell is undefined.
|
/Linux-v5.4/arch/powerpc/purgatory/ |
D | Makefile | 7 LDFLAGS_purgatory.ro := -e purgatory_start -r --no-undefined
|
/Linux-v5.4/tools/testing/scatterlist/ |
D | Makefile | 3 LDFLAGS += -fsanitize=address -fsanitize=undefined
|
/Linux-v5.4/arch/unicore32/ |
D | Makefile | 19 LDFLAGS_vmlinux := -p --no-undefined -X
|
/Linux-v5.4/Documentation/devicetree/bindings/mfd/ |
D | atmel-matrix.txt | 4 behavior (master/slave priorities, undefined burst length type, ...)
|
/Linux-v5.4/drivers/staging/pi433/ |
D | rf69_enum.h | 67 undefined enumerator
|
/Linux-v5.4/arch/unicore32/boot/compressed/ |
D | Makefile | 47 LDFLAGS_vmlinux += --no-undefined
|
/Linux-v5.4/Documentation/ |
D | io-mapping.txt | 35 creation function yields undefined results. Using an offset 36 which is not page aligned yields an undefined result. The
|
/Linux-v5.4/arch/x86/purgatory/ |
D | Makefile | 17 LDFLAGS_purgatory.ro := -e purgatory_start -r --no-undefined -nostdlib -z nodefaultlib
|
/Linux-v5.4/arch/xtensa/include/asm/ |
D | elf.h | 105 # error processor byte order undefined!
|
/Linux-v5.4/arch/s390/purgatory/ |
D | Makefile | 29 LDFLAGS_purgatory := -r --no-undefined -nostdlib -z nodefaultlib -T
|
/Linux-v5.4/scripts/kconfig/tests/preprocess/variable/ |
D | Kconfig | 30 # Use += operator to an undefined variable.
|
/Linux-v5.4/Documentation/arm/ |
D | swp_emulation.rst | 8 instructions, triggering an undefined instruction exception when executed.
|
/Linux-v5.4/drivers/scsi/ |
D | script_asm.pl | 781 @undefined = keys %forward; 782 if ($#undefined >= 0) { 784 foreach $undef (@undefined) {
|
12345