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

  /toolchain/binutils/binutils-2.27/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
295 listing_newline (char *ps) function
1632 listing_newline (char *name) function
    [all...]
read.c 830 listing_newline (NULL);
892 listing_newline (copy);
896 listing_newline (NULL);
    [all...]

Completed in 96 milliseconds