HomeSort by: relevance | last modified time | path
    Searched defs:use_plt (Results 1 - 17 of 17) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf-ifunc.c 121 bool use_plt = !avoid_plt || h->plt.refcount > 0; local
122 bool need_dynreloc = !use_plt || bfd_link_pic (info);
171 use_plt = true;
219 if (plt->size == 0 && use_plt)
229 if (use_plt)
245 if (use_plt)
300 if (use_plt
315 if (!use_plt)
elfxx-x86.c 189 bool use_plt; local
214 use_plt = false;
216 use_plt = ! bfd_link_dll (info);
218 use_plt = bfd_link_pde (info);
219 if (use_plt)
elfnn-loongarch.c 1872 bool use_plt = !avoid_plt || h->plt.refcount > 0; local
1873 bool need_dynreloc = !use_plt || bfd_link_pic (info);
1922 use_plt = true;
1971 if (plt->size == 0 && use_plt)
1981 if (use_plt)
1997 if (use_plt)
2050 if (use_plt
2064 if (!use_plt)
elf32-arm.c 4137 int use_plt = 0; local
4212 use_plt = 1;
4286 && !use_plt))
4292 if ((branch_type == ST_BRANCH_TO_THUMB) && use_plt && !thumb_only)
5579 bool use_plt = false; local
5603 use_plt = true;
5608 || use_plt)
5697 if (stub_type != arm_stub_a8_veneer_blx && use_plt)
  /src/external/gpl3/binutils.old/dist/bfd/
elf-ifunc.c 121 bool use_plt = !avoid_plt || h->plt.refcount > 0; local
122 bool need_dynreloc = !use_plt || bfd_link_pic (info);
171 use_plt = true;
219 if (plt->size == 0 && use_plt)
229 if (use_plt)
245 if (use_plt)
300 if (use_plt
315 if (!use_plt)
elfxx-x86.c 181 bool use_plt; local
206 use_plt = false;
208 use_plt = ! bfd_link_dll (info);
210 use_plt = bfd_link_pde (info);
211 if (use_plt)
elfnn-loongarch.c 1690 bool use_plt = !avoid_plt || h->plt.refcount > 0; local
1691 bool need_dynreloc = !use_plt || bfd_link_pic (info);
1740 use_plt = true;
1789 if (plt->size == 0 && use_plt)
1799 if (use_plt)
1815 if (use_plt)
1868 if (use_plt
1882 if (!use_plt)
elf32-arm.c 4201 int use_plt = 0; local
4276 use_plt = 1;
4350 && !use_plt))
4356 if ((branch_type == ST_BRANCH_TO_THUMB) && use_plt && !thumb_only)
5651 bool use_plt = false; local
5675 use_plt = true;
5680 || use_plt)
5769 if (stub_type != arm_stub_a8_veneer_blx && use_plt)
  /src/external/gpl3/gdb/dist/bfd/
elf-ifunc.c 121 bool use_plt = !avoid_plt || h->plt.refcount > 0; local
122 bool need_dynreloc = !use_plt || bfd_link_pic (info);
171 use_plt = true;
219 if (plt->size == 0 && use_plt)
229 if (use_plt)
245 if (use_plt)
300 if (use_plt
315 if (!use_plt)
elfxx-x86.c 181 bool use_plt; local
206 use_plt = false;
208 use_plt = ! bfd_link_dll (info);
210 use_plt = bfd_link_pde (info);
211 if (use_plt)
elfnn-loongarch.c 1668 bool use_plt = !avoid_plt || h->plt.refcount > 0; local
1669 bool need_dynreloc = !use_plt || bfd_link_pic (info);
1718 use_plt = true;
1767 if (plt->size == 0 && use_plt)
1777 if (use_plt)
1793 if (use_plt)
1846 if (use_plt
1860 if (!use_plt)
elf32-arm.c 4197 int use_plt = 0; local
4272 use_plt = 1;
4346 && !use_plt))
4352 if ((branch_type == ST_BRANCH_TO_THUMB) && use_plt && !thumb_only)
5647 bool use_plt = false; local
5671 use_plt = true;
5676 || use_plt)
5765 if (stub_type != arm_stub_a8_veneer_blx && use_plt)
  /src/external/gpl3/gdb.old/dist/bfd/
elf-ifunc.c 121 bool use_plt = !avoid_plt || h->plt.refcount > 0; local
122 bool need_dynreloc = !use_plt || bfd_link_pic (info);
171 use_plt = true;
219 if (plt->size == 0 && use_plt)
229 if (use_plt)
245 if (use_plt)
300 if (use_plt
315 if (!use_plt)
elfxx-x86.c 183 bool use_plt; local
208 use_plt = false;
210 use_plt = ! bfd_link_dll (info);
212 use_plt = bfd_link_pde (info);
213 if (use_plt)
elf32-nios2.c 3728 int use_plt; local
3990 use_plt = 0;
3997 use_plt = (eh->got_types_used == CALL_USED
4075 if (use_plt && bfd_link_pic (info))
4961 int use_plt; local
5057 use_plt = (eh->got_types_used == CALL_USED
5060 if (!use_plt && h->got.offset != (bfd_vma) -1
5106 if (use_plt && h->got.offset != (bfd_vma) -1)
5453 int use_plt; local
5526 use_plt = (eh->got_types_used == CALL_USE
    [all...]
elfnn-loongarch.c 1461 bool use_plt = !avoid_plt || h->plt.refcount > 0; local
1462 bool need_dynreloc = !use_plt || bfd_link_pic (info);
1511 use_plt = true;
1560 if (plt->size == 0 && use_plt)
1570 if (use_plt)
1586 if (use_plt)
1639 if (use_plt
1653 if (!use_plt)
elf32-arm.c 4199 int use_plt = 0; local
4253 use_plt = 1;
4327 && !use_plt))
4333 if ((branch_type == ST_BRANCH_TO_THUMB) && use_plt && !thumb_only)
5628 bool use_plt = false; local
5652 use_plt = true;
5657 || use_plt)
5746 if (stub_type != arm_stub_a8_veneer_blx && use_plt)

Completed in 136 milliseconds