Searched refs:code_string (Results 1 – 1 of 1) sorted by relevance
452 code_string = ''456 code_string += code_generation["extern"]459 code_string += DATA_COPY_FUNCTION.format(code_generation["copy_code"])461 code_string += DATA_COPY_FUNCTION.format("return;")463 code_string += BSS_ZEROING_FUNCTION.format(code_generation["zero_code"])465 code_string += BSS_ZEROING_FUNCTION.format("return;")469 header_file_desc.write(code_string)