Lines Matching refs:dst_file
155 with open(dst, 'w') as dst_file:
160 print('#if ' + conds[arch], file=dst_file)
161 print(line, file=dst_file, end='')
162 print('#endif', file=dst_file)
175 print(directive + conds[arch], file=dst_file)
177 init + arch + end, file=dst_file)
179 print('#else', file=dst_file)
180 print('#error "unknown architecture"', file=dst_file)
181 print('#endif', file=dst_file)
190 file=dst_file)
192 file=dst_file)
194 print('#else', file=dst_file)
195 print('#error "unknown architecture"', file=dst_file)
196 print('#endif', file=dst_file)
201 print('/* #undef ' + match.group(1) + ' */', file=dst_file)
204 print(line, file=dst_file, end='')