Home | History | Annotate | Download | only in binutils

Lines Matching defs:relpp

2219       arelent **  relpp;
2224 relpp = (arelent **) xmalloc (relsize);
2225 relcount = bfd_canonicalize_reloc (abfd, sec, relpp, isympp);
2226 free (relpp);
4520 arelent **relpp;
4565 relpp = isection->orelocation;
4569 relpp = bfd_xalloc (obfd, relsize);
4570 relcount = bfd_canonicalize_reloc (ibfd, isection, relpp, isympp);
4586 for (w_relpp = relpp, i = 0; i < relcount; i++)
4588 if (relpp[i]->sym_ptr_ptr
4590 && *relpp[i]->sym_ptr_ptr
4591 && is_specified_symbol (bfd_asymbol_name (*relpp[i]->sym_ptr_ptr),
4593 *w_relpp++ = relpp[i];
4594 relcount = w_relpp - relpp;
4599 relcount == 0 ? NULL : relpp,
4792 arelent **relpp;
4811 relpp = (arelent **) xmalloc (relsize);
4812 relcount = bfd_canonicalize_reloc (ibfd, isection, relpp, symbols);
4815 free (relpp);
4824 if (relpp[i]->sym_ptr_ptr != NULL
4825 && * relpp[i]->sym_ptr_ptr != NULL
4826 && *relpp[i]->sym_ptr_ptr != bfd_com_section_ptr->symbol
4827 && *relpp[i]->sym_ptr_ptr != bfd_abs_section_ptr->symbol
4828 && *relpp[i]->sym_ptr_ptr != bfd_und_section_ptr->symbol)
4829 (*relpp[i]->sym_ptr_ptr)->flags |= BSF_KEEP;
4832 free (relpp);