Home
last modified time | relevance | path

Searched refs:full_list_of_sections (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/scripts/build/
Dgen_relocate_app.py277 full_list_of_sections: 'dict[SectionKind, list[OutputSection]]'
297 for section in full_list_of_sections[used_kind]
343 full_list_of_sections: 'dict[SectionKind, list[OutputSection]]',
356 if full_list_of_sections[kind]:
359 tmp = print_linker_sections(full_list_of_sections[kind])
390 for memory_type, full_list_of_sections in \
399 …gen_string += string_create_helper(SectionKind.LITERAL, memory_type, full_list_of_sections, 1, is_…
400 …gen_string += string_create_helper(SectionKind.TEXT, memory_type, full_list_of_sections, 1, is_cop…
401 …gen_string += string_create_helper(SectionKind.RODATA, memory_type, full_list_of_sections, 1, is_c…
407 …_sram_data += string_create_helper(SectionKind.DATA, memory_type, full_list_of_sections, 1, 1, phd…
[all …]