Home
last modified time | relevance | path

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

/trueos/contrib/binutils/include/coff/
HDinternal.h107 #define F_SHROBJ (0x2000) macro
/trueos/contrib/binutils/bfd/
HDcoffcode.h1809 if ((internal_f->f_flags & F_SHROBJ) != 0) in coff_mkobject_hook()
3798 internal_f.f_flags |= F_SHROBJ; in coff_write_object_contents()
HDcoff64-rs6000.c911 internal_f.f_flags |= F_SHROBJ;
HDChangeLog-94951265 F_SHROBJ, and copy the extra a.out header information into the
1267 (coff_write_object_contents): If RS6000COFF_C, set F_SHROBJ,
/trueos/contrib/gcc/
HDcollect2.c2416 is_shared = HEADER (ldptr).f_flags & F_SHROBJ; in scan_prog_file()