Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Darchive.c1955 file_ptr firstreal; in bsd_write_armap() local
1964 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()
H A 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()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Darchive.c1922 file_ptr firstreal; in bsd_write_armap() local
1931 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()
H A Decoff.c3148 file_ptr firstreal; local
3170 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));