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

/freebsd-10.2-release/contrib/binutils/gas/
H A Dlisting.c184 struct list_info_struct * listing_tail; variable in typeref:struct:list_info_struct
225 if (listing_tail != (list_info_type *) NULL)
231 listing_tail->message = n;
300 && listing_tail != NULL
301 && ! listing_tail->debugging)
308 listing_tail->debugging = 1;
383 if (listing_tail)
384 listing_tail->next = new;
388 listing_tail = new;
430 || head == listing_tail)
[all...]
H A Dfrags.c172 extern struct list_info_struct *listing_tail;
173 frag_now->line = listing_tail;
H A Dread.c2986 extern struct list_info_struct *listing_tail;
2988 dummy_frag->line = listing_tail;
/freebsd-10.2-release/contrib/binutils/gas/config/
H A Dtc-arm.c2545 extern struct list_info_struct * listing_tail;
2550 dummy_frag->line = listing_tail;

Completed in 205 milliseconds