Home
last modified time | relevance | path

Searched refs:NOINIT (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/soc/infineon/cat1a/
DCMakeLists.txt9 zephyr_linker_sources(NOINIT common/noinit.ld)
25 zephyr_linker_sources(NOINIT psoc6_legacy/noinit.ld)
/Zephyr-latest/include/zephyr/linker/
Dsections.h118 #define NOINIT noinit macro
131 #define BOOT_NOINIT NOINIT
145 #define PINNED_NOINIT NOINIT
/Zephyr-latest/soc/nxp/mcx/mcxw/
Dsections.ld7 /* NOINIT section for rpmsg_sh_mem */
/Zephyr-latest/soc/infineon/cat3/xmc4xxx/
DCMakeLists.txt8 zephyr_linker_sources(NOINIT noinit.ld)
/Zephyr-latest/samples/boards/st/ccm/
DREADME.rst60 Uninitialized NOINIT area : [0x10000008, 0x10000013)
106 Uninitialized NOINIT area : [0x10000008, 0x10000013)
/Zephyr-latest/cmake/linker_script/arm/
Dlinker.cmake138 zephyr_linker_section(NAME .noinit GROUP RAM_REGION TYPE NOLOAD NOINIT)
192 zephyr_linker_section(NAME .dtcm_noinit GROUP DTCM_REGION SUBALIGN 4 TYPE NOLOAD NOINIT)
/Zephyr-latest/cmake/linker/
Dlinker_script_common.cmake98 …ME;ADDRESS;ALIGN_WITH_INPUT;TYPE;ALIGN;ENDALIGN;SUBALIGN;VMA;LMA;NOINPUT;NOINIT;NOSYMBOLS;GROUP;SY…
/Zephyr-latest/cmake/modules/
Dextensions.cmake1241 # NOINIT Inside the noinit output section.
1265 # Use NOINIT, RWDATA, and RODATA unless they don't work for your use case.
1267 # When placing into NOINIT, RWDATA, RODATA, ROM_START, RAMFUNC_SECTION,
1345 elseif("${location}" STREQUAL "NOINIT")
4994 # [HIDDEN] [NOINPUT] [NOINIT]
5062 set(options "ALIGN_WITH_INPUT;HIDDEN;NOINIT;NOINPUT")
5122 # [HIDDEN] [NOINPUT] [NOINIT]