/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | archive.c | 1807 unsigned int orl_count = 0; in _bfd_compute_and_write_armap() local 1883 if (orl_count == orl_max) in _bfd_compute_and_write_armap() 1897 if (map[orl_count].name == NULL) in _bfd_compute_and_write_armap() 1900 if (*(map[orl_count].name) == NULL) in _bfd_compute_and_write_armap() 1903 map[orl_count].u.abfd = current; in _bfd_compute_and_write_armap() 1904 map[orl_count].namidx = stridx; in _bfd_compute_and_write_armap() 1907 ++orl_count; in _bfd_compute_and_write_armap() 1921 (arch, elength, map, orl_count, stridx)); in _bfd_compute_and_write_armap() 1947 unsigned int orl_count, in bsd_write_armap() argument 1993 for (count = 0; count < orl_count; count++) in bsd_write_armap() [all …]
|
H A D | coff-rs6000.c | 1585 unsigned int orl_count; 1616 H_PUT_32 (abfd, orl_count, buf); 1623 while (sub != NULL && i < orl_count) 1644 for (i = 0; i < orl_count; i++) 1781 unsigned int orl_count; 1799 while (current_bfd != NULL && i < orl_count) 1823 BFD_ASSERT (sym_64 + sym_32 == orl_count); 1903 while (current_bfd != NULL && i < orl_count) 1931 while (current_bfd != NULL && i < orl_count) 1999 while (current_bfd != NULL && i < orl_count) [all …]
|
H A D | libbfd-in.h | 188 (bfd *arch, unsigned int elength, struct orl *map, unsigned int orl_count, 192 (bfd *arch, unsigned int elength, struct orl *map, unsigned int orl_count,
|
H A D | libbfd.h | 193 (bfd *arch, unsigned int elength, struct orl *map, unsigned int orl_count, 197 (bfd *arch, unsigned int elength, struct orl *map, unsigned int orl_count,
|
H A D | vms.c | 713 unsigned int orl_count ATTRIBUTE_UNUSED, in vms_write_armap() 718 arch, elength, map, orl_count, stridx); in vms_write_armap()
|
H A D | ecoff.c | 3001 unsigned int orl_count, in _bfd_ecoff_write_armap() argument 3020 for (hashlog = 0; ((unsigned int) 1 << hashlog) <= 2 * orl_count; hashlog++) in _bfd_ecoff_write_armap() 3088 for (i = 0; i < orl_count; i++) in _bfd_ecoff_write_armap() 3137 for (i = 0; i < orl_count; i++) in _bfd_ecoff_write_armap()
|
H A D | som.c | 6081 unsigned int orl_count ATTRIBUTE_UNUSED, in som_write_armap()
|
H A D | ChangeLog-9495 | 7019 (som_write_armap): Add elength, map, orl_count and int arguments. 9251 (rs6000coff_write_armap): Declare orl_count and stridx parameters.
|
H A D | ChangeLog-9193 | 6692 * targets.c (proto write_armap). Changed orl_count to unsigned.
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | archive.c | 1774 unsigned int orl_count = 0; in _bfd_compute_and_write_armap() local 1850 if (orl_count == orl_max) in _bfd_compute_and_write_armap() 1864 if (map[orl_count].name == NULL) in _bfd_compute_and_write_armap() 1867 if (*(map[orl_count].name) == NULL) in _bfd_compute_and_write_armap() 1870 map[orl_count].u.abfd = current; in _bfd_compute_and_write_armap() 1871 map[orl_count].namidx = stridx; in _bfd_compute_and_write_armap() 1874 ++orl_count; in _bfd_compute_and_write_armap() 1888 (arch, elength, map, orl_count, stridx)); in _bfd_compute_and_write_armap() 1914 unsigned int orl_count, in bsd_write_armap() argument 1955 for (count = 0; count < orl_count; count++) in bsd_write_armap() [all …]
|
H A D | coff-rs6000.c | 1583 unsigned int orl_count; 1614 H_PUT_32 (abfd, orl_count, buf); 1621 while (sub != NULL && i < orl_count) 1642 for (i = 0; i < orl_count; i++) 1779 unsigned int orl_count; 1797 while (current_bfd != NULL && i < orl_count) 1821 BFD_ASSERT (sym_64 + sym_32 == orl_count); 1902 while (current_bfd != NULL && i < orl_count) 1930 while (current_bfd != NULL && i < orl_count) 2000 while (current_bfd != NULL && i < orl_count) [all …]
|
H A D | libbfd-in.h | 167 (bfd *arch, unsigned int elength, struct orl *map, unsigned int orl_count, 171 (bfd *arch, unsigned int elength, struct orl *map, unsigned int orl_count,
|
H A D | libbfd.h | 172 (bfd *arch, unsigned int elength, struct orl *map, unsigned int orl_count, 176 (bfd *arch, unsigned int elength, struct orl *map, unsigned int orl_count,
|
H A D | vms.c | 85 unsigned int orl_count, int stridx)); 966 vms_write_armap (arch, elength, map, orl_count, stridx) in vms_write_armap() argument 970 unsigned int orl_count ATTRIBUTE_UNUSED; 975 arch, elength, map, orl_count, stridx);
|
H A D | ecoff.c | 3136 _bfd_ecoff_write_armap (abfd, elength, map, orl_count, stridx) in _bfd_ecoff_write_armap() argument 3140 unsigned int orl_count; 3159 for (hashlog = 0; ((unsigned int) 1 << hashlog) <= 2 * orl_count; hashlog++) 3231 for (i = 0; i < orl_count; i++) 3280 for (i = 0; i < orl_count; i++)
|
H A D | som.c | 6160 som_write_armap (abfd, elength, map, orl_count, stridx) in som_write_armap() argument 6164 unsigned int orl_count ATTRIBUTE_UNUSED;
|
H A D | ChangeLog-9495 | 7019 (som_write_armap): Add elength, map, orl_count and int arguments. 9251 (rs6000coff_write_armap): Declare orl_count and stridx parameters.
|
H A D | ChangeLog-9193 | 6692 * targets.c (proto write_armap). Changed orl_count to unsigned.
|