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

/freebsd-10.1-release/contrib/binutils/binutils/
H A Dobjdump.c1682 arelent ** rel_pp = NULL;
1711 rel_pp = paux->dynrelbuf;
1721 rel_pp = NULL;
1735 rel_ppstart = rel_pp = xmalloc (relsize);
1736 rel_count = bfd_canonicalize_reloc (abfd, section, rel_pp, syms);
1741 qsort (rel_pp, rel_count, sizeof (arelent *), compare_relocs);
1746 rel_ppend = rel_pp + rel_count;
1778 while (rel_pp < rel_ppend
1779 && (*rel_pp)->address < rel_offset + addr_offset)
1780 ++rel_pp;
1678 arelent ** rel_pp = NULL; local
[all...]

Completed in 95 milliseconds