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

/freebsd-10.0-release/contrib/binutils/gas/
H A Dlisting.c177 typedef struct list_info_struct list_info_type; typedef in typeref:struct:list_info_struct
214 static void listing_page (list_info_type *);
215 static unsigned int calc_hex (list_info_type *);
216 static void print_lines (list_info_type *, unsigned int, char *, unsigned int);
218 static void print_source (file_info_type *, list_info_type *, char *, unsigned int);
219 static int debugging_pseudo (list_info_type *, const char *);
225 if (listing_tail != (list_info_type *) NULL)
286 list_info_type *new = NULL;
319 new = (list_info_type *) xmalloc (sizeof (list_info_type));
[all...]

Completed in 161 milliseconds