Searched refs:relsize (Results 1 - 20 of 20) sorted by relevance

/haiku-buildtools/legacy/binutils/ld/
H A Dldcref.c522 long relsize; local
555 relsize = bfd_get_reloc_upper_bound (abfd, sec);
556 if (relsize < 0)
558 if (relsize == 0)
561 relpp = xmalloc (relsize);
H A Dldmain.c1271 long relsize;
1279 relsize = bfd_get_reloc_upper_bound (abfd, sec);
1280 if (relsize < 0)
1282 if (relsize == 0)
1285 relpp = xmalloc (relsize);
1269 long relsize; local
H A Dpe-dll.c1066 int relsize, nrelocs, i; local
1076 relsize = bfd_get_reloc_upper_bound (b, s);
1077 relocs = xmalloc (relsize);
1125 int relsize, nrelocs, i; local
1155 relsize = bfd_get_reloc_upper_bound (b, s);
1156 relocs = xmalloc (relsize);
1553 static int relcount = 0, relsize = 0; variable
1558 if (relcount >= relsize - 1)
1560 relsize += 10;
1562 reltab = xrealloc (reltab, relsize * sizeo
[all...]
/haiku-buildtools/legacy/binutils/binutils/
H A Dcoffgrok.c138 long relsize; local
143 relsize = bfd_get_reloc_upper_bound (abfd, section);
144 if (relsize < 0)
146 if (relsize == 0)
148 relpp = (arelent **) xmalloc (relsize);
H A Dobjdump.c1668 long relsize;
1670 relsize = bfd_get_reloc_upper_bound (abfd, section);
1671 if (relsize < 0)
1674 if (relsize > 0)
1676 rel_ppstart = rel_pp = xmalloc (relsize);
1933 long relsize = bfd_get_dynamic_reloc_upper_bound (abfd);
1935 if (relsize < 0)
1938 if (relsize > 0)
1940 aux.dynrelbuf = xmalloc (relsize);
2658 long relsize;
1664 long relsize; local
1929 long relsize = bfd_get_dynamic_reloc_upper_bound (abfd); local
2648 long relsize; local
2694 long relsize; local
[all...]
H A Dobjcopy.c2192 long relsize;
2217 relsize = 0;
2220 relsize = bfd_get_reloc_upper_bound (ibfd, isection);
2222 if (relsize < 0)
2225 if (relsize == -1 && bfd_get_error () == bfd_error_invalid_operation)
2226 relsize = 0;
2232 if (relsize == 0)
2236 relpp = xmalloc (relsize);
2249 temp_relpp = xmalloc (relsize);
2372 long relsize;
2190 long relsize; local
2370 long relsize; local
[all...]
H A Dnm.c774 long relsize;
776 relsize = bfd_get_reloc_upper_bound (abfd, sec);
777 if (relsize < 0)
780 *data->relocs = xmalloc (relsize);
769 long relsize; local
/haiku-buildtools/binutils/ld/
H A Dldcref.c655 long relsize; local
688 relsize = bfd_get_reloc_upper_bound (abfd, sec);
689 if (relsize < 0)
691 if (relsize == 0)
694 relpp = (arelent **) xmalloc (relsize);
H A Dldmain.c1242 long relsize;
1250 relsize = bfd_get_reloc_upper_bound (abfd, sec);
1251 if (relsize < 0)
1253 if (relsize == 0)
1256 relpp = (arelent **) xmalloc (relsize);
1240 long relsize; local
H A Dpe-dll.c1293 int relsize, nrelocs, i; local
1303 relsize = bfd_get_reloc_upper_bound (b, s);
1304 relocs = xmalloc (relsize);
1352 int relsize, nrelocs; local
1384 relsize = bfd_get_reloc_upper_bound (b, s);
1385 relocs = xmalloc (relsize);
1829 static int relcount = 0, relsize = 0; variable
1834 if (relcount >= relsize - 1)
1836 relsize += 10;
1838 reltab = xrealloc (reltab, relsize * sizeo
[all...]
/haiku-buildtools/binutils/binutils/
H A Dobjdump.c2097 long relsize;
2099 relsize = bfd_get_reloc_upper_bound (abfd, section);
2100 if (relsize < 0)
2103 if (relsize > 0)
2105 rel_ppstart = rel_pp = (arelent **) xmalloc (relsize);
2358 long relsize = bfd_get_dynamic_reloc_upper_bound (abfd);
2360 if (relsize < 0 && dump_dynamic_reloc_info)
2363 if (relsize > 0)
2365 aux.dynrelbuf = (arelent **) xmalloc (relsize);
3304 long relsize;
2092 long relsize; local
2353 long relsize = bfd_get_dynamic_reloc_upper_bound (abfd); local
3293 long relsize; local
3343 long relsize; local
[all...]
H A Dcoffgrok.c123 long relsize; local
132 relsize = bfd_get_reloc_upper_bound (abfd, section);
133 if (relsize < 0)
135 if (relsize == 0)
137 relpp = (arelent **) xmalloc (relsize);
H A Dobjcopy.c3265 long relsize;
3279 relsize = 0;
3282 relsize = bfd_get_reloc_upper_bound (ibfd, isection);
3284 if (relsize < 0)
3287 if (relsize == -1 && bfd_get_error () == bfd_error_invalid_operation)
3288 relsize = 0;
3298 if (relsize == 0)
3305 relpp = (arelent **) xmalloc (relsize);
3323 temp_relpp = (arelent **) xmalloc (relsize);
3527 long relsize;
3263 long relsize; local
3525 long relsize; local
[all...]
H A Dnm.c842 long relsize;
844 relsize = bfd_get_reloc_upper_bound (abfd, sec);
845 if (relsize < 0)
848 *data->relocs = (arelent **) xmalloc (relsize);
837 long relsize; local
/haiku-buildtools/legacy/binutils/bfd/
H A Dlinker.c2060 long relsize;
2067 relsize = bfd_get_reloc_upper_bound (input_bfd,
2069 if (relsize < 0)
2071 relocs = bfd_malloc (relsize);
2072 if (!relocs && relsize != 0)
2054 long relsize; local
H A Decoff.c2112 bfd_size_type relsize;
2115 relsize = current->reloc_count * external_reloc_size;
2116 reloc_size += relsize;
2117 reloc_base += relsize;
2105 bfd_size_type relsize; local
H A Delf64-ppc.c8220 bfd_size_type relsize;
8221 relsize = stub_entry->stub_sec->reloc_count * sizeof (*relocs);
8222 relocs = bfd_alloc (htab->stub_bfd, relsize);
8226 elfsec_data->rel_hdr.sh_size = relsize;
8216 bfd_size_type relsize; local
/haiku-buildtools/binutils/bfd/
H A Dlinker.c1849 long relsize;
1856 relsize = bfd_get_reloc_upper_bound (input_bfd,
1858 if (relsize < 0)
1860 relocs = (arelent **) bfd_malloc (relsize);
1861 if (!relocs && relsize != 0)
1843 long relsize; local
H A Decoff.c2152 bfd_size_type relsize;
2155 relsize = current->reloc_count * external_reloc_size;
2156 reloc_size += relsize;
2157 reloc_base += relsize;
2145 bfd_size_type relsize; local
H A Delf64-ppc.c10773 bfd_size_type relsize;
10774 relsize = sec->reloc_count * sizeof (*relocs);
10775 relocs = bfd_alloc (sec->owner, relsize);
10769 bfd_size_type relsize; local

Completed in 476 milliseconds