Searched refs:real_flags (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dlibcoff-in.h118 flagword real_flags; member in struct:pe_tdata
H A Dpeicode.h308 pe->real_flags = internal_f->f_flags;
356 && pe_data (ibfd)->real_flags & IMAGE_FILE_LARGE_ADDRESS_AWARE)
357 pe_data (obfd)->real_flags |= IMAGE_FILE_LARGE_ADDRESS_AWARE;
H A Dlibcoff.h122 flagword real_flags; member in struct:pe_tdata
H A DpeXXigen.c1846 fprintf (file, _("\nCharacteristics 0x%x\n"), pe->real_flags);
1848 #define PF(x, y) if (pe->real_flags & x) { fprintf (file, "\t%s\n", y); }
H A Dcoffcode.h3770 if (pe_data (abfd)->real_flags & IMAGE_FILE_LARGE_ADDRESS_AWARE)

Completed in 122 milliseconds