Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dc-pch.c176 long asm_file_end; in c_common_write_pch() local
184 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()
/openbsd/gnu/usr.bin/gcc/gcc/config/h8300/
H A Dh8300-protos.h85 extern void asm_file_end PARAMS ((FILE *));
H A Dh8300.h1063 #define ASM_FILE_END(FILE) asm_file_end (FILE)
H A Dh8300.c771 asm_file_end (file) in asm_file_end() function
/openbsd/gnu/usr.bin/gcc/gcc/config/ip2k/
H A Dip2k-protos.h22 extern void asm_file_end PARAMS ((FILE *));
H A Dip2k.c3263 asm_file_end (file)
/openbsd/gnu/usr.bin/gcc/gcc/config/avr/
H A Davr-protos.h26 extern void asm_file_end PARAMS ((FILE *file));
H A Davr.h1805 #define ASM_FILE_END(STREAM) asm_file_end (STREAM)
H A Davr.c4907 asm_file_end (file) in asm_file_end() function
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.33977 (asm_file_end): Output size generated commands count as a hex
H A DChangeLog16157 (asm_file_end): Output of commands_in_file removed.
H A DChangeLog.75661 * config/avr/avr.c (asm_file_end): Likewise.