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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dlisting.c131 } file_info_type; typedef in typeref:struct:file_info_struct
157 file_info_type *file;
167 file_info_type *hll_file;
193 static file_info_type * file_info_head;
194 static file_info_type * last_open_file_info;
218 static file_info_type *file_info (const char *);
252 static file_info_type *
256 file_info_type *p = file_info_head;
258 while (p != (file_info_type *) NULL)
266 p = (file_info_type *) xmallo
[all...]

Completed in 102 milliseconds