Searched refs:undefined (Results 1 – 25 of 116) sorted by relevance
12345
7 This option enables undefined behaviour sanity checker8 Compile-time instrumentation is used to detect various undefined40 tristate "Module for testing for undefined behavior detection"44 It triggers various undefined behavior, and detect it.
133 undefined = {}164 undefined[symbol] = files170 undefined[symbol] = files177 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
48 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.
3 the architecture. The infrastructure code uses undefined instruction13 Generates undefined instruction abort. Default for instructions that33 while obsolete instructions must be undefined by default.
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
4 -fsanitize=undefined5 LDFLAGS += -fsanitize=address -fsanitize=undefined
10 # error processor byte order undefined!
37 # error processor byte order undefined!
11 LDFLAGS_bootp :=-p --no-undefined -X \
90 Note: If the interrupt-type cell is undefined110 type-specific cell is undefined. The131 cell is undefined.137 cell is undefined.
4 LDFLAGS_purgatory.ro := -e purgatory_start -r --no-undefined
2 LDFLAGS += -fsanitize=address -fsanitize=undefined
19 LDFLAGS_vmlinux := -p --no-undefined -X
77 undefined enumerator
4 behavior (master/slave priorities, undefined burst length type, ...)
12 LDFLAGS_purgatory.ro := -e purgatory_start -r --no-undefined -nostdlib -z nodefaultlib
35 creation function yields undefined results. Using an offset36 which is not page aligned yields an undefined result. The
47 LDFLAGS_vmlinux += --no-undefined
19 LDFLAGS_purgatory.ro := -e purgatory_start -r --no-undefined -nostdlib
67 Input devices may write padding bytes, the value is undefined.99 indicates that the extended fields contain undefined values.106 to undefined results.
30 # Use += operator to an undefined variable.
1 LDFLAGS_vmlinux := --no-undefined -X
8 instructions, triggering an undefined instruction exception when executed.
794 @undefined = keys %forward;795 if ($#undefined >= 0) {797 foreach $undef (@undefined) {
62 volatile uint32_t undefined[480]; member