Searched refs:real_flags (Results 1 – 13 of 13) sorted by relevance
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | peicode.h | 300 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 D | libcoff-in.h | 118 flagword real_flags; member
|
H A D | libcoff.h | 122 flagword real_flags; member
|
H A D | peXXigen.c | 1776 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 D | coffcode.h | 3761 if (pe_data (abfd)->real_flags & IMAGE_FILE_LARGE_ADDRESS_AWARE) in coff_write_object_contents()
|
H A D | ChangeLog-9495 | 666 (pe_tdata): added real_flags field 670 (pe_tdata): added real_flags field
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | libcoff-in.h | 121 flagword real_flags; member
|
H A D | libcoff.h | 125 flagword real_flags; member
|
H A D | peXXigen.c | 1841 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 D | peicode.h | 339 pe->real_flags = internal_f->f_flags;
|
H A D | ChangeLog-9495 | 666 (pe_tdata): added real_flags field 670 (pe_tdata): added real_flags field
|
/openbsd/gnu/usr.bin/binutils-2.17/ld/emultempl/ |
H A D | pe.em | 115 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 D | ChangeLog-2004 | 1009 * emultempl/pe.em (real_flags): New static. 1014 (gld_${EMULATION_NAME}_after_open): Pass real_flags to PE private data.
|