Searched refs:full_list_of_sections (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/scripts/build/ |
D | gen_relocate_app.py | 272 full_list_of_sections: 'dict[SectionKind, list[OutputSection]]' 292 for section in full_list_of_sections[used_kind] 338 full_list_of_sections: 'dict[SectionKind, list[OutputSection]]', 351 if full_list_of_sections[kind]: 354 tmp = print_linker_sections(full_list_of_sections[kind]) 385 for memory_type, full_list_of_sections in \ 394 …gen_string += string_create_helper(SectionKind.LITERAL, memory_type, full_list_of_sections, 1, is_… 395 …gen_string += string_create_helper(SectionKind.TEXT, memory_type, full_list_of_sections, 1, is_cop… 396 …gen_string += string_create_helper(SectionKind.RODATA, memory_type, full_list_of_sections, 1, is_c… 402 …_sram_data += string_create_helper(SectionKind.DATA, memory_type, full_list_of_sections, 1, 1, phd… [all …]
|