Home
last modified time | relevance | path

Searched refs:f_opthdr (Results 1 – 23 of 23) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dsimple-object-xcoff.c60 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()
Dsimple-object-coff.c56 unsigned char f_opthdr[2]; /* sizeof(optional hdr) */ member
293 f_opthdr))); in simple_object_coff_match()
/toolchain/binutils/binutils-2.25/include/coff/
Dgo32exe.h29 char f_opthdr[2]; /* sizeof(optional hdr) */ member
Dtic80.h34 char f_opthdr[2]; /* sizeof(optional hdr) */ member
Dpe.h212 char f_opthdr[2]; /* Sizeof(optional hdr). */ member
251 char f_opthdr[2]; /* Sizeof(optional hdr). */ member
Di960.h31 char f_opthdr[2]; /* sizeof(optional hdr) */ member
Dexternal.h33 char f_opthdr[2]; /* sizeof(optional hdr) */ member
Drs6k64.h27 char f_opthdr[2]; /* sizeof(optional hdr) */ member
Drs6000.h29 char f_opthdr[2]; /* sizeof(optional hdr) */ member
Dalpha.h30 unsigned char f_opthdr[2]; /* sizeof(optional hdr) */ member
Dinternal.h80 unsigned short f_opthdr; /* sizeof(optional hdr) */ member
Dti.h36 char f_opthdr[2]; /* sizeof(optional hdr) */ member
/toolchain/binutils/binutils-2.25/include/aout/
Dencap.h52 unsigned short f_opthdr; member
/toolchain/binutils/binutils-2.25/bfd/
Dpeicode.h189 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()
Dcoffswap.h265 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()
Dcoffcode.h1652 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()
Dcoffgen.c348 || 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()
Dcoff64-rs6000.c786 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()
DpeXXigen.c883 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()
Dcoff-rs6000.c3681 filehdr.f_opthdr = 0; in xcoff_generate_rtinit()
Decoff.c2530 internal_f.f_opthdr = aoutsz; in _bfd_ecoff_write_object_contents()
DChangeLog-96971164 * coffgen.c (coff_object_p): Read the f_opthdr bytes from the
/toolchain/binutils/binutils-2.25/binutils/
Dod-xcoff.c1573 data.opthdr = bfd_h_get_16 (abfd, fhdr->f_opthdr); in dump_xcoff32()