Searched refs:RODATA (Results 1 – 18 of 18) sorted by relevance
| /Zephyr-4.1.0/include/zephyr/linker/ |
| D | sections.h | 116 #define RODATA rodata macro 129 #define BOOT_RODATA RODATA 143 #define PINNED_RODATA RODATA 153 #define ONDEMAND_RODATA RODATA
|
| /Zephyr-4.1.0/soc/renesas/rz/rzg3s/ |
| D | CMakeLists.txt | 11 RODATA
|
| /Zephyr-4.1.0/subsys/testsuite/coverage/ |
| D | CMakeLists.txt | 10 zephyr_linker_sources_ifdef(CONFIG_COVERAGE_GCOV RODATA coverage_rodata.ld)
|
| /Zephyr-4.1.0/soc/nxp/rw/ |
| D | CMakeLists.txt | 25 zephyr_linker_sources(RODATA firmwares.ld)
|
| /Zephyr-4.1.0/soc/andestech/ae350/ |
| D | CMakeLists.txt | 13 zephyr_linker_sources_ifdef(CONFIG_SOC_ANDES_V5_EXECIT RODATA SORT_KEY 0x0 common_linker/execit.ld)
|
| /Zephyr-4.1.0/soc/infineon/cat1a/ |
| D | CMakeLists.txt | 17 zephyr_linker_sources(RODATA SORT_KEY 0 common/rom.ld)
|
| /Zephyr-4.1.0/scripts/build/ |
| D | gen_relocate_app.py | 66 RODATA = "rodata" variable in SectionKind 87 return cls.RODATA 363 if not region_is_default_ram(memory_type) and kind is SectionKind.RODATA: 401 …gen_string += string_create_helper(SectionKind.RODATA, memory_type, full_list_of_sections, 1, is_c… 429 for kind in (SectionKind.TEXT, SectionKind.RODATA, SectionKind.DATA):
|
| /Zephyr-4.1.0/subsys/mem_mgmt/ |
| D | Kconfig | 12 unsure to save RODATA space.
|
| /Zephyr-4.1.0/arch/arm/core/ |
| D | CMakeLists.txt | 43 zephyr_linker_sources(RODATA swi_tables.ld)
|
| /Zephyr-4.1.0/arch/sparc/core/ |
| D | trap_table_svt.S | 58 SECTION_VAR(RODATA, __sparc_trap_table_svt_tables)
|
| /Zephyr-4.1.0/arch/arm64/core/ |
| D | CMakeLists.txt | 66 zephyr_linker_sources(RODATA swi_tables.ld)
|
| /Zephyr-4.1.0/boards/qemu/cortex_m3/doc/ |
| D | index.rst | 61 effectively provides TEXT/RODATA write protection in ROM.
|
| /Zephyr-4.1.0/boards/qemu/nios2/doc/ |
| D | index.rst | 61 effectively provides TEXT/RODATA write protection in ROM.
|
| /Zephyr-4.1.0/include/zephyr/arch/arm/cortex_a_r/scripts/ |
| D | linker.ld | 233 * RODATA must be the last section so that the size of the entire read
|
| /Zephyr-4.1.0/include/zephyr/arch/x86/ia32/ |
| D | linker.ld | 29 * at the end of the RODATA section. At runtime, the DATA section is copied
|
| /Zephyr-4.1.0/soc/espressif/esp32/ |
| D | default.ld | 851 /* --- RODATA BEGIN --- */ 937 /* --- RODATA END --- */
|
| /Zephyr-4.1.0/cmake/modules/ |
| D | extensions.cmake | 1244 # RODATA Inside the rodata output section. 1257 # PINNED_RODATA Similar to RODATA but pinned in memory. 1266 # Use NOINIT, RWDATA, and RODATA unless they don't work for your use case. 1268 # When placing into NOINIT, RWDATA, RODATA, ROM_START, RAMFUNC_SECTION, 1287 # Note about the above examples: If the first example was used with RODATA, and 1350 elseif("${location}" STREQUAL "RODATA")
|
| /Zephyr-4.1.0/arch/ |
| D | Kconfig | 357 Reserve a few more bytes for the RODATA region for kobject metadata.
|