Searched refs:firstreal (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/binutils/bfd/
H A Darchive.c1943 file_ptr firstreal;
1951 firstreal = mapsize + elength + sizeof (struct ar_hdr) + SARMAG;
1981 firstreal += arelt_size (current) + sizeof (struct ar_hdr);
1982 firstreal += firstreal % 2;
1990 H_PUT_32 (arch, firstreal, buf + BSD_SYMDEF_OFFSET_SIZE);
1934 file_ptr firstreal; local
H A Decoff.c3017 file_ptr firstreal;
3039 firstreal = SARMAG + sizeof (struct ar_hdr) + mapsize + elength;
3100 /* Advance firstreal to the file position of this archive
3106 firstreal += arelt_size (current) + sizeof (struct ar_hdr);
3107 firstreal += firstreal % 2;
3133 H_PUT_32 (abfd, firstreal, (hashtable + hash * 8 + 4));
3009 file_ptr firstreal; local

Completed in 63 milliseconds