Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/binutils/bfd/
Darchive.c1934 file_ptr firstreal; in bsd_write_armap() local
1942 firstreal = mapsize + elength + sizeof (struct ar_hdr) + SARMAG; in bsd_write_armap()
1972 firstreal += arelt_size (current) + sizeof (struct ar_hdr); in bsd_write_armap()
1973 firstreal += firstreal % 2; in bsd_write_armap()
1981 H_PUT_32 (arch, firstreal, buf + BSD_SYMDEF_OFFSET_SIZE); in bsd_write_armap()
Decoff.c3009 file_ptr firstreal; in _bfd_ecoff_write_armap() local
3031 firstreal = SARMAG + sizeof (struct ar_hdr) + mapsize + elength; in _bfd_ecoff_write_armap()
3098 firstreal += arelt_size (current) + sizeof (struct ar_hdr); in _bfd_ecoff_write_armap()
3099 firstreal += firstreal % 2; in _bfd_ecoff_write_armap()
3125 H_PUT_32 (abfd, firstreal, (hashtable + hash * 8 + 4)); in _bfd_ecoff_write_armap()