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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dlisting.c184 typedef struct list_info_struct list_info_type; typedef in typeref:struct:list_info_struct
220 static void listing_page (list_info_type *);
221 static unsigned int calc_hex (list_info_type *);
222 static void print_lines (list_info_type *, unsigned int, char *, unsigned int);
224 static int debugging_pseudo (list_info_type *, const char *);
230 if (listing_tail != (list_info_type *) NULL)
291 list_info_type *new_i = NULL;
324 new_i = (list_info_type *) xmalloc (sizeof (list_info_type));
386 new_i = (list_info_type *) xmallo
[all...]

Completed in 104 milliseconds