Searched refs:stridx (Results 1 – 8 of 8) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | archive64.c | 150 int stridx) in bfd_elf64_archive_write_armap() argument 153 unsigned int stringsize = stridx; in bfd_elf64_archive_write_armap()
|
| D | archive.c | 1777 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()
|
| D | libbfd-in.h | 184 int stridx); 188 int stridx);
|
| D | coff-rs6000.c | 1585 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 …]
|
| D | libbfd.h | 189 int stridx); 193 int stridx);
|
| D | vms.c | 713 int stridx ATTRIBUTE_UNUSED) in vms_write_armap() 717 arch, elength, map, orl_count, stridx); in vms_write_armap()
|
| D | ecoff.c | 3002 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()
|
| D | som.c | 6063 int stridx ATTRIBUTE_UNUSED) in som_write_armap()
|