Searched refs:is_copy (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/scripts/build/ |
D | gen_relocate_app.py | 340 is_copy, argument 345 if is_copy: 388 is_copy = bool("|COPY" in memory_type) 391 if region_is_default_ram(memory_type) and is_copy: 394 …+= string_create_helper(SectionKind.LITERAL, memory_type, full_list_of_sections, 1, is_copy, phdrs) 395 …ng += string_create_helper(SectionKind.TEXT, memory_type, full_list_of_sections, 1, is_copy, phdrs) 396 … += string_create_helper(SectionKind.RODATA, memory_type, full_list_of_sections, 1, is_copy, phdrs) 398 if region_is_default_ram(memory_type) and is_copy:
|