HomeSort by relevance Sort by last modified time
    Searched refs:listing_newline (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/gas/
listing.h 36 #define LISTING_NEWLINE() { if (listing) listing_newline (NULL); }
38 #define LISTING_NEWLINE() {;}
40 #define LISTING_EOF() LISTING_NEWLINE()
48 void listing_newline (char *ps);
listing.c 58 defined (from the Makefile), then the macro LISTING_NEWLINE expands
59 into a call to listing_newline. The call is done from read.c, every
62 The function listing_newline remembers the frag associated with the
297 listing_newline (char *ps) function
1643 listing_newline (char *name) function
    [all...]
read.c 759 listing_newline (NULL);
821 listing_newline (copy);
825 listing_newline (NULL);
    [all...]

Completed in 376 milliseconds