HomeSort by relevance Sort by last modified time
    Searched refs:F_RELFLG (Results 1 - 16 of 16) sorted by null

  /toolchain/binutils/binutils-2.27/include/coff/
powerpc.h 27 F_RELFLG relocation info stripped from file
33 #define F_RELFLG (0x0001)
i386.h 27 F_RELFLG Relocation info stripped from file
33 #define F_RELFLG (0x0001)
i860.h 26 F_RELFLG relocation info stripped from file
32 #define F_RELFLG (0x0001)
we32k.h 24 F_RELFLG relocation info stripped from file
30 #define F_RELFLG (0x0001)
ia64.h 30 * F_RELFLG relocation info stripped from file
37 #define F_RELFLG (0x0001)
arm.h 27 F_RELFLG relocation info stripped from file
40 #define F_RELFLG (0x0001)
sparc.h 31 #define F_RELFLG (0x0001) /* relocation info stripped */
internal.h 87 F_RELFLG relocation info stripped from file
99 #define F_RELFLG (0x0001)
ti.h 130 #define F_RELFLG (0x0001)
  /external/syslinux/gpxe/src/include/
coff.h 9 #define F_RELFLG 0x0001 /* If set, not reloc. info. Clear for executables */
  /toolchain/binutils/binutils-2.27/bfd/
coff64-rs6000.c 859 internal_f.f_flags |= F_RELFLG;
918 /* AIX appears to require that F_RELFLG not be set if there are
920 internal_f.f_flags &=~ F_RELFLG;
    [all...]
coffcode.h     [all...]
coffgen.c 244 if (!(internal_f->f_flags & F_RELFLG))
    [all...]
ecoff.c     [all...]
peXXigen.c 826 filehdr_in->f_flags &= ~F_RELFLG;
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
od-xcoff.c 160 { F_RELFLG, "no-rel" },
    [all...]

Completed in 258 milliseconds