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

/freebsd-10-stable/contrib/binutils/include/coff/
H A Dxcoff.h251 /* If we have created a TOC entry (the XCOFF_SET_TOC flag is
297 #define XCOFF_SET_TOC 0x00000040 macro
/freebsd-10-stable/contrib/binutils/bfd/
H A Dxcofflink.c2822 hds->flags |= XCOFF_SET_TOC | XCOFF_LDREL;
3879 BFD_ASSERT (((*sym_hash)->flags & XCOFF_SET_TOC) == 0);
4352 BFD_ASSERT ((h->flags & XCOFF_SET_TOC) == 0);
4744 if ((h->descriptor->flags & XCOFF_SET_TOC) != 0)
4764 if ((h->flags & XCOFF_SET_TOC) != 0)
H A Dcoff-rs6000.c2904 BFD_ASSERT ((h->flags & XCOFF_SET_TOC) == 0);

Completed in 166 milliseconds