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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DXCOFF.h35 XMC_XO = 7, ///< Extended Operation (Pseudo Machine Instruction)
/freebsd-12-stable/contrib/binutils/include/coff/
H A Dxcoff.h114 #define XMC_XO 7 /* Read-only extended operation */ macro
H A Dinternal.h615 #define XMC_XO 7 /* Read-only extended operation */ macro
/freebsd-12-stable/contrib/binutils/bfd/
H A Dxcofflink.c252 if (ldsym.l_smclas == XMC_XO)
667 /* Unless this is an XMC_XO symbol, we don't bother to actually
672 if (h->smclas == XMC_XO
685 || (h->smclas == XMC_XO && name[0] != '.'))
726 if (h->smclas == XMC_XO
730 hds->smclas = XMC_XO;
1247 /* An XMC_XO external reference is actually a reference to
1249 if (aux.x_csect.x_smclas != XMC_XO)
4686 ldsym->l_smclas = XMC_XO;
5058 && h->smclas == XMC_XO)
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp192 ECase(XMC_GL), ECase(XMC_XO), ECase(XMC_SV),
/freebsd-12-stable/contrib/binutils/gas/config/
H A Dtc-ppc.c3223 case XMC_XO:
4883 tc->class = XMC_XO;
5063 symbol_get_tc (sym)->class = XMC_XO;
5216 a->x_csect.x_smclas = XMC_XO;

Completed in 182 milliseconds