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

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-alpha.c113 #define O_literal O_md3 /* !literal relocation. */
145 #define USER_RELOC_P(R) ((R) >= O_literal && (R) <= O_tprel)
399 that op-O_literal indexes into it. */
404 : (int) (op) - (int) O_literal) ])
776 case O_literal: name = "O_literal"; break;
3051 case O_literal:
112 #define O_literal macro

Completed in 117 milliseconds