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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dlisting.c191 struct list_info_struct * listing_tail; variable in typeref:struct:list_info_struct
230 if (listing_tail != (list_info_type *) NULL)
236 listing_tail->message = n;
305 && listing_tail != NULL
306 && ! listing_tail->debugging)
313 listing_tail->debugging = 1;
395 if (listing_tail)
396 listing_tail->next = new_i;
400 listing_tail = new_i;
442 || head == listing_tail)
[all...]
H A Dfrags.c172 extern struct list_info_struct *listing_tail;
173 frag_now->line = listing_tail;
H A Dread.c3093 extern struct list_info_struct *listing_tail;
3095 dummy_frag->line = listing_tail;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c2807 extern struct list_info_struct * listing_tail;
2812 dummy_frag->line = listing_tail;

Completed in 220 milliseconds