Searched refs:NL (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/libiberty/ |
D | cp-demangle.c | 1705 #define NL(s) s, (sizeof s) - 1 macro 1710 { "aN", NL ("&="), 2 }, 1711 { "aS", NL ("="), 2 }, 1712 { "aa", NL ("&&"), 2 }, 1713 { "ad", NL ("&"), 1 }, 1714 { "an", NL ("&"), 2 }, 1715 { "at", NL ("alignof "), 1 }, 1716 { "az", NL ("alignof "), 1 }, 1717 { "cc", NL ("const_cast"), 2 }, 1718 { "cl", NL ("()"), 2 }, [all …]
|
/toolchain/binutils/binutils-2.25/gas/ |
D | itbl-parse.y | 289 %token DREG CREG GREG IMMED ADDR INSN NUM ID NL PNUM 308 pnum regtype name value NL 321 fieldspecs NL 323 | NL 324 | error NL
|
D | itbl-lex.l | 95 MDBG (("in lex, NL = %d (x%x)\n", NL, NL)); 96 return NL;
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | mcparse.y | 53 %token NL 311 lang: MCLANGUAGE lex_want_nl '=' MCTOKEN NL 315 | MCLANGUAGE lex_want_nl '=' MCIDENT NL
|
D | mclex.c | 368 return NL; in yylex()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | ChangeLog-9697 | 5594 * som.c (hppa_som_gen_reloc_type): Handle N', NL' NLR' field
|