Lines Matching refs:PLT64_LARGE_THRESHOLD
828 #define PLT64_LARGE_THRESHOLD 32768 macro
838 if (offset < (PLT64_LARGE_THRESHOLD * PLT64_ENTRY_SIZE)) in sparc64_plt_entry_build()
876 offset -= (PLT64_LARGE_THRESHOLD * PLT64_ENTRY_SIZE); in sparc64_plt_entry_build()
877 max -= (PLT64_LARGE_THRESHOLD * PLT64_ENTRY_SIZE); in sparc64_plt_entry_build()
893 plt_index = (PLT64_LARGE_THRESHOLD + in sparc64_plt_entry_build()
898 + (PLT64_LARGE_THRESHOLD * PLT64_ENTRY_SIZE) in sparc64_plt_entry_build()
2279 && s->size >= PLT64_LARGE_THRESHOLD * PLT64_ENTRY_SIZE) in allocate_dynrelocs()
2281 bfd_vma off = s->size - PLT64_LARGE_THRESHOLD * PLT64_ENTRY_SIZE; in allocate_dynrelocs()
4395 && h->plt.offset >= (PLT64_LARGE_THRESHOLD * PLT64_ENTRY_SIZE)) in _bfd_sparc_elf_finish_dynamic_symbol()
4874 if (i < PLT64_LARGE_THRESHOLD) in _bfd_sparc_elf_plt_sym_val()
4877 j = (i - PLT64_LARGE_THRESHOLD) % 160; in _bfd_sparc_elf_plt_sym_val()