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

  /toolchain/binutils/binutils-2.27/gas/config/
tc-mcore.h 35 #define LISTING_LHS_CONT_LINES 4
tc-xgate.h 47 #define LISTING_LHS_CONT_LINES 4 /* And 4 lines max. */
tc-m68hc11.h 47 #define LISTING_LHS_CONT_LINES 4 /* And 4 lines max */
tc-microblaze.h 65 #define LISTING_LHS_CONT_LINES 4
tc-m68k.h 70 #define LISTING_LHS_CONT_LINES 4/* And 4 lines max */
tc-mmix.h 178 #define LISTING_LHS_CONT_LINES 5
  /toolchain/binutils/binutils-2.27/gas/
listing.c 86 LISTING_LHS_CONT_LINES Max number of lines to use up for a continuation
116 #ifndef LISTING_LHS_CONT_LINES
117 #define LISTING_LHS_CONT_LINES 4
192 int listing_lhs_cont_lines = LISTING_LHS_CONT_LINES; variable
215 * listing_lhs_cont_lines) \
886 lines < (unsigned int) listing_lhs_cont_lines
    [all...]

Completed in 78 milliseconds