Home
last modified time | relevance | path

Searched refs:fhdr (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dcoff-rs6000.c1822 struct xcoff_ar_file_hdr_big *fhdr; in xcoff_write_armap_big() local
1861 fhdr = xcoff_ardata_big (abfd); in xcoff_write_armap_big()
1864 READ20 (fhdr->memoff, prevoff); in xcoff_write_armap_big()
1865 READ20 (fhdr->symoff, nextoff); in xcoff_write_armap_big()
1973 PRINT20 (fhdr->symoff, 0); in xcoff_write_armap_big()
2049 PRINT20 (fhdr->symoff64, nextoff); in xcoff_write_armap_big()
2052 PRINT20 (fhdr->symoff64, 0); in xcoff_write_armap_big()
2074 struct xcoff_ar_file_hdr fhdr; in xcoff_write_archive_contents_old() local
2088 memset (&fhdr, 0, sizeof fhdr); in xcoff_write_archive_contents_old()
2089 (void) strncpy (fhdr.magic, XCOFFARMAG, SXCOFFARMAG); in xcoff_write_archive_contents_old()
[all …]
Dcoff-alpha.c1992 struct internal_filehdr *fhdr, in alpha_adjust_headers() argument
1996 fhdr->f_flags |= F_ALPHA_CALL_SHARED; in alpha_adjust_headers()
1998 fhdr->f_flags |= F_ALPHA_SHARABLE; in alpha_adjust_headers()
/toolchain/binutils/binutils-2.25/binutils/
Dod-xcoff.c413 dump_xcoff32_file_header (bfd *abfd, struct external_filehdr *fhdr, in dump_xcoff32_file_header() argument
416 unsigned int timdat = bfd_h_get_32 (abfd, fhdr->f_timdat); in dump_xcoff32_file_header()
417 unsigned short flags = bfd_h_get_16 (abfd, fhdr->f_flags); in dump_xcoff32_file_header()
1566 dump_xcoff32 (bfd *abfd, struct external_filehdr *fhdr) in dump_xcoff32() argument
1570 data.nscns = bfd_h_get_16 (abfd, fhdr->f_nscns); in dump_xcoff32()
1571 data.symptr = bfd_h_get_32 (abfd, fhdr->f_symptr); in dump_xcoff32()
1572 data.nsyms = bfd_h_get_32 (abfd, fhdr->f_nsyms); in dump_xcoff32()
1573 data.opthdr = bfd_h_get_16 (abfd, fhdr->f_opthdr); in dump_xcoff32()
1580 dump_xcoff32_file_header (abfd, fhdr, &data); in dump_xcoff32()
1636 struct external_filehdr fhdr; in xcoff_dump_obj() local
[all …]