Lines Matching +full:feature +full:- +full:specific
8 This feature will allow relocating .text, .rodata, .data, and .bss sections from
13 This script provides a robust way to re-order the memory contents without
25 ``python3 gen_relocate_app.py -i input_string -o generated_linker -c generated_code``
50 **The procedure to invoke this feature is:**
74 .. code-block:: none
83 .. code-block:: none
92 expressions can be used to relocate a comma-separated list of files
94 .. code-block:: none
105 used when we want to move the content of a specific file (or set of files) to a
112 .. code-block:: none
124 .. code-block:: none
132 A test showcasing this feature is provided at
135 This test shows how the code relocation feature is used.