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

/freebsd-11.0-release/contrib/binutils/include/coff/
H A Dxcoff.h271 index. If XCOFF_BUILD_LDSYM is clear, and XCOFF_IMPORT is set,
299 #define XCOFF_IMPORT 0x00000080 macro
/freebsd-11.0-release/contrib/binutils/bfd/
H A Dxcofflink.c2333 || ((h->descriptor->flags & XCOFF_IMPORT) != 0
2498 h->flags |= (XCOFF_IMPORT | syscall_flag);
2779 || ((h->descriptor->flags & XCOFF_IMPORT) != 0
2833 && (h->flags & XCOFF_IMPORT) == 0
2933 if ((h->flags & XCOFF_IMPORT) != 0)
3533 || (h->flags & XCOFF_IMPORT) != 0)
4507 && (h->flags & XCOFF_IMPORT) == 0)
4661 || (h->flags & XCOFF_IMPORT) != 0)
H A Dcoff64-rs6000.c1278 else if ((0 == (h->flags & (XCOFF_DEF_DYNAMIC | XCOFF_IMPORT)))
H A Dcoff-rs6000.c3441 else if ((0 == (h->flags & (XCOFF_DEF_DYNAMIC | XCOFF_IMPORT)))

Completed in 143 milliseconds