Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/build/
Dgen_relocate_app.py340 def string_create_helper( function
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 …gen_string_sram_data += string_create_helper(SectionKind.DATA, memory_type, full_list_of_sections,…
408 …gen_string_sram_bss += string_create_helper(SectionKind.BSS, memory_type, full_list_of_sections, 0…
410 …gen_string += string_create_helper(SectionKind.DATA, memory_type, full_list_of_sections, 1, 1, phd…
411 …gen_string += string_create_helper(SectionKind.BSS, memory_type, full_list_of_sections, 0, 1, phdr…