Searched refs:firstreal (Results 1 – 3 of 3) sorted by relevance
2429 file_ptr firstreal; in bsd_write_armap() local2437 firstreal = mapsize + elength + sizeof (struct ar_hdr) + SARMAG; in bsd_write_armap()2487 firstreal += (ared->parsed_size + ared->extra_size in bsd_write_armap()2489 firstreal += firstreal % 2; in bsd_write_armap()2498 offset = (unsigned int) firstreal; in bsd_write_armap()2499 if (firstreal != (file_ptr) offset) in bsd_write_armap()2507 H_PUT_32 (arch, firstreal, buf + BSD_SYMDEF_OFFSET_SIZE); in bsd_write_armap()
3020 file_ptr firstreal; in _bfd_ecoff_write_armap() local3042 firstreal = SARMAG + sizeof (struct ar_hdr) + mapsize + elength; in _bfd_ecoff_write_armap()3110 firstreal += arelt_size (current) + sizeof (struct ar_hdr); in _bfd_ecoff_write_armap()3111 firstreal += firstreal % 2; in _bfd_ecoff_write_armap()3137 H_PUT_32 (abfd, firstreal, (hashtable + hash * 8 + 4)); in _bfd_ecoff_write_armap()
3277 (bsd_write_armap): Adjust firstreal computation.