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

/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf32-ppc.c7472 static const unsigned int plt_resolve[] =
7494 if (ARRAY_SIZE (plt_resolve) != GLINK_PLTRESOLVE / 4)
7557 for (i = 0; i < ARRAY_SIZE (plt_resolve); i++)
7559 bfd_put_32 (output_bfd, plt_resolve[i], p);
7562 p -= 4 * ARRAY_SIZE (plt_resolve);
7454 static const unsigned int plt_resolve[] = local

Completed in 130 milliseconds