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

  /toolchain/binutils/binutils-2.27/gas/
listing.h 59 extern int listing_lhs_width;
as.c 850 listing_lhs_width = atoi (optarg);
851 if (listing_lhs_width_second < listing_lhs_width)
852 listing_lhs_width_second = listing_lhs_width;
858 if (tmp > listing_lhs_width)
    [all...]
listing.c 81 LISTING_LHS_WIDTH Number of words of above size for the lhs
107 #ifndef LISTING_LHS_WIDTH
108 #define LISTING_LHS_WIDTH ((LISTING_WORD_SIZE) > 4 ? 1 : 4 / (LISTING_WORD_SIZE))
111 #define LISTING_LHS_WIDTH_SECOND LISTING_LHS_WIDTH
190 int listing_lhs_width = LISTING_LHS_WIDTH; variable
213 (((LISTING_WORD_SIZE * 2) + 1) * listing_lhs_width \
838 nchars = (LISTING_WORD_SIZE * 2 + 1) * listing_lhs_width;
    [all...]

Completed in 67 milliseconds