/toolchain/binutils/binutils-2.25/bfd/ |
D | peicode.h | 178 filehdr_dst->f_flags = H_GET_16 (abfd, filehdr_src->f_flags); in coff_swap_filehdr_in() 186 filehdr_dst->f_flags |= F_LSYMS; in coff_swap_filehdr_in() 310 pe->real_flags = internal_f->f_flags; in pe_mkobject_hook() 312 if ((internal_f->f_flags & F_DLL) != 0) in pe_mkobject_hook() 315 if ((internal_f->f_flags & IMAGE_FILE_DEBUG_STRIPPED) == 0) in pe_mkobject_hook() 324 if (! _bfd_coff_arm_set_private_flags (abfd, internal_f->f_flags)) in pe_mkobject_hook() 997 internal_f.f_flags = F_AR32WR | F_LNNO; /* XXX is this correct ? */ in pe_ILF_build_a_bfd()
|
D | coffcode.h | 2035 if ((internal_f->f_flags & F_SHROBJ) != 0) in coff_mkobject_hook() 2064 if (! _bfd_coff_arm_set_private_flags (abfd, internal_f->f_flags)) in coff_mkobject_hook() 2071 if ((internal_f->f_flags & IMAGE_FILE_DEBUG_STRIPPED) == 0) in coff_mkobject_hook() 2075 if ((internal_f->f_flags & F_GO32STUB) != 0) in coff_mkobject_hook() 2134 switch (internal_f->f_flags & F_ARM_ARCHITECTURE_MASK) in coff_set_arch_mach_hook() 2180 switch (internal_f->f_flags & F_MACHMASK) in coff_set_arch_mach_hook() 2187 machine = ((unsigned)internal_f->f_flags & F_MACHMASK) >> 12; in coff_set_arch_mach_hook() 2197 switch (internal_f->f_flags & F_MACHMASK) in coff_set_arch_mach_hook() 2220 switch (F_I960TYPE & internal_f->f_flags) in coff_set_arch_mach_hook() 2419 machine = TICOFF_TARGET_MACHINE_GET (internal_f->f_flags); in coff_set_arch_mach_hook() [all …]
|
D | coff64-rs6000.c | 858 internal_f.f_flags = 0; in xcoff64_write_object_contents() 861 internal_f.f_flags |= F_RELFLG; in xcoff64_write_object_contents() 863 internal_f.f_flags |= F_LNNO; in xcoff64_write_object_contents() 865 internal_f.f_flags |= F_EXEC; in xcoff64_write_object_contents() 869 internal_f.f_flags |= F_AR32WR; in xcoff64_write_object_contents() 871 internal_f.f_flags |= F_AR32W; in xcoff64_write_object_contents() 874 internal_f.f_flags |= F_SHROBJ; in xcoff64_write_object_contents() 876 internal_f.f_flags |= F_DYNLOAD; in xcoff64_write_object_contents() 922 internal_f.f_flags &=~ F_RELFLG; in xcoff64_write_object_contents() 926 internal_f.f_flags |= F_LSYMS; in xcoff64_write_object_contents() [all …]
|
D | coffswap.h | 266 filehdr_dst->f_flags = H_GET_16 (abfd, filehdr_src->f_flags); in coff_swap_filehdr_in() 291 H_PUT_16 (abfd, filehdr_in->f_flags, filehdr_out->f_flags); in coff_swap_filehdr_out()
|
D | coff-stgo32.c | 146 filehdr_dst->f_flags |= F_GO32STUB; in adjust_filehdr_in_post()
|
D | coffgen.c | 240 if (!(internal_f->f_flags & F_RELFLG)) in coff_real_object_p() 242 if ((internal_f->f_flags & F_EXEC)) in coff_real_object_p() 244 if (!(internal_f->f_flags & F_LNNO)) in coff_real_object_p() 246 if (!(internal_f->f_flags & F_LSYMS)) in coff_real_object_p() 250 if ((internal_f->f_flags & F_EXEC) != 0) in coff_real_object_p()
|
D | coff-alpha.c | 473 switch (internal_f->f_flags & F_ALPHA_OBJECT_TYPE_MASK) in alpha_ecoff_mkobject_hook() 1996 fhdr->f_flags |= F_ALPHA_CALL_SHARED; in alpha_adjust_headers() 1998 fhdr->f_flags |= F_ALPHA_SHARABLE; in alpha_adjust_headers()
|
D | ecoff.c | 2532 internal_f.f_flags = F_LNNO; in _bfd_ecoff_write_object_contents() 2534 internal_f.f_flags |= F_RELFLG; in _bfd_ecoff_write_object_contents() 2536 internal_f.f_flags |= F_LSYMS; in _bfd_ecoff_write_object_contents() 2538 internal_f.f_flags |= F_EXEC; in _bfd_ecoff_write_object_contents() 2541 internal_f.f_flags |= F_AR32WR; in _bfd_ecoff_write_object_contents() 2543 internal_f.f_flags |= F_AR32W; in _bfd_ecoff_write_object_contents()
|
D | peXXigen.c | 822 filehdr_in->f_flags &= ~F_RELFLG; in _bfd_XXi_only_swap_filehdr_out() 825 filehdr_in->f_flags |= F_DLL; in _bfd_XXi_only_swap_filehdr_out() 884 H_PUT_16 (abfd, filehdr_in->f_flags, filehdr_out->f_flags); in _bfd_XXi_only_swap_filehdr_out() 937 H_PUT_16 (abfd, filehdr_in->f_flags, filehdr_out->f_flags); in _bfd_XX_only_swap_filehdr_out()
|
D | coff-rs6000.c | 3682 filehdr.f_flags = 0; in xcoff_generate_rtinit()
|
/toolchain/binutils/binutils-2.25/include/coff/ |
D | go32exe.h | 30 char f_flags[2]; /* flags */ member
|
D | tic80.h | 35 char f_flags[2]; /* flags */ member
|
D | pe.h | 213 char f_flags[2]; /* Flags. */ member 252 char f_flags[2]; /* Flags. */ member
|
D | i960.h | 32 char f_flags[2]; /* flags */ member
|
D | external.h | 34 char f_flags[2]; /* flags */ member
|
D | rs6k64.h | 28 char f_flags[2]; /* flags */ member
|
D | rs6000.h | 30 char f_flags[2]; /* flags */ member
|
D | alpha.h | 31 unsigned char f_flags[2]; /* flags */ member
|
D | internal.h | 81 unsigned short f_flags; /* flags */ member
|
D | ti.h | 37 char f_flags[2]; /* flags */ member
|
D | ChangeLog-9103 | 432 F_APCS_SET for the f_flags field of the filehdr structure. Added new
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | simple-object-xcoff.c | 61 unsigned char f_flags[2]; /* flags */ member 67 unsigned char f_flags[2]; /* flags */ member 603 set_16 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_flags), in simple_object_xcoff_write_filehdr() 613 set_16 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_flags), in simple_object_xcoff_write_filehdr()
|
D | simple-object-coff.c | 57 unsigned char f_flags[2]; /* flags */ member 275 flags = fetch_16 (hdrbuf + offsetof (struct external_filehdr, f_flags)); in simple_object_coff_match() 533 set_16 (hdr + offsetof (struct external_filehdr, f_flags), attrs->flags); in simple_object_coff_write_filehdr()
|
/toolchain/binutils/binutils-2.25/include/aout/ |
D | encap.h | 53 unsigned short f_flags; member
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | od-xcoff.c | 417 unsigned short flags = bfd_h_get_16 (abfd, fhdr->f_flags); in dump_xcoff32_file_header()
|