/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | archive.c | 2331 unsigned int orl_count = 0; in _bfd_compute_and_write_armap() local 2416 if (orl_count == orl_max) in _bfd_compute_and_write_armap() 2442 map[orl_count].name = (char **) bfd_alloc (arch, amt); in _bfd_compute_and_write_armap() 2443 if (map[orl_count].name == NULL) in _bfd_compute_and_write_armap() 2445 *(map[orl_count].name) = (char *) bfd_alloc (arch, in _bfd_compute_and_write_armap() 2447 if (*(map[orl_count].name) == NULL) in _bfd_compute_and_write_armap() 2449 strcpy (*(map[orl_count].name), syms[src_count]->name); in _bfd_compute_and_write_armap() 2450 map[orl_count].u.abfd = current; in _bfd_compute_and_write_armap() 2451 map[orl_count].namidx = stridx; in _bfd_compute_and_write_armap() 2454 ++orl_count; in _bfd_compute_and_write_armap() [all …]
|
H A D | coff-rs6000.c | 1910 struct orl *map, unsigned int orl_count, int stridx) in xcoff_write_armap_old() argument 1919 sprintf (hdr.size, "%ld", (long) (4 + orl_count * 4 + stridx)); in xcoff_write_armap_old() 1938 H_PUT_32 (abfd, orl_count, buf); in xcoff_write_armap_old() 1944 while (i < orl_count && archive_iterator_next (&iterator)) in xcoff_write_armap_old() 1953 for (i = 0; i < orl_count; i++) in xcoff_write_armap_old() 2050 struct orl *map, unsigned int orl_count, int stridx) in xcoff_write_armap_big() argument 2066 current_bfd != NULL && i < orl_count; in xcoff_write_armap_big() 2088 BFD_ASSERT (sym_64 + sym_32 == orl_count); in xcoff_write_armap_big() 2164 while (i < orl_count && archive_iterator_next (&iterator)) in xcoff_write_armap_big() 2181 current_bfd != NULL && i < orl_count; in xcoff_write_armap_big() [all …]
|
H A D | ecoff.c | 3093 unsigned int orl_count, in _bfd_ecoff_write_armap() argument 3112 for (hashlog = 0; ((unsigned int) 1 << hashlog) <= 2 * orl_count; hashlog++) in _bfd_ecoff_write_armap() 3180 for (i = 0; i < orl_count; i++) in _bfd_ecoff_write_armap() 3229 for (i = 0; i < orl_count; i++) in _bfd_ecoff_write_armap()
|
H A D | som.c | 6580 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.
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | archive.c | 2298 unsigned int orl_count = 0; in _bfd_compute_and_write_armap() local 2383 if (orl_count == orl_max) in _bfd_compute_and_write_armap() 2409 map[orl_count].name = (char **) bfd_alloc (arch, amt); in _bfd_compute_and_write_armap() 2410 if (map[orl_count].name == NULL) in _bfd_compute_and_write_armap() 2412 *(map[orl_count].name) = (char *) bfd_alloc (arch, in _bfd_compute_and_write_armap() 2414 if (*(map[orl_count].name) == NULL) in _bfd_compute_and_write_armap() 2416 strcpy (*(map[orl_count].name), syms[src_count]->name); in _bfd_compute_and_write_armap() 2417 map[orl_count].u.abfd = current; in _bfd_compute_and_write_armap() 2418 map[orl_count].namidx = stridx; in _bfd_compute_and_write_armap() 2421 ++orl_count; in _bfd_compute_and_write_armap() [all …]
|
H A D | coff-rs6000.c | 1825 struct orl *map, unsigned int orl_count, int stridx) in xcoff_write_armap_old() argument 1834 sprintf (hdr.size, "%ld", (long) (4 + orl_count * 4 + stridx)); in xcoff_write_armap_old() 1854 H_PUT_32 (abfd, orl_count, buf); in xcoff_write_armap_old() 1860 while (i < orl_count && archive_iterator_next (&iterator)) in xcoff_write_armap_old() 1869 for (i = 0; i < orl_count; i++) in xcoff_write_armap_old() 1966 struct orl *map, unsigned int orl_count, int stridx) in xcoff_write_armap_big() argument 1982 current_bfd != NULL && i < orl_count; in xcoff_write_armap_big() 2004 BFD_ASSERT (sym_64 + sym_32 == orl_count); in xcoff_write_armap_big() 2080 while (i < orl_count && archive_iterator_next (&iterator)) in xcoff_write_armap_big() 2097 current_bfd != NULL && i < orl_count; in xcoff_write_armap_big() [all …]
|
H A D | ecoff.c | 3015 unsigned int orl_count, in _bfd_ecoff_write_armap() argument 3034 for (hashlog = 0; ((unsigned int) 1 << hashlog) <= 2 * orl_count; hashlog++) in _bfd_ecoff_write_armap() 3103 for (i = 0; i < orl_count; i++) in _bfd_ecoff_write_armap() 3152 for (i = 0; i < orl_count; i++) in _bfd_ecoff_write_armap()
|
H A D | som.c | 6653 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.
|
/netbsd-src/external/gpl3/gdb.old/dist/bfd/ |
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.
|
/netbsd-src/external/gpl3/gdb/dist/bfd/ |
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.
|