Home
last modified time | relevance | path

Searched refs:RODATA (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/include/zephyr/linker/
Dsections.h116 #define RODATA rodata macro
129 #define BOOT_RODATA RODATA
143 #define PINNED_RODATA RODATA
153 #define ONDEMAND_RODATA RODATA
/Zephyr-latest/subsys/testsuite/coverage/
DCMakeLists.txt10 zephyr_linker_sources_ifdef(CONFIG_COVERAGE_GCOV RODATA coverage_rodata.ld)
/Zephyr-latest/soc/nxp/rw/
DCMakeLists.txt25 zephyr_linker_sources(RODATA firmwares.ld)
/Zephyr-latest/soc/andestech/ae350/
DCMakeLists.txt13 zephyr_linker_sources_ifdef(CONFIG_SOC_ANDES_V5_EXECIT RODATA SORT_KEY 0x0 common_linker/execit.ld)
/Zephyr-latest/soc/infineon/cat1a/
DCMakeLists.txt17 zephyr_linker_sources(RODATA SORT_KEY 0 common/rom.ld)
/Zephyr-latest/scripts/build/
Dgen_relocate_app.py64 RODATA = "rodata" variable in SectionKind
85 return cls.RODATA
358 if not region_is_default_ram(memory_type) and kind is SectionKind.RODATA:
396 …gen_string += string_create_helper(SectionKind.RODATA, memory_type, full_list_of_sections, 1, is_c…
424 for kind in (SectionKind.TEXT, SectionKind.RODATA, SectionKind.DATA):
/Zephyr-latest/subsys/mem_mgmt/
DKconfig12 unsure to save RODATA space.
/Zephyr-latest/arch/arm/core/
DCMakeLists.txt43 zephyr_linker_sources(RODATA swi_tables.ld)
/Zephyr-latest/arch/sparc/core/
Dtrap_table_svt.S58 SECTION_VAR(RODATA, __sparc_trap_table_svt_tables)
/Zephyr-latest/arch/arm64/core/
DCMakeLists.txt66 zephyr_linker_sources(RODATA swi_tables.ld)
/Zephyr-latest/boards/qemu/cortex_m3/doc/
Dindex.rst61 effectively provides TEXT/RODATA write protection in ROM.
/Zephyr-latest/boards/qemu/nios2/doc/
Dindex.rst61 effectively provides TEXT/RODATA write protection in ROM.
/Zephyr-latest/include/zephyr/arch/arm/cortex_a_r/scripts/
Dlinker.ld233 * RODATA must be the last section so that the size of the entire read
/Zephyr-latest/include/zephyr/arch/x86/ia32/
Dlinker.ld29 * at the end of the RODATA section. At runtime, the DATA section is copied
/Zephyr-latest/soc/espressif/esp32/
Ddefault.ld748 /* --- RODATA BEGIN --- */
834 /* --- RODATA END --- */
/Zephyr-latest/cmake/modules/
Dextensions.cmake1243 # RODATA Inside the rodata output section.
1256 # PINNED_RODATA Similar to RODATA but pinned in memory.
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,
1286 # Note about the above examples: If the first example was used with RODATA, and
1349 elseif("${location}" STREQUAL "RODATA")
/Zephyr-latest/arch/
DKconfig357 Reserve a few more bytes for the RODATA region for kobject metadata.