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

/haiku-fatelf/src/bin/gdb/bfd/
H A Darchive.c1933 file_ptr firstreal;
1942 firstreal = mapsize + elength + sizeof (struct ar_hdr) + SARMAG;
1974 firstreal += arelt_size (current) + sizeof (struct ar_hdr);
1975 firstreal += firstreal % 2;
1983 H_PUT_32 (arch, firstreal, buf + BSD_SYMDEF_OFFSET_SIZE);
1925 file_ptr firstreal; local
H A Decoff.c3154 file_ptr firstreal;
3176 firstreal = SARMAG + sizeof (struct ar_hdr) + mapsize + elength;
3241 /* Advance firstreal to the file position of this archive
3247 firstreal += arelt_size (current) + sizeof (struct ar_hdr);
3248 firstreal += firstreal % 2;
3274 H_PUT_32 (abfd, firstreal, (hashtable + hash * 8 + 4));
3145 file_ptr firstreal; local

Completed in 96 milliseconds