Searched refs:asm_file_end (Results 1 – 12 of 12) sorted by relevance
176 long asm_file_end; in c_common_write_pch() local184 asm_file_end = ftell (asm_out_file); in c_common_write_pch()185 h.asm_size = asm_file_end - asm_file_startpos; in c_common_write_pch()195 for (written = asm_file_startpos; written < asm_file_end; ) in c_common_write_pch()197 long size = asm_file_end - written; in c_common_write_pch()
85 extern void asm_file_end PARAMS ((FILE *));
1063 #define ASM_FILE_END(FILE) asm_file_end (FILE)
771 asm_file_end (file) in asm_file_end() function
22 extern void asm_file_end PARAMS ((FILE *));
3263 asm_file_end (file)
26 extern void asm_file_end PARAMS ((FILE *file));
1805 #define ASM_FILE_END(STREAM) asm_file_end (STREAM)
4907 asm_file_end (file) in asm_file_end() function
3977 (asm_file_end): Output size generated commands count as a hex
16157 (asm_file_end): Output of commands_in_file removed.
5661 * config/avr/avr.c (asm_file_end): Likewise.