Searched refs:fhdr (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.27/binutils/ |
D | od-xcoff.c | 413 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 …]
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | coff-rs6000.c | 1794 struct xcoff_ar_file_hdr_big *fhdr; in xcoff_write_armap_big() local 1833 fhdr = xcoff_ardata_big (abfd); in xcoff_write_armap_big() 1836 READ20 (fhdr->memoff, prevoff); in xcoff_write_armap_big() 1837 READ20 (fhdr->symoff, nextoff); in xcoff_write_armap_big() 1945 PRINT20 (fhdr->symoff, 0); in xcoff_write_armap_big() 2021 PRINT20 (fhdr->symoff64, nextoff); in xcoff_write_armap_big() 2024 PRINT20 (fhdr->symoff64, 0); in xcoff_write_armap_big() 2046 struct xcoff_ar_file_hdr fhdr; in xcoff_write_archive_contents_old() local 2060 memset (&fhdr, 0, sizeof fhdr); in xcoff_write_archive_contents_old() 2061 (void) strncpy (fhdr.magic, XCOFFARMAG, SXCOFFARMAG); in xcoff_write_archive_contents_old() [all …]
|
D | coff-alpha.c | 1979 struct internal_filehdr *fhdr, in alpha_adjust_headers() argument 1983 fhdr->f_flags |= F_ALPHA_CALL_SHARED; in alpha_adjust_headers() 1985 fhdr->f_flags |= F_ALPHA_SHARABLE; in alpha_adjust_headers()
|