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

/freebsd-11-stable/contrib/binutils/ld/
H A Dldcref.c659 arelent **relpp; local
697 relpp = xmalloc (relsize);
698 relcount = bfd_canonicalize_reloc (abfd, sec, relpp, info->asymbols);
702 p = relpp;
733 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
/freebsd-11-stable/contrib/binutils/binutils/
H A Dobjcopy.c2322 arelent **relpp;
2370 relpp = xmalloc (relsize);
2371 relcount = bfd_canonicalize_reloc (ibfd, isection, relpp, isympp);
2385 if (is_specified_symbol (bfd_asymbol_name (*relpp[i]->sym_ptr_ptr),
2387 temp_relpp [temp_relcount++] = relpp [i];
2389 free (relpp);
2390 relpp = temp_relpp;
2393 bfd_set_reloc (obfd, osection, relcount == 0 ? NULL : relpp, relcount);
2395 free (relpp);
2536 arelent **relpp;
2320 arelent **relpp; local
2534 arelent **relpp; local
[all...]
H A Dcoffgrok.c142 arelent **relpp; local
150 relpp = (arelent **) xmalloc (relsize);
151 relcount = bfd_canonicalize_reloc (abfd, section, relpp, syms);
H A Dobjdump.c2622 dump_reloc_set (bfd *abfd, asection *sec, arelent **relpp, long relcount)
2646 for (p = relpp; relcount && *p != NULL; p++, relcount--)
2735 arelent **relpp;
2758 relpp = xmalloc (relsize);
2759 relcount = bfd_canonicalize_reloc (abfd, section, relpp, syms);
2768 dump_reloc_set (abfd, section, relpp, relcount);
2771 free (relpp);
2784 arelent **relpp;
2797 relpp = xmalloc (relsize);
2798 relcount = bfd_canonicalize_dynamic_reloc (abfd, relpp, dynsym
2612 dump_reloc_set(bfd *abfd, asection *sec, arelent **relpp, long relcount) argument
2725 arelent **relpp; local
2774 arelent **relpp; local
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Dieee.c1672 arelent **relpp;
1679 relpp = &s->relocation;
1680 per->reloc_tail_ptr = (ieee_reloc_type **) relpp;
1669 arelent **relpp; local

Completed in 214 milliseconds