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

/freebsd-10.3-release/contrib/binutils/include/coff/
H A Dxcoff.h122 #define XMC_TC0 15 /* Read-write TOC anchor */ macro
H A Dinternal.h623 #define XMC_TC0 15 /* Read-write TOC anchor */ macro
/freebsd-10.3-release/contrib/binutils/gas/config/
H A Dtc-ppc.c3186 case XMC_TC0:
3994 if (symbol_get_tc (label)->class != XMC_TC0)
4825 tc->class = XMC_TC0;
4975 if (symbol_get_tc (sym)->class == XMC_TC0)
5030 while (symbol_get_tc (next)->class == XMC_TC0)
5351 if (sy_tc->class == XMC_TC0)
5370 && tc->class != XMC_TC0
5630 && symbol_get_tc (fixP->fx_addsy)->class != XMC_TC0
/freebsd-10.3-release/contrib/gdb/gdb/
H A Dxcoffread.c1140 case XMC_TC0:
2304 case XMC_TC0:
2306 warning ("More than one XMC_TC0 symbol found.");
2832 If no XMC_TC0 is found, toc_offset should be zero. Another place to obtain
/freebsd-10.3-release/contrib/binutils/bfd/
H A Dxcofflink.c1270 if (aux.x_csect.x_smclas == XMC_TC0)
1276 (_("%B: XMC_TC0 symbol `%s' is class %d scnlen %d"),
3618 && aux.x_csect.x_smclas == XMC_TC0)
4420 && aux.x_csect.x_smclas == XMC_TC0)

Completed in 91 milliseconds