Home
last modified time | relevance | path

Searched refs:PLT64_ENTRY_SIZE (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delfxx-sparc.c826 #define PLT64_ENTRY_SIZE 32 macro
827 #define PLT64_HEADER_SIZE (4 * PLT64_ENTRY_SIZE)
838 if (offset < (PLT64_LARGE_THRESHOLD * PLT64_ENTRY_SIZE)) in sparc64_plt_entry_build()
844 plt_index = (offset / PLT64_ENTRY_SIZE); in sparc64_plt_entry_build()
846 sethi = 0x03000000 | (plt_index * PLT64_ENTRY_SIZE); in sparc64_plt_entry_build()
848 | (((splt->contents + PLT64_ENTRY_SIZE) - (entry + 4)) / 4 & 0x7ffff); 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()
898 + (PLT64_LARGE_THRESHOLD * PLT64_ENTRY_SIZE) in sparc64_plt_entry_build()
1149 ret->plt_entry_size = PLT64_ENTRY_SIZE; in _bfd_sparc_elf_link_hash_table_create()
[all …]