Home
last modified time | relevance | path

Searched refs:arch_eltdata (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/include/coff/
H A Dxcoff.h667 #define arch_eltdata(bfd) ((struct areltdata *) ((bfd)->arelt_data)) macro
669 ((struct xcoff_ar_hdr *) arch_eltdata (bfd)->arch_header)
671 ((struct xcoff_ar_hdr_big *) arch_eltdata (bfd)->arch_header)
/netbsd-src/external/gpl3/binutils/dist/include/coff/
H A Dxcoff.h679 #define arch_eltdata(bfd) ((struct areltdata *) ((bfd)->arelt_data)) macro
681 ((struct xcoff_ar_hdr *) arch_eltdata (bfd)->arch_header)
683 ((struct xcoff_ar_hdr_big *) arch_eltdata (bfd)->arch_header)
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dpdb.c36 #define arch_eltdata(bfd) ((struct areltdata *) ((bfd)->arelt_data)) macro
201 arch_eltdata (file)->parsed_size = file_size; in pdb_get_elt_at_index()
202 arch_eltdata (file)->key = sym_index; in pdb_get_elt_at_index()
378 return pdb_get_elt_at_index (archive, arch_eltdata (last_file)->key + 1); in pdb_openr_next_archived_file()
388 buf->st_size = arch_eltdata (abfd)->parsed_size; in pdb_generic_stat_arch_elt()
H A Darchive.c195 #define arch_eltdata(bfd) ((struct areltdata *) ((bfd)->arelt_data)) macro
199 #define arch_hdr(bfd) ((struct ar_hdr *) arch_eltdata (bfd)->arch_header)
398 arch_eltdata (new_elt)->parent_cache = hash_table; in _bfd_add_bfd_to_archive_cache()
399 arch_eltdata (new_elt)->key = filepos; in _bfd_add_bfd_to_archive_cache()
1795 arch_eltdata (current)->extra_size = len; in _bfd_archive_bsd44_construct_extended_name_table()
1829 BFD_ASSERT (padded_len == arch_eltdata (abfd)->extra_size); in _bfd_bsd44_write_ar_hdr()
1832 arch_eltdata (abfd)->parsed_size + padded_len)) in _bfd_bsd44_write_ar_hdr()
2033 buf->st_size = arch_eltdata (abfd)->parsed_size; in bfd_generic_stat_arch_elt()
2520 struct areltdata *ared = arch_eltdata (current); in _bfd_bsd_write_armap()
2603 struct areltdata *ared = arch_eltdata (current); in _bfd_bsd_write_armap()
[all …]
H A Dcoff-rs6000.c1843 laststart -= arch_eltdata (last_file)->extra_size; in _bfd_xcoff_openr_next_archived_file()
1873 s->st_size = arch_eltdata (abfd)->parsed_size; in _bfd_xcoff_stat_arch_elt()
1883 s->st_size = arch_eltdata (abfd)->parsed_size; in _bfd_xcoff_stat_arch_elt()
2385 arch_eltdata (sub)->arch_header = (char *) ahdrp; in xcoff_write_archive_contents_old()
2386 arch_eltdata (sub)->parsed_size = s.st_size; in xcoff_write_archive_contents_old()
2621 arch_eltdata (current_bfd)->arch_header = (char *) ahdrp; in xcoff_write_archive_contents_big()
2622 arch_eltdata (current_bfd)->parsed_size = s.st_size; in xcoff_write_archive_contents_big()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Darchive.c164 #define arch_eltdata(bfd) ((struct areltdata *) ((bfd)->arelt_data)) macro
168 #define arch_hdr(bfd) ((struct ar_hdr *) arch_eltdata (bfd)->arch_header)
378 arch_eltdata (new_elt)->parent_cache = hash_table; in _bfd_add_bfd_to_archive_cache()
379 arch_eltdata (new_elt)->key = filepos; in _bfd_add_bfd_to_archive_cache()
1782 arch_eltdata (current)->extra_size = len; in _bfd_archive_bsd44_construct_extended_name_table()
1816 BFD_ASSERT (padded_len == arch_eltdata (abfd)->extra_size); in _bfd_bsd44_write_ar_hdr()
1819 arch_eltdata (abfd)->parsed_size + padded_len)) in _bfd_bsd44_write_ar_hdr()
2011 buf->st_size = arch_eltdata (abfd)->parsed_size; in bfd_generic_stat_arch_elt()
2487 struct areltdata *ared = arch_eltdata (current); in _bfd_bsd_write_armap()
2565 struct areltdata *ared = arch_eltdata (current); in _bfd_bsd_write_armap()
[all …]
H A Dcoff-rs6000.c1709 struct areltdata *arel = arch_eltdata (last_file); in _bfd_xcoff_openr_next_archived_file()
1742 struct areltdata *arel = arch_eltdata (last_file); in _bfd_xcoff_openr_next_archived_file()
1788 s->st_size = arch_eltdata (abfd)->parsed_size; in _bfd_xcoff_stat_arch_elt()
1798 s->st_size = arch_eltdata (abfd)->parsed_size; in _bfd_xcoff_stat_arch_elt()
2292 arch_eltdata (sub)->arch_header = (char *) ahdrp; in xcoff_write_archive_contents_old()
2293 arch_eltdata (sub)->parsed_size = s.st_size; in xcoff_write_archive_contents_old()
2528 arch_eltdata (current_bfd)->arch_header = (char *) ahdrp; in xcoff_write_archive_contents_big()
2529 arch_eltdata (current_bfd)->parsed_size = s.st_size; in xcoff_write_archive_contents_big()