Searched refs:LISTING_LHS_WIDTH (Results 1 - 24 of 24) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-xgate.h45 #define LISTING_LHS_WIDTH 4 /* One word on the first line. */ macro
H A Dtc-m68hc11.h45 #define LISTING_LHS_WIDTH 4 /* One word on the first line */ macro
H A Dtc-rx.h26 #define LISTING_LHS_WIDTH 8 macro
H A Dtc-s12z.h39 #define LISTING_LHS_WIDTH 4 /* One word on the first line */ macro
H A Dtc-rl78.h26 #define LISTING_LHS_WIDTH 8 macro
H A Dtc-cris.h134 #define LISTING_LHS_WIDTH 4
H A Dtc-m68k.h37 #define LISTING_LHS_WIDTH 2 /* One word on the first line */ macro
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-xgate.h45 #define LISTING_LHS_WIDTH 4 /* One word on the first line. */ macro
H A Dtc-m68hc11.h45 #define LISTING_LHS_WIDTH 4 /* One word on the first line */ macro
H A Dtc-m68k.h34 #define LISTING_LHS_WIDTH 2 /* One word on the first line */ macro
H A Dtc-rl78.h26 #define LISTING_LHS_WIDTH 8 macro
H A Dtc-rx.h26 #define LISTING_LHS_WIDTH 8 macro
H A Dtc-s12z.h39 #define LISTING_LHS_WIDTH 4 /* One word on the first line */ macro
H A Dtc-cris.h134 #define LISTING_LHS_WIDTH 4
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-xgate.h45 #define LISTING_LHS_WIDTH 4 /* One word on the first line. */ macro
H A Dtc-m68hc11.h45 #define LISTING_LHS_WIDTH 4 /* One word on the first line */ macro
H A Dtc-rx.h26 #define LISTING_LHS_WIDTH 8 macro
H A Dtc-rl78.h26 #define LISTING_LHS_WIDTH 8 macro
H A Dtc-s12z.h39 #define LISTING_LHS_WIDTH 4 /* One word on the first line */ macro
H A Dtc-m68k.h37 #define LISTING_LHS_WIDTH 2 /* One word on the first line */ macro
H A Dtc-cris.h134 #define LISTING_LHS_WIDTH 4
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dlisting.c81 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)) macro
111 #define LISTING_LHS_WIDTH_SECOND LISTING_LHS_WIDTH
190 int listing_lhs_width = LISTING_LHS_WIDTH;
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Dlisting.c81 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)) macro
111 #define LISTING_LHS_WIDTH_SECOND LISTING_LHS_WIDTH
190 int listing_lhs_width = LISTING_LHS_WIDTH;
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Dlisting.c81 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)) macro
111 #define LISTING_LHS_WIDTH_SECOND LISTING_LHS_WIDTH
190 int listing_lhs_width = LISTING_LHS_WIDTH;

Completed in 194 milliseconds