Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/include/coff/
Dxcoff.h299 #define XCOFF_IMPORT 0x00000080 macro
/freebsd-12-stable/contrib/binutils/bfd/
Dxcofflink.c2328 || ((h->descriptor->flags & XCOFF_IMPORT) != 0 in xcoff_mark()
2493 h->flags |= (XCOFF_IMPORT | syscall_flag); in bfd_xcoff_import_symbol()
2774 || ((h->descriptor->flags & XCOFF_IMPORT) != 0 in xcoff_build_ldsyms()
2828 && (h->flags & XCOFF_IMPORT) == 0 in xcoff_build_ldsyms()
2928 if ((h->flags & XCOFF_IMPORT) != 0) in xcoff_build_ldsyms()
3527 || (h->flags & XCOFF_IMPORT) != 0) in xcoff_link_input_bfd()
4501 && (h->flags & XCOFF_IMPORT) == 0) in xcoff_link_input_bfd()
4655 || (h->flags & XCOFF_IMPORT) != 0) in xcoff_write_global_symbol()
Dcoff64-rs6000.c1278 else if ((0 == (h->flags & (XCOFF_DEF_DYNAMIC | XCOFF_IMPORT)))
Dcoff-rs6000.c3435 else if ((0 == (h->flags & (XCOFF_DEF_DYNAMIC | XCOFF_IMPORT)))