Lines Matching refs:will
8 This feature will allow relocating .text, .rodata, .data, and .bss sections from
14 actually having to modify the code. In simple terms this script will do the job
28 ``prj.conf``, will invoke the script and do the required relocation.
38 section will have some info regarding vector tables and other debug related
39 info. The second section will have the complete text section. This is
41 locations. This is due to the behavior of the linker. The linker will only
89 This will place data and bss inside SRAM2.
103 By default, all relocated functions and variables will be marked with ``KEEP()``
105 contain unused symbols, then they will not be discarded by the linker, even when
113 The example above will help ensure that any unused code found in the .text
114 sections of ``file1.c`` will not stick to SRAM2.
124 This example will place the .text section of the ``xip_external_flash.c`` file
125 to the ``EXTFLASH`` memory region where it will be executed from (XIP). The
126 .data will be relocated as usual into SRAM.
138 snippet will relocate serial drivers to SRAM2:
161 This test will place .text, .data, .bss from 3 files to various parts in the SRAM