Searched refs:orl_count (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/binutils/bfd/
H A Darchive.c1795 unsigned int orl_count = 0;
1871 if (orl_count == orl_max)
1884 map[orl_count].name = bfd_alloc (arch, amt);
1885 if (map[orl_count].name == NULL)
1887 *(map[orl_count].name) = bfd_alloc (arch, namelen + 1);
1888 if (*(map[orl_count].name) == NULL)
1890 strcpy (*(map[orl_count].name), syms[src_count]->name);
1891 map[orl_count].u.abfd = current;
1892 map[orl_count].namidx = stridx;
1895 ++orl_count;
1786 unsigned int orl_count = 0; local
1923 bsd_write_armap(bfd *arch, unsigned int elength, struct orl *map, unsigned int orl_count, int stridx) argument
[all...]
H A Dcoff-rs6000.c1595 xcoff_write_armap_old (abfd, elength, map, orl_count, stridx)
1599 unsigned int orl_count;
1610 sprintf (hdr.size, "%ld", (long) (4 + orl_count * 4 + stridx));
1630 H_PUT_32 (abfd, orl_count, buf);
1637 while (sub != NULL && i < orl_count)
1658 for (i = 0; i < orl_count; i++)
1786 xcoff_write_armap_big (abfd, elength, map, orl_count, stridx)
1790 unsigned int orl_count;
1808 while (current_bfd != NULL && i < orl_count)
1832 BFD_ASSERT (sym_64 + sym_32 == orl_count);
[all...]
H A Dlibbfd-in.h191 (bfd *arch, unsigned int elength, struct orl *map, unsigned int orl_count,
195 (bfd *arch, unsigned int elength, struct orl *map, unsigned int orl_count,
H A Dlibbfd.h196 (bfd *arch, unsigned int elength, struct orl *map, unsigned int orl_count,
200 (bfd *arch, unsigned int elength, struct orl *map, unsigned int orl_count,
H A Decoff.c3009 unsigned int orl_count,
3028 for (hashlog = 0; ((unsigned int) 1 << hashlog) <= 2 * orl_count; hashlog++)
3096 for (i = 0; i < orl_count; i++)
3145 for (i = 0; i < orl_count; i++)
2998 _bfd_ecoff_write_armap(bfd *abfd, unsigned int elength, struct orl *map, unsigned int orl_count, int stridx) argument

Completed in 76 milliseconds