Lines Matching refs:string
205 string = ""
208 string = linker_start_seq.format(lnkr_sect, lnkr_sect.upper())
211 string += data_template.format(partition)
214 string += library_data_template.format(lib)
215 string += bss_template.format(partition, lnkr_sect)
218 string += library_bss_template.format(lib)
219 string += footer_template.format(partition)
222 string += linker_end_seq.format(lnkr_sect)
223 string += size_string
225 string = empty_app_smem.format(lnkr_sect, lnkr_sect.upper())
228 fw.write(string)