Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/file/magic/Magdir/
Dcoff54 #0x2000 F_SHROBJ
/freebsd-10-stable/contrib/binutils/include/coff/
Dinternal.h107 #define F_SHROBJ (0x2000) macro
/freebsd-10-stable/contrib/binutils/bfd/
Dcoffcode.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()
Dcoff64-rs6000.c911 internal_f.f_flags |= F_SHROBJ;
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,
/freebsd-10-stable/contrib/gcc/
Dcollect2.c2416 is_shared = HEADER (ldptr).f_flags & F_SHROBJ; in scan_prog_file()