Searched refs:dst_file_info_entry (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dvmsdbgout.c76 dst_file_info_entry; typedef in typeref:struct:dst_file_info_struct
166 static int write_srccorr (int, dst_file_info_entry, int);
1067 write_srccorr (int fileid, dst_file_info_entry file_info_entry,
1493 file_info_table = XRESIZEVEC (dst_file_info_entry, file_info_table,
1588 file_info_table = XCNEWVEC (dst_file_info_entry, FILE_TABLE_INCREMENT);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dvmsdbgout.c74 dst_file_info_entry; typedef in typeref:struct:dst_file_info_struct
164 static int write_srccorr (int, dst_file_info_entry, int);
1058 write_srccorr (int fileid, dst_file_info_entry file_info_entry,
1516 * sizeof (dst_file_info_entry)));
1605 = xcalloc (FILE_TABLE_INCREMENT, sizeof (dst_file_info_entry));

Completed in 264 milliseconds