Home
last modified time | relevance | path

Searched refs:LISTING_WORD_SIZE (Results 1 – 14 of 14) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/
Dlisting.c104 #ifndef LISTING_WORD_SIZE
105 #define LISTING_WORD_SIZE 4 macro
108 #define LISTING_LHS_WIDTH ((LISTING_WORD_SIZE) > 4 ? 1 : 4 / (LISTING_WORD_SIZE))
213 (((LISTING_WORD_SIZE * 2) + 1) * listing_lhs_width \
214 + ((((LISTING_WORD_SIZE * 2) + 1) * listing_lhs_width_second) \
847 nchars = (LISTING_WORD_SIZE * 2 + 1) * listing_lhs_width; in print_lines()
876 if (octet_in_word == LISTING_WORD_SIZE) in print_lines()
899 nchars = ((LISTING_WORD_SIZE * 2) + 1) * listing_lhs_width_second - 1; in print_lines()
914 if (octet_in_word == LISTING_WORD_SIZE) in print_lines()
DChangeLog-00016976 LISTING_WORD_SIZE.
7475 (print_lines) Ditto. Also, if LISTING_WORD_SIZE is not 1, and
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-z80.h79 #define LISTING_WORD_SIZE 2 macro
Dtc-rl78.h27 #define LISTING_WORD_SIZE 1 macro
Dtc-xgate.h44 #define LISTING_WORD_SIZE 1 /* A word is 1 bytes. */ macro
Dtc-m68hc11.h44 #define LISTING_WORD_SIZE 1 /* A word is 1 bytes */ macro
Dtc-msp430.h96 #define LISTING_WORD_SIZE 2 macro
Dtc-rx.h27 #define LISTING_WORD_SIZE 1 macro
Dtc-cris.h136 #define LISTING_WORD_SIZE 2
Dtc-tic54x.h124 #define LISTING_WORD_SIZE 2 macro
Dtc-avr.h142 #define LISTING_WORD_SIZE 2 macro
Dtc-m68k.h67 #define LISTING_WORD_SIZE 2 /* A word is 2 bytes */ macro
/toolchain/binutils/binutils-2.25/gas/doc/
Dinternals.texi1484 @item LISTING_WORD_SIZE
1492 particular source line, where each word is @code{LISTING_WORD_SIZE} bytes. The
/toolchain/binutils/binutils-2.25/gas/testsuite/
DChangeLog-93034247 LISTING_WORD_SIZE==1.