Searched refs:relpp (Results 1 - 14 of 14) sorted by relevance

/haiku-buildtools/legacy/binutils/ld/
H A Dldcref.c523 arelent **relpp; local
561 relpp = xmalloc (relsize);
562 relcount = bfd_canonicalize_reloc (abfd, sec, relpp, info->asymbols);
566 p = relpp;
597 free (relpp);
H A Dldmain.c1272 arelent **relpp;
1285 relpp = xmalloc (relsize);
1286 relcount = bfd_canonicalize_reloc (abfd, sec, relpp, info->asymbols);
1290 p = relpp;
1308 free (relpp);
1270 arelent **relpp; local
/haiku-buildtools/binutils/ld/
H A Dldcref.c656 arelent **relpp; local
694 relpp = (arelent **) xmalloc (relsize);
695 relcount = bfd_canonicalize_reloc (abfd, sec, relpp, info->asymbols);
699 p = relpp;
730 free (relpp);
H A Dldmain.c1243 arelent **relpp;
1256 relpp = (arelent **) xmalloc (relsize);
1257 relcount = bfd_canonicalize_reloc (abfd, sec, relpp, info->asymbols);
1261 p = relpp;
1279 free (relpp);
1241 arelent **relpp; local
/haiku-buildtools/legacy/binutils/binutils/
H A Dobjcopy.c2188 arelent **relpp;
2236 relpp = xmalloc (relsize);
2237 relcount = bfd_canonicalize_reloc (ibfd, isection, relpp, isympp);
2251 if (is_specified_symbol (bfd_asymbol_name (*relpp[i]->sym_ptr_ptr),
2253 temp_relpp [temp_relcount++] = relpp [i];
2255 free (relpp);
2256 relpp = temp_relpp;
2259 bfd_set_reloc (obfd, osection, relcount == 0 ? NULL : relpp, relcount);
2261 free (relpp);
2373 arelent **relpp;
2186 arelent **relpp; local
2371 arelent **relpp; local
[all...]
H A Dcoffgrok.c140 arelent **relpp; local
148 relpp = (arelent **) xmalloc (relsize);
149 relcount = bfd_canonicalize_reloc (abfd, section, relpp, syms);
H A Dobjdump.c2543 dump_reloc_set (bfd *abfd, asection *sec, arelent **relpp, long relcount)
2567 for (p = relpp; relcount && *p != NULL; p++, relcount--)
2656 arelent **relpp;
2679 relpp = xmalloc (relsize);
2680 relcount = bfd_canonicalize_reloc (abfd, section, relpp, syms);
2689 dump_reloc_set (abfd, section, relpp, relcount);
2692 free (relpp);
2705 arelent **relpp;
2718 relpp = xmalloc (relsize);
2719 relcount = bfd_canonicalize_dynamic_reloc (abfd, relpp, dynsym
2533 dump_reloc_set(bfd *abfd, asection *sec, arelent **relpp, long relcount) argument
2646 arelent **relpp; local
2695 arelent **relpp; local
[all...]
/haiku-buildtools/binutils/binutils/
H A Dobjcopy.c3266 arelent **relpp;
3305 relpp = (arelent **) xmalloc (relsize);
3306 relcount = bfd_canonicalize_reloc (ibfd, isection, relpp, isympp);
3327 if (relpp[i]->sym_ptr_ptr
3329 && * relpp[i]->sym_ptr_ptr)
3330 if (is_specified_symbol (bfd_asymbol_name (*relpp[i]->sym_ptr_ptr),
3332 temp_relpp [temp_relcount++] = relpp [i];
3335 free (relpp);
3336 relpp = temp_relpp;
3339 bfd_set_reloc (obfd, osection, relcount == 0 ? NULL : relpp, relcoun
3264 arelent **relpp; local
3526 arelent **relpp; local
[all...]
H A Dobjdump.c3128 dump_reloc_set (bfd *abfd, asection *sec, arelent **relpp, long relcount)
3154 for (p = relpp; relcount && *p != NULL; p++, relcount--)
3302 arelent **relpp;
3325 relpp = (arelent **) xmalloc (relsize);
3326 relcount = bfd_canonicalize_reloc (abfd, section, relpp, syms);
3339 dump_reloc_set (abfd, section, relpp, relcount);
3342 free (relpp);
3355 arelent **relpp;
3368 relpp = (arelent **) xmalloc (relsize);
3369 relcount = bfd_canonicalize_dynamic_reloc (abfd, relpp, dynsym
3117 dump_reloc_set(bfd *abfd, asection *sec, arelent **relpp, long relcount) argument
3291 arelent **relpp; local
3344 arelent **relpp; local
[all...]
H A Dcoffgrok.c125 arelent **relpp; local
137 relpp = (arelent **) xmalloc (relsize);
138 relcount = bfd_canonicalize_reloc (abfd, section, relpp, syms);
/haiku-buildtools/legacy/binutils/bfd/
H A Doasys.c387 arelent **relpp; local
392 relpp = &section->relocation;
393 per->reloc_tail_ptr = (oasys_reloc_type **) relpp;
H A Dieee.c1672 arelent **relpp;
1679 relpp = &s->relocation;
1680 per->reloc_tail_ptr = (ieee_reloc_type **) relpp;
1669 arelent **relpp; local
/haiku-buildtools/binutils/bfd/
H A Doasys.c386 arelent **relpp; local
391 relpp = &section->relocation;
392 per->reloc_tail_ptr = (oasys_reloc_type **) relpp;
H A Dieee.c1753 arelent **relpp;
1760 relpp = &s->relocation;
1761 per->reloc_tail_ptr = (ieee_reloc_type **) relpp;
1750 arelent **relpp; local

Completed in 237 milliseconds