Searched refs:linking (Results 1 – 25 of 58) sorted by relevance
123
/Zephyr-latest/cmake/linker/armlink/ |
D | linker_libraries.cmake | 5 # Per default armclang (Arm Compiler 6) doesn't need explicit C library linking 6 # so we only need to set link order linking in case a custom C library is linked
|
/Zephyr-latest/soc/ti/simplelink/cc13x2x7_cc26x2x7/ |
D | Kconfig.defconfig | 22 # required for linking with PowerCC26X2_config in 27 # required for linking with PowerCC26X2_config in
|
/Zephyr-latest/soc/ti/simplelink/cc13x2_cc26x2/ |
D | Kconfig.defconfig | 22 # required for linking with PowerCC26X2_config in 27 # required for linking with PowerCC26X2_config in
|
/Zephyr-latest/include/zephyr/linker/ |
D | kobject-rom.ld | 11 * produced by gperf during the final stages of linking. 15 * during the final stages of linking (LINKER_ZEPHYR_FINAL).
|
D | kobject-priv-stacks.ld | 15 * produced by gperf during the final stages of linking. 19 * during the final stages of linking (LINKER_ZEPHYR_FINAL).
|
D | kobject-data.ld | 25 * produced by gperf during the final stages of linking. 29 * during the final stages of linking (LINKER_ZEPHYR_FINAL).
|
/Zephyr-latest/subsys/testsuite/boards/unit_testing/unit_testing/ |
D | unit_testing_defconfig | 10 # unit testing only build a fraction of code, and hence assert may fail linking.
|
/Zephyr-latest/cmake/linker/ |
D | linker_libraries_template.cmake | 5 # Linker flags for fixed linking with standard libraries, such as the C and runtime libraries.
|
D | linker_flags_template.cmake | 40 # Linker flag for doing partial linking
|
/Zephyr-latest/include/zephyr/linker/common-rom/ |
D | common-rom-kernel-devices.ld | 28 * Later on, during the second linking stage (when zephyr.elf is 32 * the linking stages will end up shifting the addresses of the
|
/Zephyr-latest/doc/services/debugging/ |
D | symtab.rst | 6 The Symtab module, when enabled, will generate full symbol table during the Zephyr linking
|
/Zephyr-latest/arch/arm/core/cortex_m/tz/ |
D | CMakeLists.txt | 25 # Indicate that the entry veneers library file is created during linking of this firmware.
|
/Zephyr-latest/lib/libc/minimal/ |
D | CMakeLists.txt | 4 # prevent accidentally requiring or linking against another libc implementation.
|
/Zephyr-latest/cmake/linker/ld/ |
D | linker_libraries.cmake | 27 # This is needed because when linking with newlib on aarch64, then libgcc has a
|
/Zephyr-latest/subsys/llext/ |
D | Kconfig | 42 the llext subsystem. The usual linking process is used to 60 most internal linking is performed by the linker at build time. Select "y" 105 makes the linking process faster and provides more
|
/Zephyr-latest/doc/services/llext/ |
D | config.rst | 47 subsystem. The standard linking process is used to generate the shared 112 benefit of SLID-based linking is that storing symbol names in the
|
/Zephyr-latest/doc/develop/toolchains/ |
D | arm_compiler.rst | 43 The Arm Compiler 6 uses ``armlink`` for linking. This is incompatible
|
D | iar_arm_toolchain.rst | 46 The IAR Toolchain uses ``ilink`` for linking. This is incompatible with Zephyr’s
|
/Zephyr-latest/samples/application_development/external_lib/ |
D | CMakeLists.txt | 9 # The external static library that we are linking with does not know
|
/Zephyr-latest/ |
D | CMakeLists.txt | 44 # Zephyr build system will use a dynamic number of linking stages based on build 47 # Currently up to three linking stages may be executed: 48 # zephyr_pre0: First linking stage 49 # zephyr_pre1: Second linking stage 50 # zephyr_final: Final linking stage 52 # There will at minimum be a single linking stage. 53 # When only a single linking stage is required, the `zephyr_pre0` will be mapped 56 # Multiple linking stages are required in the following cases: 63 # placed at the second linking stage. 65 # When all three linking stages are active, then the following properties applies: [all …]
|
/Zephyr-latest/cmake/compiler/clang/ |
D | target.cmake | 74 # clang/LLVM supports using an alternative C library, either by direct linking,
|
/Zephyr-latest/doc/kernel/usermode/ |
D | mpu_stack_objects.rst | 38 the correct sizing of the stack. During linking of the binary, these
|
/Zephyr-latest/subsys/fs/ |
D | Kconfig | 13 This can be useful to avoid linking in the entire filesystem
|
/Zephyr-latest/kernel/ |
D | Kconfig.vm | 25 just one RAM region and doing this makes linking much simpler, as 38 double-linking of paging structures to make the instruction pointer
|
/Zephyr-latest/include/zephyr/arch/x86/ |
D | memory.ld | 79 #error Virtual kernel linking is not yet implemented for 64-bit
|
123