/toolchain/binutils/binutils-2.25/libiberty/ |
D | simple-object-xcoff.c | 60 unsigned char f_opthdr[2]; /* sizeof(optional hdr) */ member 66 unsigned char f_opthdr[2]; /* sizeof(optional hdr) */ member 336 u.xcoff64.f_opthdr))); in simple_object_xcoff_match() 348 u.xcoff32.f_opthdr))); in simple_object_xcoff_match()
|
D | simple-object-coff.c | 56 unsigned char f_opthdr[2]; /* sizeof(optional hdr) */ member 293 f_opthdr))); in simple_object_coff_match()
|
/toolchain/binutils/binutils-2.25/include/coff/ |
D | go32exe.h | 29 char f_opthdr[2]; /* sizeof(optional hdr) */ member
|
D | tic80.h | 34 char f_opthdr[2]; /* sizeof(optional hdr) */ member
|
D | pe.h | 212 char f_opthdr[2]; /* Sizeof(optional hdr). */ member 251 char f_opthdr[2]; /* Sizeof(optional hdr). */ member
|
D | i960.h | 31 char f_opthdr[2]; /* sizeof(optional hdr) */ member
|
D | external.h | 33 char f_opthdr[2]; /* sizeof(optional hdr) */ member
|
D | rs6k64.h | 27 char f_opthdr[2]; /* sizeof(optional hdr) */ member
|
D | rs6000.h | 29 char f_opthdr[2]; /* sizeof(optional hdr) */ member
|
D | alpha.h | 30 unsigned char f_opthdr[2]; /* sizeof(optional hdr) */ member
|
D | internal.h | 80 unsigned short f_opthdr; /* sizeof(optional hdr) */ member
|
D | ti.h | 36 char f_opthdr[2]; /* sizeof(optional hdr) */ member
|
/toolchain/binutils/binutils-2.25/include/aout/ |
D | encap.h | 52 unsigned short f_opthdr; member
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | peicode.h | 189 filehdr_dst->f_opthdr = H_GET_16 (abfd, filehdr_src-> f_opthdr); in coff_swap_filehdr_in() 1321 || internal_f.f_opthdr > bfd_coff_aoutsz (abfd)) in pe_bfd_object_p() 1328 opt_hdr_size = internal_f.f_opthdr; in pe_bfd_object_p()
|
D | coffswap.h | 265 filehdr_dst->f_opthdr = H_GET_16 (abfd, filehdr_src->f_opthdr); in coff_swap_filehdr_in() 290 H_PUT_16 (abfd, filehdr_in->f_opthdr, filehdr_out->f_opthdr); in coff_swap_filehdr_out()
|
D | coffcode.h | 1652 if (internal_f->f_opthdr != 0 && bfd_coff_aoutsz (abfd) != internal_f->f_opthdr) in coff_bad_format_hook() 2037 if (aouthdr != NULL && internal_f->f_opthdr >= bfd_coff_aoutsz (abfd)) in coff_mkobject_hook() 3990 internal_f.f_opthdr = bfd_coff_aoutsz (abfd); in coff_write_object_contents() 3993 internal_f.f_opthdr = 0; in coff_write_object_contents() 3997 internal_f.f_opthdr = bfd_coff_aoutsz (abfd); in coff_write_object_contents() 3999 internal_f.f_opthdr = SMALL_AOUTSZ; in coff_write_object_contents() 5662 filehdr_dst->f_opthdr = 0; in coff_bigobj_swap_filehdr_in() 5670 filehdr_dst->f_opthdr = 0xffff; in coff_bigobj_swap_filehdr_in()
|
D | coffgen.c | 348 || internal_f.f_opthdr > aoutsz) in coff_object_p() 355 if (internal_f.f_opthdr) in coff_object_p() 362 if (bfd_bread (opthdr, (bfd_size_type) internal_f.f_opthdr, abfd) in coff_object_p() 363 != internal_f.f_opthdr) in coff_object_p() 373 (internal_f.f_opthdr != 0 in coff_object_p()
|
D | coff64-rs6000.c | 786 internal_f.f_opthdr = bfd_coff_aoutsz (abfd); in xcoff64_write_object_contents() 791 internal_f.f_opthdr = 0; in xcoff64_write_object_contents() 2209 filehdr.f_opthdr = 0; in xcoff64_generate_rtinit()
|
D | peXXigen.c | 883 H_PUT_16 (abfd, filehdr_in->f_opthdr, filehdr_out->f_opthdr); in _bfd_XXi_only_swap_filehdr_out() 936 H_PUT_16 (abfd, filehdr_in->f_opthdr, filehdr_out->f_opthdr); in _bfd_XX_only_swap_filehdr_out()
|
D | coff-rs6000.c | 3681 filehdr.f_opthdr = 0; in xcoff_generate_rtinit()
|
D | ecoff.c | 2530 internal_f.f_opthdr = aoutsz; in _bfd_ecoff_write_object_contents()
|
D | ChangeLog-9697 | 1164 * coffgen.c (coff_object_p): Read the f_opthdr bytes from the
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | od-xcoff.c | 1573 data.opthdr = bfd_h_get_16 (abfd, fhdr->f_opthdr); in dump_xcoff32()
|