Searched refs:RODATA (Results 1 – 17 of 17) sorted by relevance
/Zephyr-latest/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-latest/subsys/testsuite/coverage/ |
D | CMakeLists.txt | 10 zephyr_linker_sources_ifdef(CONFIG_COVERAGE_GCOV RODATA coverage_rodata.ld)
|
/Zephyr-latest/soc/nxp/rw/ |
D | CMakeLists.txt | 25 zephyr_linker_sources(RODATA firmwares.ld)
|
/Zephyr-latest/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-latest/soc/infineon/cat1a/ |
D | CMakeLists.txt | 17 zephyr_linker_sources(RODATA SORT_KEY 0 common/rom.ld)
|
/Zephyr-latest/scripts/build/ |
D | gen_relocate_app.py | 64 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/ |
D | Kconfig | 12 unsure to save RODATA space.
|
/Zephyr-latest/arch/arm/core/ |
D | CMakeLists.txt | 43 zephyr_linker_sources(RODATA swi_tables.ld)
|
/Zephyr-latest/arch/sparc/core/ |
D | trap_table_svt.S | 58 SECTION_VAR(RODATA, __sparc_trap_table_svt_tables)
|
/Zephyr-latest/arch/arm64/core/ |
D | CMakeLists.txt | 66 zephyr_linker_sources(RODATA swi_tables.ld)
|
/Zephyr-latest/boards/qemu/cortex_m3/doc/ |
D | index.rst | 61 effectively provides TEXT/RODATA write protection in ROM.
|
/Zephyr-latest/boards/qemu/nios2/doc/ |
D | index.rst | 61 effectively provides TEXT/RODATA write protection in ROM.
|
/Zephyr-latest/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-latest/include/zephyr/arch/x86/ia32/ |
D | linker.ld | 29 * at the end of the RODATA section. At runtime, the DATA section is copied
|
/Zephyr-latest/soc/espressif/esp32/ |
D | default.ld | 748 /* --- RODATA BEGIN --- */ 834 /* --- RODATA END --- */
|
/Zephyr-latest/cmake/modules/ |
D | extensions.cmake | 1243 # 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/ |
D | Kconfig | 357 Reserve a few more bytes for the RODATA region for kobject metadata.
|