Home
last modified time | relevance | path

Searched refs:F_SHROBJ (Results 1 – 11 of 11) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDcollect2-aix.h234 #define F_SHROBJ 0x2000 macro
HDcollect2.c2800 is_shared = HEADER (ldptr).f_flags & F_SHROBJ; in scan_prog_file()
/dragonfly/contrib/gcc-4.7/gcc/
HDcollect2-aix.h232 #define F_SHROBJ 0x2000 macro
HDcollect2.c3034 is_shared = HEADER (ldptr).f_flags & F_SHROBJ; in scan_prog_file()
/dragonfly/contrib/file/magic/Magdir/
HDcoff69 #0x2000 F_SHROBJ
/dragonfly/contrib/gdb-7/include/coff/
HDinternal.h108 #define F_SHROBJ (0x2000) macro
/dragonfly/contrib/binutils-2.27/include/coff/
HDinternal.h107 #define F_SHROBJ (0x2000) macro
/dragonfly/contrib/binutils-2.34/include/coff/
HDinternal.h107 #define F_SHROBJ (0x2000) macro
/dragonfly/contrib/binutils-2.27/binutils/
HDod-xcoff.c172 { F_SHROBJ, "shrobj" },
/dragonfly/contrib/binutils-2.34/bfd/
HDcoffcode.h2029 if ((internal_f->f_flags & F_SHROBJ) != 0) in coff_mkobject_hook()
3814 internal_f.f_flags |= F_SHROBJ; in coff_write_object_contents()
/dragonfly/contrib/binutils-2.27/bfd/
HDcoffcode.h2046 if ((internal_f->f_flags & F_SHROBJ) != 0) in coff_mkobject_hook()
4074 internal_f.f_flags |= F_SHROBJ; in coff_write_object_contents()