Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delfxx-tilegx.c1170 #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()
Delf32-tilepro.c1055 #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()
Delfnn-ia64.c209 #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()
Delf64-alpha.c96 #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()
Delf32-m32r.c57 #define PLT_HEADER_SIZE 20 macro
DChangeLog-20041485 * elf32-arm.h (PLT_HEADER_SIZE): Do not define.
1499 PLT_HEADER_SIZE. Do not add to .got.plt when
Delf32-nds32.c166 #define PLT_HEADER_SIZE 24 macro
DChangeLog-20052303 (PLT_HEADER_SIZE, PLT_ENTRY_SIZE): Conditionalize on secureplt.
DChangeLog-0203754 (PLT_HEADER_SIZE): New.
774 (elf_backend_plt_header_size): Set to PLT_HEADER_SIZE.
DChangeLog-98995501 * elf64-sparc.c (PLT_HEADER_SIZE): V9 ABI uses 4 entries.