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

/freebsd-11.0-release/contrib/binutils/bfd/
H A Delf32-ppc.c7650 static const unsigned int pic_plt_resolve[] =
7690 if (ARRAY_SIZE (pic_plt_resolve) != GLINK_PLTRESOLVE / 4)
7721 for (i = 0; i < ARRAY_SIZE (pic_plt_resolve); i++)
7723 bfd_put_32 (output_bfd, pic_plt_resolve[i], p);
7726 p -= 4 * ARRAY_SIZE (pic_plt_resolve);
7632 static const unsigned int pic_plt_resolve[] = local

Completed in 63 milliseconds