Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/build/
Dgen_relocate_app.py62 class SectionKind(Enum): class
246 section_kind = SectionKind.for_section_named(section.name)
312 for kind in SectionKind:
319 out = set(SectionKind)
336 kind: SectionKind, argument
355 if region_is_default_ram(memory_type) and kind in (SectionKind.DATA, SectionKind.BSS):
358 if not region_is_default_ram(memory_type) and kind is SectionKind.RODATA:
366 … if region_is_default_ram(memory_type) and kind in (SectionKind.TEXT, SectionKind.LITERAL):
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…
[all …]