Searched refs:firstreal (Results 1 – 4 of 4) sorted by relevance
1955 file_ptr firstreal; in bsd_write_armap() local1964 firstreal = mapsize + elength + sizeof (struct ar_hdr) + SARMAG; in bsd_write_armap()2001 firstreal += arelt_size (current) + sizeof (struct ar_hdr); in bsd_write_armap()2002 firstreal += firstreal % 2; in bsd_write_armap()2010 H_PUT_32 (arch, firstreal, buf + BSD_SYMDEF_OFFSET_SIZE); in bsd_write_armap()
3009 file_ptr firstreal; in _bfd_ecoff_write_armap() local3031 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()
1922 file_ptr firstreal; in bsd_write_armap() local1931 firstreal = mapsize + elength + sizeof (struct ar_hdr) + SARMAG; in bsd_write_armap()1963 firstreal += arelt_size (current) + sizeof (struct ar_hdr); in bsd_write_armap()1964 firstreal += firstreal % 2; in bsd_write_armap()1972 H_PUT_32 (arch, firstreal, buf + BSD_SYMDEF_OFFSET_SIZE); in bsd_write_armap()
3148 file_ptr firstreal; local3170 firstreal = SARMAG + sizeof (struct ar_hdr) + mapsize + elength;3241 firstreal += arelt_size (current) + sizeof (struct ar_hdr);3242 firstreal += firstreal % 2;3268 H_PUT_32 (abfd, firstreal, (hashtable + hash * 8 + 4));