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

  /toolchain/binutils/binutils-2.27/gas/
listing.h 60 extern int listing_lhs_width_second;
as.c 851 if (listing_lhs_width_second < listing_lhs_width)
852 listing_lhs_width_second = listing_lhs_width;
859 listing_lhs_width_second = tmp;
    [all...]
listing.c 83 LISTING_LHS_WIDTH_SECOND Number of words for the data on the lhs
110 #ifndef LISTING_LHS_WIDTH_SECOND
111 #define LISTING_LHS_WIDTH_SECOND LISTING_LHS_WIDTH
191 int listing_lhs_width_second = LISTING_LHS_WIDTH_SECOND; variable
214 + ((((LISTING_WORD_SIZE * 2) + 1) * listing_lhs_width_second) \
890 nchars = ((LISTING_WORD_SIZE * 2) + 1) * listing_lhs_width_second - 1;
    [all...]

Completed in 124 milliseconds