Searched refs:ar_hdr (Results 1 - 17 of 17) sorted by relevance

/haiku-buildtools/jam/
H A Dfileunix.c32 * 12/30/02 (seiwald) - terminate ar_hdr for solaris sscanf()
77 struct ar_hdr /* archive file member header - printable ascii */ struct
199 # define SARHDR sizeof( struct ar_hdr )
208 struct ar_hdr ar_hdr; local
229 while( read( fd, &ar_hdr, SARHDR ) == SARHDR &&
230 !memcmp( ar_hdr.ar_fmag, ARFMAG, SARFMAG ) )
239 ar_hdr.ar_fmag[0] = 0;
243 sscanf( ar_hdr.ar_date, "%ld", &lar_date );
244 sscanf( ar_hdr
345 } ar_hdr ; local
[all...]
H A Dfilent.c168 struct ar_hdr { struct
179 # define SARHDR sizeof( struct ar_hdr )
187 struct ar_hdr ar_hdr; local
208 while( read( fd, &ar_hdr, SARHDR ) == SARHDR &&
209 !memcmp( ar_hdr.ar_fmag, ARFMAG, SARFMAG ) )
217 sscanf( ar_hdr.ar_date, "%ld", &lar_date );
218 sscanf( ar_hdr.ar_size, "%ld", &lar_size );
222 if (ar_hdr.ar_name[0] == '/' && ar_hdr
[all...]
/haiku-buildtools/legacy/binutils/include/aout/
H A Dar.h42 struct ar_hdr { struct
/haiku-buildtools/binutils/include/aout/
H A Dar.h44 struct ar_hdr struct
/haiku-buildtools/legacy/binutils/bfd/
H A Darchive.c149 Note that the pointers here point to the front of the ar_hdr, not
160 #define arch_hdr(bfd) ((struct ar_hdr *) arch_eltdata(bfd)->arch_header)
358 to the ar_hdr in the file). Moves the file pointer; on success it
374 struct ar_hdr hdr;
380 bfd_size_type allocsize = sizeof (struct areltdata) + sizeof (struct ar_hdr);
383 if (bfd_bread (hdrp, sizeof (struct ar_hdr), abfd) != sizeof (struct ar_hdr))
434 + sizeof (struct ar_hdr));
480 memcpy (ared->arch_header, &hdr, sizeof (struct ar_hdr));
488 sizeof (struct ar_hdr));
[all...]
H A Darchive64.c158 struct ar_hdr hdr;
168 + sizeof (struct ar_hdr)
171 memset (&hdr, ' ', sizeof (struct ar_hdr));
185 if (bfd_bwrite (&hdr, sizeof (struct ar_hdr), arch)
186 != sizeof (struct ar_hdr))
215 + sizeof (struct ar_hdr));
H A Dcoff-alpha.c2074 struct ar_hdr *h;
2080 h = (struct ar_hdr *) ret->arch_header;
2108 struct ar_hdr *hdr;
2125 hdr = (struct ar_hdr *) tdata->arch_header;
2243 struct ar_hdr *h;
2249 h = (struct ar_hdr *) t->arch_header;
H A Dsom.c5570 to the SOM itself, not the ar_hdr in front of it. */
5572 - sizeof (struct ar_hdr);
5607 to the SOM itself, not the ar_hdr in front of it. */
5609 - sizeof (struct ar_hdr);
5637 struct ar_hdr ar_header;
5661 amt = sizeof (struct ar_hdr);
5873 curr_som_offset = 8 + 2 * sizeof (struct ar_hdr) + lst.file_end;
6017 curr_som_offset += arelt_size (curr_bfd) + sizeof (struct ar_hdr);
6088 struct ar_hdr hdr;
6179 for (i = 0; i < sizeof (struct ar_hdr);
[all...]
H A Decoff.c3018 struct ar_hdr hdr;
3039 firstreal = SARMAG + sizeof (struct ar_hdr) + mapsize + elength;
3078 for (i = 0; i < sizeof (struct ar_hdr); i++)
3082 if (bfd_bwrite ((void *) &hdr, (bfd_size_type) sizeof (struct ar_hdr), abfd)
3083 != sizeof (struct ar_hdr))
3106 firstreal += arelt_size (current) + sizeof (struct ar_hdr);
/haiku-buildtools/binutils/bfd/
H A Darchive64.c162 struct ar_hdr hdr;
172 + sizeof (struct ar_hdr)
175 memset (&hdr, ' ', sizeof (struct ar_hdr));
189 if (bfd_bwrite (&hdr, sizeof (struct ar_hdr), arch)
190 != sizeof (struct ar_hdr))
220 archive_member_file_ptr += sizeof (struct ar_hdr);
H A Darchive.c153 Note that the pointers here point to the front of the ar_hdr, not
165 #define arch_hdr(bfd) ((struct ar_hdr *) arch_eltdata (bfd)->arch_header)
473 to the ar_hdr in the file). Moves the file pointer; on success it
489 struct ar_hdr hdr;
495 bfd_size_type allocsize = sizeof (struct areltdata) + sizeof (struct ar_hdr);
502 if (bfd_bread (hdrp, sizeof (struct ar_hdr), abfd) != sizeof (struct ar_hdr))
553 + sizeof (struct ar_hdr));
600 memcpy (ared->arch_header, &hdr, sizeof (struct ar_hdr));
610 sizeof (struct ar_hdr));
[all...]
H A Dcoff-alpha.c2026 struct ar_hdr *h;
2032 h = (struct ar_hdr *) ret->arch_header;
2058 struct ar_hdr *hdr;
2076 hdr = (struct ar_hdr *) tdata->arch_header;
2194 struct ar_hdr *h;
2200 h = (struct ar_hdr *) t->arch_header;
H A Dsom.c6033 to the SOM itself, not the ar_hdr in front of it. */
6036 - sizeof (struct ar_hdr);
6076 to the SOM itself, not the ar_hdr in front of it. */
6079 - sizeof (struct ar_hdr);
6108 struct ar_hdr ar_header;
6132 amt = sizeof (struct ar_hdr);
6343 curr_som_offset = 8 + 2 * sizeof (struct ar_hdr) + bfd_getb32 (lst.file_end);
6494 curr_som_offset += arelt_size (curr_bfd) + sizeof (struct ar_hdr);
6565 struct ar_hdr hdr;
6666 for (i = 0; i < sizeof (struct ar_hdr);
[all...]
H A Decoff.c3058 struct ar_hdr hdr;
3079 firstreal = SARMAG + sizeof (struct ar_hdr) + mapsize + elength;
3119 for (i = 0; i < sizeof (struct ar_hdr); i++)
3123 if (bfd_bwrite ((void *) &hdr, (bfd_size_type) sizeof (struct ar_hdr), abfd)
3124 != sizeof (struct ar_hdr))
3147 firstreal += arelt_size (current) + sizeof (struct ar_hdr);
/haiku-buildtools/binutils/binutils/
H A Delfcomm.h70 struct ar_hdr arhdr; /* Current archive header. */
/haiku-buildtools/legacy/binutils/binutils/
H A Dar.c60 struct ar_hdr *
H A Dreadelf.c9084 struct ar_hdr arhdr;

Completed in 191 milliseconds