Searched refs:ar_hdr (Results 26 - 44 of 44) sorted by relevance

12

/netbsd-current/external/gpl3/gdb/dist/libbacktrace/
H A Dxcoff.c1400 const b_ar_hdr *ar_hdr; local
1434 ar_hdr = (const b_ar_hdr *) view.data;
1437 if (!xcoff_parse_decimal (ar_hdr->ar_namlen, sizeof ar_hdr->ar_namlen,
1443 if (len == memlen && !memcmp (ar_hdr->ar_name, member, memlen))
1459 if (!xcoff_parse_decimal (ar_hdr->ar_nxtmem, sizeof ar_hdr->ar_nxtmem,
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dcoff-alpha.c2019 struct ar_hdr *h;
2025 h = (struct ar_hdr *) ret->arch_header;
2054 struct ar_hdr *hdr;
2073 hdr = (struct ar_hdr *) tdata->arch_header;
2198 struct ar_hdr *h;
2204 h = (struct ar_hdr *) t->arch_header;
H A Dbfdio.c502 && memcmp (((struct ar_hdr *) adata->arch_header)->ar_fmag,
H A Dsom.c6089 to the SOM itself, not the ar_hdr in front of it. */
6097 = bfd_getb32 (som_dict[ndx].location) - sizeof (struct ar_hdr);
6140 to the SOM itself, not the ar_hdr in front of it. */
6148 = bfd_getb32 (som_dict[ndx].location) - sizeof (struct ar_hdr);
6173 struct ar_hdr ar_header;
6197 amt = sizeof (struct ar_hdr);
6426 curr_som_offset = 8 + 2 * sizeof (struct ar_hdr) + bfd_getb32 (lst.file_end);
6581 curr_som_offset += arelt_size (curr_bfd) + sizeof (struct ar_hdr);
6642 struct ar_hdr hdr;
6743 for (i = 0; i < sizeof (struct ar_hdr);
[all...]
H A Decoff.c3071 struct ar_hdr hdr;
3092 firstreal = SARMAG + sizeof (struct ar_hdr) + mapsize + elength;
3132 for (i = 0; i < sizeof (struct ar_hdr); i++)
3136 if (bfd_bwrite ((void *) &hdr, (bfd_size_type) sizeof (struct ar_hdr), abfd)
3137 != sizeof (struct ar_hdr))
3160 firstreal += arelt_size (current) + sizeof (struct ar_hdr);
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dcoff-alpha.c2028 struct ar_hdr *h;
2034 h = (struct ar_hdr *) ret->arch_header;
2064 struct ar_hdr *hdr;
2083 hdr = (struct ar_hdr *) tdata->arch_header;
2208 struct ar_hdr *h;
2214 h = (struct ar_hdr *) t->arch_header;
H A Dbfdio.c533 && memcmp (((struct ar_hdr *) adata->arch_header)->ar_fmag,
H A Dsom.c6117 to the SOM itself, not the ar_hdr in front of it. */
6125 = bfd_getb32 (som_dict[ndx].location) - sizeof (struct ar_hdr);
6168 to the SOM itself, not the ar_hdr in front of it. */
6176 = bfd_getb32 (som_dict[ndx].location) - sizeof (struct ar_hdr);
6201 struct ar_hdr ar_header;
6225 amt = sizeof (struct ar_hdr);
6454 curr_som_offset = 8 + 2 * sizeof (struct ar_hdr) + bfd_getb32 (lst.file_end);
6609 curr_som_offset += arelt_size (curr_bfd) + sizeof (struct ar_hdr);
6670 struct ar_hdr hdr;
6771 for (i = 0; i < sizeof (struct ar_hdr);
[all...]
H A Decoff.c3033 struct ar_hdr hdr;
3054 firstreal = SARMAG + sizeof (struct ar_hdr) + mapsize + elength;
3094 for (i = 0; i < sizeof (struct ar_hdr); i++)
3098 if (bfd_bwrite ((void *) &hdr, (bfd_size_type) sizeof (struct ar_hdr), abfd)
3099 != sizeof (struct ar_hdr))
3122 firstreal += arelt_size (current) + sizeof (struct ar_hdr);
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dcoff-alpha.c2027 struct ar_hdr *h;
2033 h = (struct ar_hdr *) ret->arch_header;
2063 struct ar_hdr *hdr;
2082 hdr = (struct ar_hdr *) tdata->arch_header;
2207 struct ar_hdr *h;
2213 h = (struct ar_hdr *) t->arch_header;
H A Dbfdio.c529 && memcmp (((struct ar_hdr *) adata->arch_header)->ar_fmag,
H A Dsom.c6107 to the SOM itself, not the ar_hdr in front of it. */
6115 = bfd_getb32 (som_dict[ndx].location) - sizeof (struct ar_hdr);
6158 to the SOM itself, not the ar_hdr in front of it. */
6166 = bfd_getb32 (som_dict[ndx].location) - sizeof (struct ar_hdr);
6191 struct ar_hdr ar_header;
6215 amt = sizeof (struct ar_hdr);
6444 curr_som_offset = 8 + 2 * sizeof (struct ar_hdr) + bfd_getb32 (lst.file_end);
6599 curr_som_offset += arelt_size (curr_bfd) + sizeof (struct ar_hdr);
6660 struct ar_hdr hdr;
6761 for (i = 0; i < sizeof (struct ar_hdr);
[all...]
H A Decoff.c3032 struct ar_hdr hdr;
3053 firstreal = SARMAG + sizeof (struct ar_hdr) + mapsize + elength;
3093 for (i = 0; i < sizeof (struct ar_hdr); i++)
3097 if (bfd_bwrite ((void *) &hdr, (bfd_size_type) sizeof (struct ar_hdr), abfd)
3098 != sizeof (struct ar_hdr))
3121 firstreal += arelt_size (current) + sizeof (struct ar_hdr);
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dcoff-alpha.c2072 struct ar_hdr *h;
2078 h = (struct ar_hdr *) ret->arch_header;
2108 struct ar_hdr *hdr;
2127 hdr = (struct ar_hdr *) tdata->arch_header;
2253 struct ar_hdr *h;
2259 h = (struct ar_hdr *) t->arch_header;
H A Dsom.c6034 to the SOM itself, not the ar_hdr in front of it. */
6042 = bfd_getb32 (som_dict[ndx].location) - sizeof (struct ar_hdr);
6085 to the SOM itself, not the ar_hdr in front of it. */
6093 = bfd_getb32 (som_dict[ndx].location) - sizeof (struct ar_hdr);
6118 struct ar_hdr ar_header;
6142 amt = sizeof (struct ar_hdr);
6371 curr_som_offset = 8 + 2 * sizeof (struct ar_hdr) + bfd_getb32 (lst.file_end);
6526 curr_som_offset += arelt_size (curr_bfd) + sizeof (struct ar_hdr);
6587 struct ar_hdr hdr;
6688 for (i = 0; i < sizeof (struct ar_hdr);
[all...]
H A Dbfdio.c623 && memcmp (((struct ar_hdr *) adata->arch_header)->ar_fmag,
H A Decoff.c3110 struct ar_hdr hdr;
3131 firstreal = SARMAG + sizeof (struct ar_hdr) + mapsize + elength;
3171 for (i = 0; i < sizeof (struct ar_hdr); i++)
3175 if (bfd_write (&hdr, sizeof (struct ar_hdr), abfd) != sizeof (struct ar_hdr))
3198 firstreal += arelt_size (current) + sizeof (struct ar_hdr);
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DModule.cc327 dump_ar_hdr (int lineNum, struct ar_hdr *hdr)
345 struct ar_hdr hdr; // Archive header
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DModule.cc327 dump_ar_hdr (int lineNum, struct ar_hdr *hdr)
345 struct ar_hdr hdr; // Archive header

Completed in 408 milliseconds

12