Searched refs:F_LSYMS (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/contrib/binutils/include/coff/
H A Dpowerpc.h29 F_LSYMS local symbols stripped from file
35 #define F_LSYMS (0x0008) macro
H A Di386.h27 F_LSYMS local symbols stripped from file
33 #define F_LSYMS (0x0008) macro
H A Dia64.h32 * F_LSYMS local symbols stripped from file
39 #define F_LSYMS (0x0008) macro
H A Darm.h30 F_LSYMS local symbols stripped from file
43 #define F_LSYMS (0x0008) macro
H A Dsparc.h33 #define F_LSYMS (0x0008) /* local symbols stripped */ macro
H A Dinternal.h90 F_LSYMS local symbols stripped from file
102 #define F_LSYMS (0x0008) macro
/freebsd-9.3-release/sys/i386/ibcs2/
H A Dcoff.h49 F_LSYMS = 0x08, /* symbols have been stripped */ enumerator in enum:filehdr_flags
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dpeicode.h178 filehdr_dst->f_flags |= F_LSYMS;
H A Dcoff64-rs6000.c963 internal_f.f_flags |= F_LSYMS;
H A Dcoffgen.c162 if (!(internal_f->f_flags & F_LSYMS))
H A Dcoffcode.h3997 internal_f.f_flags |= F_LSYMS;
H A Decoff.c2532 internal_f.f_flags |= F_LSYMS;
/freebsd-9.3-release/contrib/gcc/
H A Dmips-tdump.c768 if ((flags & F_LSYMS) != 0)
769 printf (", F_LSYMS");

Completed in 95 milliseconds