Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/coff/
Dinternal.h107 #define F_SHROBJ (0x2000) macro
/toolchain/binutils/binutils-2.25/binutils/
Dod-xcoff.c172 { F_SHROBJ, "shrobj" },
/toolchain/binutils/binutils-2.25/bfd/
Dcoffcode.h2035 if ((internal_f->f_flags & F_SHROBJ) != 0) in coff_mkobject_hook()
4042 internal_f.f_flags |= F_SHROBJ; in coff_write_object_contents()
Dcoff64-rs6000.c874 internal_f.f_flags |= F_SHROBJ; in xcoff64_write_object_contents()
DChangeLog-94951265 F_SHROBJ, and copy the extra a.out header information into the
1267 (coff_write_object_contents): If RS6000COFF_C, set F_SHROBJ,