Searched refs:ar_hdr (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | archive.c | 165 #define arch_hdr(bfd) ((struct ar_hdr *) arch_eltdata (bfd)->arch_header) 467 struct ar_hdr hdr; in _bfd_generic_read_ar_hdr_mag() 473 bfd_size_type allocsize = sizeof (struct areltdata) + sizeof (struct ar_hdr); in _bfd_generic_read_ar_hdr_mag() 480 if (bfd_bread (hdrp, sizeof (struct ar_hdr), abfd) != sizeof (struct ar_hdr)) in _bfd_generic_read_ar_hdr_mag() 531 + sizeof (struct ar_hdr)); in _bfd_generic_read_ar_hdr_mag() 578 memcpy (ared->arch_header, &hdr, sizeof (struct ar_hdr)); in _bfd_generic_read_ar_hdr_mag() 588 sizeof (struct ar_hdr)); in _bfd_generic_read_ar_hdr_mag() 1071 (tmp->parsed_size + sizeof (struct ar_hdr) + 1) & ~(unsigned) 1; in do_slurp_coff_armap() 1124 struct ar_hdr hdr; in bfd_slurp_armap() 1635 struct ar_hdr *hdr = arch_hdr (current); in _bfd_construct_extended_name_table() [all …]
|
D | archive64.c | 156 struct ar_hdr hdr; in bfd_elf64_archive_write_armap() 166 + sizeof (struct ar_hdr) in bfd_elf64_archive_write_armap() 169 memset (&hdr, ' ', sizeof (struct ar_hdr)); in bfd_elf64_archive_write_armap() 183 if (bfd_bwrite (&hdr, sizeof (struct ar_hdr), arch) in bfd_elf64_archive_write_armap() 184 != sizeof (struct ar_hdr)) in bfd_elf64_archive_write_armap() 214 archive_member_file_ptr += sizeof (struct ar_hdr); in bfd_elf64_archive_write_armap()
|
D | coff-alpha.c | 2029 struct ar_hdr *h; in alpha_ecoff_read_ar_hdr() 2035 h = (struct ar_hdr *) ret->arch_header; in alpha_ecoff_read_ar_hdr() 2061 struct ar_hdr *hdr; in alpha_ecoff_get_elt_at_filepos() 2079 hdr = (struct ar_hdr *) tdata->arch_header; in alpha_ecoff_get_elt_at_filepos() 2197 struct ar_hdr *h; in alpha_ecoff_openr_next_archived_file() 2203 h = (struct ar_hdr *) t->arch_header; in alpha_ecoff_openr_next_archived_file()
|
D | som.c | 6031 - sizeof (struct ar_hdr); in som_bfd_fill_in_ar_symbols() 6074 - sizeof (struct ar_hdr); in som_bfd_fill_in_ar_symbols() 6103 struct ar_hdr ar_header; in som_slurp_armap() 6127 amt = sizeof (struct ar_hdr); in som_slurp_armap() 6338 curr_som_offset = 8 + 2 * sizeof (struct ar_hdr) + bfd_getb32 (lst.file_end); in som_bfd_ar_write_symbol_stuff() 6489 curr_som_offset += arelt_size (curr_bfd) + sizeof (struct ar_hdr); in som_bfd_ar_write_symbol_stuff() 6560 struct ar_hdr hdr; in som_write_armap() 6661 for (i = 0; i < sizeof (struct ar_hdr); i++) in som_write_armap() 6666 amt = sizeof (struct ar_hdr); in som_write_armap()
|
D | ecoff.c | 3021 struct ar_hdr hdr; in _bfd_ecoff_write_armap() 3042 firstreal = SARMAG + sizeof (struct ar_hdr) + mapsize + elength; in _bfd_ecoff_write_armap() 3082 for (i = 0; i < sizeof (struct ar_hdr); i++) in _bfd_ecoff_write_armap() 3086 if (bfd_bwrite ((void *) &hdr, (bfd_size_type) sizeof (struct ar_hdr), abfd) in _bfd_ecoff_write_armap() 3087 != sizeof (struct ar_hdr)) in _bfd_ecoff_write_armap() 3110 firstreal += arelt_size (current) + sizeof (struct ar_hdr); in _bfd_ecoff_write_armap()
|
/toolchain/binutils/binutils-2.25/include/aout/ |
D | ar.h | 44 struct ar_hdr struct
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | elfcomm.h | 76 struct ar_hdr arhdr; /* Current archive header. */
|