Searched refs:PLT_HEADER_SIZE (Results 1 – 10 of 10) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | elfxx-tilegx.c | 1170 #define PLT_HEADER_SIZE \ macro 1182 tilegx64_plt0_entry[PLT_HEADER_SIZE] = 1227 tilegx32_plt0_entry[PLT_HEADER_SIZE] = 1277 int plt_index = (offset - PLT_HEADER_SIZE) / PLT_ENTRY_SIZE; in tilegx_plt_entry_build() 2502 h->plt.offset = s->size - PLT_ENTRY_SIZE + PLT_HEADER_SIZE; in allocate_dynrelocs() 4304 PLT_HEADER_SIZE); in tilegx_elf_finish_dynamic_sections() 4307 - PLT_ENTRY_SIZE + PLT_HEADER_SIZE, in tilegx_elf_finish_dynamic_sections() 4313 pad_size = PLT_ENTRY_SIZE - PLT_HEADER_SIZE - PLT_TAIL_SIZE; in tilegx_elf_finish_dynamic_sections() 4374 return plt->vma + PLT_HEADER_SIZE + i * PLT_ENTRY_SIZE; in tilegx_elf_plt_sym_val()
|
D | elf32-tilepro.c | 1055 #define PLT_HEADER_SIZE \ macro 1068 tilepro_plt0_entry[PLT_HEADER_SIZE] = 3908 memcpy (splt->contents, tilepro_plt0_entry, PLT_HEADER_SIZE); in tilepro_elf_finish_dynamic_sections() 3909 memset (splt->contents + PLT_HEADER_SIZE, 0, in tilepro_elf_finish_dynamic_sections() 3910 PLT_ENTRY_SIZE - PLT_HEADER_SIZE); in tilepro_elf_finish_dynamic_sections()
|
D | elfnn-ia64.c | 209 #define PLT_HEADER_SIZE (3 * 16) macro 214 static const bfd_byte plt_header[PLT_HEADER_SIZE] = 2767 offset = PLT_HEADER_SIZE; in allocate_plt_entries() 3035 = (data.ofs - PLT_HEADER_SIZE) / PLT_MIN_ENTRY_SIZE; in elfNN_ia64_size_dynamic_sections() 4538 plt_index = (dyn_i->plt_offset - PLT_HEADER_SIZE) / PLT_MIN_ENTRY_SIZE; in elfNN_ia64_finish_dynamic_symbol() 4676 memcpy (loc, plt_header, PLT_HEADER_SIZE); in elfNN_ia64_finish_dynamic_sections()
|
D | elf64-alpha.c | 96 #define PLT_HEADER_SIZE \ macro 2573 splt->size = PLT_HEADER_SIZE; in elf64_alpha_size_plt_section_1() 4867 plt_index = (gotent->plt_offset-PLT_HEADER_SIZE) / PLT_ENTRY_SIZE; in elf64_alpha_finish_dynamic_symbol() 4872 disp = (PLT_HEADER_SIZE - 4) - (gotent->plt_offset + 4); in elf64_alpha_finish_dynamic_symbol() 5045 ofs = gotplt_vma - (plt_vma + PLT_HEADER_SIZE); in elf64_alpha_finish_dynamic_sections() 5071 insn = INSN_AD (INSN_BR, 28, -PLT_HEADER_SIZE); in elf64_alpha_finish_dynamic_sections()
|
D | elf32-m32r.c | 57 #define PLT_HEADER_SIZE 20 macro
|
D | ChangeLog-2004 | 1485 * elf32-arm.h (PLT_HEADER_SIZE): Do not define. 1499 PLT_HEADER_SIZE. Do not add to .got.plt when
|
D | elf32-nds32.c | 166 #define PLT_HEADER_SIZE 24 macro
|
D | ChangeLog-2005 | 2303 (PLT_HEADER_SIZE, PLT_ENTRY_SIZE): Conditionalize on secureplt.
|
D | ChangeLog-0203 | 754 (PLT_HEADER_SIZE): New. 774 (elf_backend_plt_header_size): Set to PLT_HEADER_SIZE.
|
D | ChangeLog-9899 | 5501 * elf64-sparc.c (PLT_HEADER_SIZE): V9 ABI uses 4 entries.
|