Home
last modified time | relevance | path

Searched refs:XCOFF_EXPORT (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/include/coff/
Dxcoff.h355 #define XCOFF_EXPORT 0x00000100 macro
/toolchain/binutils/binutils-2.27/bfd/
Dxcofflink.c2589 if ((h->flags & XCOFF_EXPORT) != 0) in xcoff_auto_export_p()
3148 h->flags |= XCOFF_EXPORT; in bfd_xcoff_export_symbol()
3291 if ((h->flags & XCOFF_EXPORT) != 0 in xcoff_build_ldsym()
3309 && (h->flags & XCOFF_EXPORT) == 0) in xcoff_build_ldsym()
3386 h->flags |= XCOFF_EXPORT; in xcoff_post_gc_symbol()
4219 || (h->flags & XCOFF_EXPORT) != 0) in xcoff_link_input_bfd()
5224 || (h->flags & XCOFF_EXPORT) != 0) in xcoff_write_global_symbol()
DChangeLog-9495127 (xcoff_build_ldsyms): If export_defineds is set, set XCOFF_EXPORT