Searched refs:fhdr (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/binutils/binutils/
H A Dod-xcoff.c413 dump_xcoff32_file_header (bfd *abfd, struct external_filehdr *fhdr, argument
416 unsigned int timdat = bfd_h_get_32 (abfd, fhdr->f_timdat);
417 unsigned short flags = bfd_h_get_16 (abfd, fhdr->f_flags);
1566 dump_xcoff32 (bfd *abfd, struct external_filehdr *fhdr) argument
1570 data.nscns = bfd_h_get_16 (abfd, fhdr->f_nscns);
1571 data.symptr = bfd_h_get_32 (abfd, fhdr->f_symptr);
1572 data.nsyms = bfd_h_get_32 (abfd, fhdr->f_nsyms);
1573 data.opthdr = bfd_h_get_16 (abfd, fhdr->f_opthdr);
1580 dump_xcoff32_file_header (abfd, fhdr, &data);
1636 struct external_filehdr fhdr; local
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Dcoff-rs6000.c1782 struct xcoff_ar_file_hdr_big *fhdr;
1825 fhdr = xcoff_ardata_big (abfd);
1828 READ20 (fhdr->memoff, prevoff);
1829 READ20 (fhdr->symoff, nextoff);
1953 PRINT20 (fhdr->symoff, 0);
2045 PRINT20 (fhdr->symoff64, nextoff);
2048 PRINT20 (fhdr->symoff64, 0);
2074 struct xcoff_ar_file_hdr fhdr;
2088 memset (&fhdr, 0, sizeof fhdr);
1779 struct xcoff_ar_file_hdr_big *fhdr; local
2071 struct xcoff_ar_file_hdr fhdr; local
2301 struct xcoff_ar_file_hdr_big fhdr; local
[all...]
H A Dcoff-alpha.c2034 alpha_adjust_headers (abfd, fhdr, ahdr)
2036 struct internal_filehdr *fhdr;
2040 fhdr->f_flags |= F_ALPHA_CALL_SHARED;
2042 fhdr->f_flags |= F_ALPHA_SHARABLE;
/haiku-buildtools/binutils/bfd/
H A Dcoff-rs6000.c1797 struct xcoff_ar_file_hdr_big *fhdr;
1836 fhdr = xcoff_ardata_big (abfd);
1839 READ20 (fhdr->memoff, prevoff);
1840 READ20 (fhdr->symoff, nextoff);
1948 PRINT20 (fhdr->symoff, 0);
2024 PRINT20 (fhdr->symoff64, nextoff);
2027 PRINT20 (fhdr->symoff64, 0);
2049 struct xcoff_ar_file_hdr fhdr;
2063 memset (&fhdr, 0, sizeof fhdr);
1794 struct xcoff_ar_file_hdr_big *fhdr; local
2046 struct xcoff_ar_file_hdr fhdr; local
2251 struct xcoff_ar_file_hdr_big fhdr; local
[all...]
H A Dcoff-alpha.c1988 struct internal_filehdr *fhdr,
1992 fhdr->f_flags |= F_ALPHA_CALL_SHARED;
1994 fhdr->f_flags |= F_ALPHA_SHARABLE;
1980 alpha_adjust_headers(bfd *abfd, struct internal_filehdr *fhdr, struct internal_aouthdr *ahdr ATTRIBUTE_UNUSED) argument

Completed in 170 milliseconds