Home
last modified time | relevance | path

Searched refs:real_flags (Results 1 – 13 of 13) sorted by relevance

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dpeicode.h300 pe->real_flags = internal_f->f_flags; in pe_mkobject_hook()
348 && pe_data (ibfd)->real_flags & IMAGE_FILE_LARGE_ADDRESS_AWARE) in pe_bfd_copy_private_bfd_data()
349 pe_data (obfd)->real_flags |= IMAGE_FILE_LARGE_ADDRESS_AWARE; in pe_bfd_copy_private_bfd_data()
H A Dlibcoff-in.h118 flagword real_flags; member
H A Dlibcoff.h122 flagword real_flags; member
H A DpeXXigen.c1776 fprintf (file, _("\nCharacteristics 0x%x\n"), pe->real_flags); in _bfd_XX_print_private_bfd_data_common()
1778 #define PF(x, y) if (pe->real_flags & x) { fprintf (file, "\t%s\n", y); } in _bfd_XX_print_private_bfd_data_common()
H A Dcoffcode.h3761 if (pe_data (abfd)->real_flags & IMAGE_FILE_LARGE_ADDRESS_AWARE) in coff_write_object_contents()
H A DChangeLog-9495666 (pe_tdata): added real_flags field
670 (pe_tdata): added real_flags field
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dlibcoff-in.h121 flagword real_flags; member
H A Dlibcoff.h125 flagword real_flags; member
H A DpeXXigen.c1841 fprintf (file, _("\nCharacteristics 0x%x\n"), pe->real_flags);
1843 #define PF(x, y) if (pe->real_flags & x) { fprintf (file, "\t%s\n", y); }
H A Dpeicode.h339 pe->real_flags = internal_f->f_flags;
H A DChangeLog-9495666 (pe_tdata): added real_flags field
670 (pe_tdata): added real_flags field
/openbsd/gnu/usr.bin/binutils-2.17/ld/emultempl/
H A Dpe.em115 static flagword real_flags = 0;
636 real_flags |= IMAGE_FILE_LARGE_ADDRESS_AWARE;
990 pe_data (output_bfd)->real_flags |= real_flags;
/openbsd/gnu/usr.bin/binutils-2.17/ld/
H A DChangeLog-20041009 * emultempl/pe.em (real_flags): New static.
1014 (gld_${EMULATION_NAME}_after_open): Pass real_flags to PE private data.