Home | History | Annotate | Download | only in gas

Lines Matching refs:LISTING

351   {"eject", listing_eject, 0},	/* Formfeed listing.  */
405 {"lflags", s_ignore, 0}, /* Listing flags. */
408 {"list", listing_list, 1}, /* Turn listing on. */
419 {"nolist", listing_list, 0}, /* Turn listing off. */
437 {"sbttl", listing_title, 1}, /* Subtitle of listing. */
470 {"title", listing_title, 0}, /* Listing title. */
841 /* In order to avoid listing macro expansion lines with labels
867 /* If listing is on, and we are expanding a macro, then give
868 the listing code the contents of the expanded line. */
869 if (listing)
871 if ((listing & LISTING_MACEXP) && macro_nest > 0)
891 /* Install the line with the listing facility. */
1950 #ifdef LISTING
1951 if (listing)
2092 #ifdef LISTING
2093 if (listing)
3240 if (listing & LISTING_SYMBOLS)
3766 symbol frag is already set to a dummy listing frag. */