Home
last modified time | relevance | path

Searched refs:orl_count (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Darchive.c2331 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 Dcoff-rs6000.c1910 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 Decoff.c3093 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 Dsom.c6580 unsigned int orl_count ATTRIBUTE_UNUSED, in som_write_armap()
H A DChangeLog-94957019 (som_write_armap): Add elength, map, orl_count and int arguments.
9251 (rs6000coff_write_armap): Declare orl_count and stridx parameters.
H A DChangeLog-91936692 * targets.c (proto write_armap). Changed orl_count to unsigned.
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Darchive.c2298 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 Dcoff-rs6000.c1825 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 Decoff.c3015 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 Dsom.c6653 unsigned int orl_count ATTRIBUTE_UNUSED, in som_write_armap()
H A DChangeLog-94957019 (som_write_armap): Add elength, map, orl_count and int arguments.
9251 (rs6000coff_write_armap): Declare orl_count and stridx parameters.
H A DChangeLog-91936692 * targets.c (proto write_armap). Changed orl_count to unsigned.
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-94957019 (som_write_armap): Add elength, map, orl_count and int arguments.
9251 (rs6000coff_write_armap): Declare orl_count and stridx parameters.
H A DChangeLog-91936692 * targets.c (proto write_armap). Changed orl_count to unsigned.
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-94957019 (som_write_armap): Add elength, map, orl_count and int arguments.
9251 (rs6000coff_write_armap): Declare orl_count and stridx parameters.
H A DChangeLog-91936692 * targets.c (proto write_armap). Changed orl_count to unsigned.