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

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Darchive.c1930 file_ptr firstreal;
1939 firstreal = mapsize + elength + sizeof (struct ar_hdr) + SARMAG;
1971 firstreal += arelt_size (current) + sizeof (struct ar_hdr);
1972 firstreal += firstreal % 2;
1980 H_PUT_32 (arch, firstreal, buf + BSD_SYMDEF_OFFSET_SIZE);
1922 file_ptr firstreal; local
H A Decoff.c3157 file_ptr firstreal;
3179 firstreal = SARMAG + sizeof (struct ar_hdr) + mapsize + elength;
3244 /* Advance firstreal to the file position of this archive
3250 firstreal += arelt_size (current) + sizeof (struct ar_hdr);
3251 firstreal += firstreal % 2;
3277 H_PUT_32 (abfd, firstreal, (hashtable + hash * 8 + 4));
3148 file_ptr firstreal; local
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Darchive.c1965 file_ptr firstreal;
1974 firstreal = mapsize + elength + sizeof (struct ar_hdr) + SARMAG;
2011 firstreal += arelt_size (current) + sizeof (struct ar_hdr);
2012 firstreal += firstreal % 2;
2020 H_PUT_32 (arch, firstreal, buf + BSD_SYMDEF_OFFSET_SIZE);
1955 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 178 milliseconds