Home
last modified time | relevance | path

Searched refs:stridx (Results 1 – 8 of 8) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Darchive64.c150 int stridx) in bfd_elf64_archive_write_armap() argument
153 unsigned int stringsize = stridx; in bfd_elf64_archive_write_armap()
Darchive.c1777 int stridx = 0; in _bfd_compute_and_write_armap() local
1873 map[orl_count].namidx = stridx; in _bfd_compute_and_write_armap()
1875 stridx += namelen + 1; in _bfd_compute_and_write_armap()
1890 (arch, elength, map, orl_count, stridx)); in _bfd_compute_and_write_armap()
1917 int stridx) in bsd_write_armap() argument
1919 int padit = stridx & 1; in bsd_write_armap()
1921 unsigned int stringsize = stridx + padit; in bsd_write_armap()
2069 int stridx) in coff_write_armap() argument
2074 unsigned int stringsize = stridx; in coff_write_armap()
Dlibbfd-in.h184 int stridx);
188 int stridx);
Dcoff-rs6000.c1585 xcoff_write_armap_old (abfd, elength, map, orl_count, stridx) in xcoff_write_armap_old() argument
1590 int stridx;
1600 sprintf (hdr.size, "%ld", (long) (4 + orl_count * 4 + stridx));
1659 if ((stridx & 1) != 0)
1776 xcoff_write_armap_big (abfd, elength, map, orl_count, stridx) in xcoff_write_armap_big() argument
1781 int stridx;
1824 BFD_ASSERT ((int)(str_64 + str_32) == stridx);
2055 _bfd_xcoff_write_armap (abfd, elength, map, orl_count, stridx) in _bfd_xcoff_write_armap() argument
2060 int stridx;
2063 return xcoff_write_armap_old (abfd, elength, map, orl_count, stridx);
[all …]
Dlibbfd.h189 int stridx);
193 int stridx);
Dvms.c713 int stridx ATTRIBUTE_UNUSED) in vms_write_armap()
717 arch, elength, map, orl_count, stridx); in vms_write_armap()
Decoff.c3002 int stridx) in _bfd_ecoff_write_armap() argument
3025 padit = stridx % 2; in _bfd_ecoff_write_armap()
3026 stringsize = stridx + padit; in _bfd_ecoff_write_armap()
Dsom.c6063 int stridx ATTRIBUTE_UNUSED) in som_write_armap()