Searched refs:undefined (Results 1 – 25 of 46) sorted by relevance
12
/Zephyr-Core-2.7.6/arch/sparc/core/ |
D | trap_table_mvt.S | 131 BAD_TRAP; BAD_TRAP; BAD_TRAP; BAD_TRAP; ! 40 - 43 undefined 132 BAD_TRAP; BAD_TRAP; BAD_TRAP; BAD_TRAP; ! 44 - 47 undefined 133 BAD_TRAP; BAD_TRAP; BAD_TRAP; BAD_TRAP; ! 48 - 4B undefined 134 BAD_TRAP; BAD_TRAP; BAD_TRAP; BAD_TRAP; ! 4C - 4F undefined 135 BAD_TRAP; BAD_TRAP; BAD_TRAP; BAD_TRAP; ! 50 - 53 undefined 136 BAD_TRAP; BAD_TRAP; BAD_TRAP; BAD_TRAP; ! 54 - 57 undefined 137 BAD_TRAP; BAD_TRAP; BAD_TRAP; BAD_TRAP; ! 58 - 5B undefined 138 BAD_TRAP; BAD_TRAP; BAD_TRAP; BAD_TRAP; ! 5C - 5F undefined 144 BAD_TRAP; BAD_TRAP; BAD_TRAP; BAD_TRAP; ! 60 - 63 undefined 145 BAD_TRAP; BAD_TRAP; BAD_TRAP; BAD_TRAP; ! 64 - 67 undefined [all …]
|
/Zephyr-Core-2.7.6/cmake/linker/ld/clang/ |
D | linker_flags.cmake | 12 check_set_linker_property(TARGET linker APPEND PROPERTY sanitize_undefined -fsanitize=undefined)
|
/Zephyr-Core-2.7.6/samples/sensor/sensor_shell/ |
D | README.rst | 72 undefined behavior like hardware exception. This happens because the shell 92 undefined behavior like hardware exception. This happens because the shell
|
/Zephyr-Core-2.7.6/include/arch/arm/aarch32/ |
D | exc.h | 100 uint32_t undefined; member
|
/Zephyr-Core-2.7.6/cmake/linker/ld/gcc/ |
D | linker_flags.cmake | 17 check_set_linker_property(TARGET linker APPEND PROPERTY sanitize_undefined -fsanitize=undefined)
|
/Zephyr-Core-2.7.6/cmake/ |
D | git.cmake | 8 # everything fails and leave BUILD_VERSION undefined.
|
D | west.cmake | 53 # WEST_PYTHON is undefined and we couldn't import west. That's 100 # west topdir is undefined.
|
/Zephyr-Core-2.7.6/arch/arc/ |
D | CMakeLists.txt | 8 # Without this (poorly named) option, compiler may generate undefined
|
/Zephyr-Core-2.7.6/include/linker/ |
D | sections.h | 33 #define _UNDEFINED_SECTION_NAME undefined
|
/Zephyr-Core-2.7.6/scripts/ci/ |
D | pylintrc | 118 undefined-variable, 119 undefined-all-variable, 220 undefined-loop-variable,
|
/Zephyr-Core-2.7.6/drivers/interrupt_controller/ |
D | Kconfig.loapic | 57 At boot, mask all IOAPIC RTEs if they may be in an undefined state.
|
/Zephyr-Core-2.7.6/cmake/linker/lld/ |
D | target.cmake | 58 # Force symbols to be entered in the output file as undefined symbols
|
/Zephyr-Core-2.7.6/arch/arm/core/aarch32/cortex_a_r/ |
D | Kconfig | 66 This option specifies the size of the stack used by the undefined
|
/Zephyr-Core-2.7.6/tests/lib/devicetree/api/ |
D | app.overlay | 37 * vnd,undefined-compat is for DT_NODE_HAS_COMPAT_STATUS(..,okay). 40 compatible = "vnd,array-holder", "vnd,undefined-compat";
|
/Zephyr-Core-2.7.6/cmake/linker/armlink/ |
D | target.cmake | 21 zephyr_link_libraries(--undefined=${symbol})
|
/Zephyr-Core-2.7.6/cmake/linker/ld/ |
D | target.cmake | 104 # Force symbols to be entered in the output file as undefined symbols
|
/Zephyr-Core-2.7.6/cmake/compiler/gcc/ |
D | compiler_flags.cmake | 192 set_compiler_property(PROPERTY sanitize_undefined -fsanitize=undefined)
|
/Zephyr-Core-2.7.6/subsys/debug/ |
D | Kconfig | 125 bool "Build with undefined behavior sanitizer" 131 ``-fsanitize=undefined`` command line option.
|
/Zephyr-Core-2.7.6/cmake/linker/arcmwdt/ |
D | target.cmake | 63 # Force symbols to be entered in the output file as undefined symbols
|
/Zephyr-Core-2.7.6/tests/arch/arm/arm_interrupt/ |
D | README.txt | 131 E: Attempt to execute undefined instruction
|
/Zephyr-Core-2.7.6/cmake/linker_script/arm/ |
D | linker.cmake | 13 # variable is undefined and thus expands to nothing.
|
/Zephyr-Core-2.7.6/boards/arm/arduino_due/doc/ |
D | index.rst | 92 | 6 | Usage | undefined | system fatal error |
|
/Zephyr-Core-2.7.6/boards/arm/v2m_beetle/doc/ |
D | index.rst | 109 | 6 | Usage | undefined | system fatal error |
|
/Zephyr-Core-2.7.6/boards/arm/mps2_an385/doc/ |
D | index.rst | 122 | 6 | Usage | undefined | system fatal error |
|
/Zephyr-Core-2.7.6/include/arch/x86/ia32/ |
D | linker.ld | 34 * emit an undefined symbol error.
|
12