Searched refs:rodata (Results 51 – 71 of 71) sorted by relevance
123
/Zephyr-latest/tests/kernel/mem_protect/protection/ |
D | README.rst | 41 trying to write to rodata at 0x00003124
|
/Zephyr-latest/include/zephyr/arch/posix/ |
D | linker.ld | 47 #include <snippets-rodata.ld>
|
/Zephyr-latest/soc/nxp/imx/imx8ulp/adsp/ |
D | linker.ld | 307 .rodata : ALIGN(4) 310 *(.rodata) argument 311 *(.rodata.*)
|
/Zephyr-latest/soc/nxp/imx/imx8x/adsp/ |
D | linker.ld | 314 .rodata : ALIGN(4) 317 *(.rodata) 318 *(.rodata.*)
|
/Zephyr-latest/soc/nxp/imx/imx8/adsp/ |
D | linker.ld | 313 .rodata : ALIGN(4) 316 *(.rodata) 317 *(.rodata.*)
|
/Zephyr-latest/soc/nxp/imx/imx8m/adsp/ |
D | linker.ld | 313 .rodata : ALIGN(4) 316 *(.rodata) 317 *(.rodata.*)
|
/Zephyr-latest/soc/amd/acp_6_0/adsp/ |
D | linker.ld | 369 .rodata : ALIGN(4) 372 *(.rodata) argument 373 *(.rodata.*)
|
/Zephyr-latest/boards/gaisler/gr716a_mini/doc/ |
D | index.rst | 149 300040D0 rodata 484B [===============>] 100% 191 section: rodata, addr: 0x30000028, size 484 bytes
|
/Zephyr-latest/arch/xtensa/core/startup/ |
D | reset_vector.S | 378 .pushsection .rodata, "a"
|
/Zephyr-latest/doc/kernel/ |
D | code-relocation.rst | 8 This feature will allow relocating .text, .rodata, .data, and .bss sections from
|
/Zephyr-latest/doc/kernel/memory_management/ |
D | virtual_memory.rst | 145 * ``.rodata`` section is read-only and non-executable. It is accessible
|
/Zephyr-latest/soc/espressif/common/ |
D | Kconfig.spiram | 138 If enabled, rodata in flash will be moved into PSRAM on startup.
|
/Zephyr-latest/boards/altr/max10/doc/ |
D | index.rst | 298 Loading section rodata, size 0x3f4 lma 0x408ff0
|
/Zephyr-latest/boards/intel/socfpga_std/cyclonev_socdk/doc/ |
D | index.rst | 264 Restoring section .rodata (0xffff6f84 to 0xffff8af9)
|
/Zephyr-latest/arch/xtensa/core/ |
D | README_MMU.txt | 205 page-level control over physical memory (e.g. .text/.rodata is cached
|
/Zephyr-latest/ |
D | CMakeLists.txt | 1319 --rodata ${CONFIG_KOBJECT_RODATA_AREA_EXTRA_BYTES} 1527 $<TARGET_PROPERTY:bintools,elfconvert_flag_section_rename>.rodata=.kobject_data.rodata
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-3.6.rst | 467 * The Bluetooth UUID has been modified to rodata in ``BT_UUID_DECLARE_16``, ``BT_UUID_DECLARE_32``
|
D | migration-guide-3.7.rst | 40 * - ``linker-kobject-prebuilt-rodata.h``
|
D | release-notes-2.2.rst | 1247 * :github:`3810` - application/kernel rodata split
|
/Zephyr-latest/arch/ |
D | Kconfig | 353 int "Reserve extra bytes for kobject rodata area"
|
/Zephyr-latest/cmake/modules/ |
D | extensions.cmake | 1243 # RODATA Inside the rodata output section. 1303 set(rodata_path "${snippet_base}/snippets-rodata.ld") 1311 set(pinned_rodata_path "${snippet_base}/snippets-pinned-rodata.ld")
|
123