Searched refs:_a (Results 1 – 8 of 8) sorted by relevance
/toolchain/binutils/binutils-2.25/ld/ |
D | ldlex.l | 99 CMDFILENAMECHAR [_a-zA-Z0-9\/\.\\_\+\$\:\[\]\\\,\=\&\!\<\>\-\~] 100 CMDFILENAMECHAR1 [_a-zA-Z0-9\/\.\\_\+\$\:\[\]\\\,\=\&\!\<\>\~] 101 FILENAMECHAR1 [_a-zA-Z\/\.\\\$\_\~] 102 SYMBOLCHARN [_a-zA-Z\/\.\\\$\_\~0-9] 103 FILENAMECHAR [_a-zA-Z0-9\/\.\-\_\+\=\$\:\[\]\\\,\~] 104 WILDCHAR [_a-zA-Z0-9\/\.\-\_\+\=\$\:\[\]\\\,\~\?\*\^\!] 107 NOCFILENAMECHAR [_a-zA-Z0-9\/\.\-\_\+\$\:\[\]\\\~] 109 V_TAG [.$_a-zA-Z][._a-zA-Z0-9]* 110 V_IDENTIFIER [*?.$_a-zA-Z\[\]\-\!\^\\]([*?.$_a-zA-Z0-9\[\]\-\!\^\\]|::)*
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/h8300/ |
D | mov32bug.s | 2 .global _a symbol 4 mov.l #_a-2000000000,er2
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/ |
D | diff1.s | 5 _foo: .long _a - _b
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/metag/ |
D | tls.s | 2 ADD D1Ar1,D1Ar1,#(_a@TLSGD)
|
D | tls.d | 10 0: R_METAG_TLS_GD _a
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/ |
D | erratum843419.d | 17 20000ff8: 90100000 adrp x0, 40000000 <[_a-zA-z0-9]+>
|
/toolchain/binutils/binutils-2.25/include/ |
D | longlong.h | 566 UWtype _x = (x), _y, _a, _c; \ 568 __asm__ ("czx1.l %0 = %1" : "=r" (_a) : "r" (-_y | _y)); \ 569 _c = (_a - 1) << 3; \
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | bfd-in2.h | 1718 asection *_a = A; \ 1720 asection *_next = _a->next; \ 1722 _s->prev = _a; \ 1723 _a->next = _s; \
|