HomeSort by: relevance | last modified time | path
    Searched defs:PLT_HEADER_SIZE (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/bfd/
elf32-m32r.c 57 #define PLT_HEADER_SIZE 20
elf32-tilepro.c 1028 #define PLT_HEADER_SIZE \
1041 tilepro_plt0_entry[PLT_HEADER_SIZE] =
3616 memcpy (splt->contents, tilepro_plt0_entry, PLT_HEADER_SIZE);
3617 memset (splt->contents + PLT_HEADER_SIZE, 0,
3618 PLT_ENTRY_SIZE - PLT_HEADER_SIZE);
elfxx-tilegx.c 1151 #define PLT_HEADER_SIZE \
1163 tilegx64_plt0_entry[PLT_HEADER_SIZE] =
1208 tilegx32_plt0_entry[PLT_HEADER_SIZE] =
1258 int plt_index = (offset - PLT_HEADER_SIZE) / PLT_ENTRY_SIZE;
2248 h->plt.offset = s->size - PLT_ENTRY_SIZE + PLT_HEADER_SIZE;
3999 PLT_HEADER_SIZE);
4002 - PLT_ENTRY_SIZE + PLT_HEADER_SIZE,
4008 pad_size = PLT_ENTRY_SIZE - PLT_HEADER_SIZE - PLT_TAIL_SIZE;
4070 return plt->vma + PLT_HEADER_SIZE + i * PLT_ENTRY_SIZE;
elf64-alpha.c 98 #define PLT_HEADER_SIZE \
2517 splt->size = PLT_HEADER_SIZE;
4817 plt_index = (gotent->plt_offset-PLT_HEADER_SIZE) / PLT_ENTRY_SIZE;
4822 disp = (PLT_HEADER_SIZE - 4) - (gotent->plt_offset + 4);
5013 ofs = gotplt_vma - (plt_vma + PLT_HEADER_SIZE);
5039 insn = INSN_AD (INSN_BR, 28, -PLT_HEADER_SIZE);
elfnn-ia64.c 225 #define PLT_HEADER_SIZE (3 * 16)
230 static const bfd_byte plt_header[PLT_HEADER_SIZE] =
2784 offset = PLT_HEADER_SIZE;
3053 = (data.ofs - PLT_HEADER_SIZE) / PLT_MIN_ENTRY_SIZE;
4540 plt_index = (dyn_i->plt_offset - PLT_HEADER_SIZE) / PLT_MIN_ENTRY_SIZE;
4672 memcpy (loc, plt_header, PLT_HEADER_SIZE);
elfnn-loongarch.c 188 #define PLT_HEADER_SIZE (PLT_HEADER_INSNS * 4)
318 addi.[wd] $t1, $t1, -(PLT_HEADER_SIZE + 12)
329 entry[3] = 0x02c001ad | ((-(PLT_HEADER_SIZE + 12)) & 0xfff) << 10;
340 entry[3] = 0x028001ad | ((-(PLT_HEADER_SIZE + 12)) & 0xfff) << 10;
1706 plt->size = PLT_HEADER_SIZE;
1862 unsigned int plt_header_size,
1972 plt->size += plt_header_size;
2132 PLT_HEADER_SIZE,
2139 PLT_HEADER_SIZE,
4557 idx = (h->plt.offset - PLT_HEADER_SIZE)
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-m32r.c 57 #define PLT_HEADER_SIZE 20
elf32-tilepro.c 1028 #define PLT_HEADER_SIZE \
1041 tilepro_plt0_entry[PLT_HEADER_SIZE] =
3614 memcpy (splt->contents, tilepro_plt0_entry, PLT_HEADER_SIZE);
3615 memset (splt->contents + PLT_HEADER_SIZE, 0,
3616 PLT_ENTRY_SIZE - PLT_HEADER_SIZE);
elfxx-tilegx.c 1154 #define PLT_HEADER_SIZE \
1166 tilegx64_plt0_entry[PLT_HEADER_SIZE] =
1211 tilegx32_plt0_entry[PLT_HEADER_SIZE] =
1261 int plt_index = (offset - PLT_HEADER_SIZE) / PLT_ENTRY_SIZE;
2251 h->plt.offset = s->size - PLT_ENTRY_SIZE + PLT_HEADER_SIZE;
4000 PLT_HEADER_SIZE);
4003 - PLT_ENTRY_SIZE + PLT_HEADER_SIZE,
4009 pad_size = PLT_ENTRY_SIZE - PLT_HEADER_SIZE - PLT_TAIL_SIZE;
4071 return plt->vma + PLT_HEADER_SIZE + i * PLT_ENTRY_SIZE;
elf64-alpha.c 98 #define PLT_HEADER_SIZE \
2517 splt->size = PLT_HEADER_SIZE;
4818 plt_index = (gotent->plt_offset-PLT_HEADER_SIZE) / PLT_ENTRY_SIZE;
4823 disp = (PLT_HEADER_SIZE - 4) - (gotent->plt_offset + 4);
5013 ofs = gotplt_vma - (plt_vma + PLT_HEADER_SIZE);
5039 insn = INSN_AD (INSN_BR, 28, -PLT_HEADER_SIZE);
elfnn-ia64.c 225 #define PLT_HEADER_SIZE (3 * 16)
230 static const bfd_byte plt_header[PLT_HEADER_SIZE] =
2786 offset = PLT_HEADER_SIZE;
3055 = (data.ofs - PLT_HEADER_SIZE) / PLT_MIN_ENTRY_SIZE;
4543 plt_index = (dyn_i->plt_offset - PLT_HEADER_SIZE) / PLT_MIN_ENTRY_SIZE;
4674 memcpy (loc, plt_header, PLT_HEADER_SIZE);
elfnn-loongarch.c 188 #define PLT_HEADER_SIZE (PLT_HEADER_INSNS * 4)
313 addi.[wd] $t1, $t1, -(PLT_HEADER_SIZE + 12)
324 entry[3] = 0x02c001ad | ((-(PLT_HEADER_SIZE + 12)) & 0xfff) << 10;
335 entry[3] = 0x028001ad | ((-(PLT_HEADER_SIZE + 12)) & 0xfff) << 10;
1524 plt->size = PLT_HEADER_SIZE;
1680 unsigned int plt_header_size,
1790 plt->size += plt_header_size;
1950 PLT_HEADER_SIZE,
1957 PLT_HEADER_SIZE,
4287 idx = (h->plt.offset - PLT_HEADER_SIZE)
    [all...]
elfnn-riscv.c 242 bfd_size_type plt_header_size; member in struct:riscv_elf_link_hash_table
318 #define PLT_HEADER_SIZE (PLT_HEADER_INSNS * 4)
403 entry[3] = RISCV_ITYPE (ADDI, X_T1, X_T1, (uint32_t) -(PLT_HEADER_SIZE + 12));
661 htab->plt_header_size = PLT_HEADER_SIZE;
668 htab->plt_header_size = PLT_ZICFILP_UNLABELED_HEADER_SIZE;
1455 s->size = htab->plt_header_size;
1670 htab->plt_header_size,
2670 plt_idx = (h->plt.offset - htab->plt_header_size)
3479 plt_idx = (h->plt.offset - htab->plt_header_size)
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-m32r.c 57 #define PLT_HEADER_SIZE 20
elf32-tilepro.c 1028 #define PLT_HEADER_SIZE \
1041 tilepro_plt0_entry[PLT_HEADER_SIZE] =
3612 memcpy (splt->contents, tilepro_plt0_entry, PLT_HEADER_SIZE);
3613 memset (splt->contents + PLT_HEADER_SIZE, 0,
3614 PLT_ENTRY_SIZE - PLT_HEADER_SIZE);
elfxx-tilegx.c 1154 #define PLT_HEADER_SIZE \
1166 tilegx64_plt0_entry[PLT_HEADER_SIZE] =
1211 tilegx32_plt0_entry[PLT_HEADER_SIZE] =
1261 int plt_index = (offset - PLT_HEADER_SIZE) / PLT_ENTRY_SIZE;
2251 h->plt.offset = s->size - PLT_ENTRY_SIZE + PLT_HEADER_SIZE;
3998 PLT_HEADER_SIZE);
4001 - PLT_ENTRY_SIZE + PLT_HEADER_SIZE,
4007 pad_size = PLT_ENTRY_SIZE - PLT_HEADER_SIZE - PLT_TAIL_SIZE;
4069 return plt->vma + PLT_HEADER_SIZE + i * PLT_ENTRY_SIZE;
elf64-alpha.c 98 #define PLT_HEADER_SIZE \
2512 splt->size = PLT_HEADER_SIZE;
4810 plt_index = (gotent->plt_offset-PLT_HEADER_SIZE) / PLT_ENTRY_SIZE;
4815 disp = (PLT_HEADER_SIZE - 4) - (gotent->plt_offset + 4);
4979 ofs = gotplt_vma - (plt_vma + PLT_HEADER_SIZE);
5005 insn = INSN_AD (INSN_BR, 28, -PLT_HEADER_SIZE);
elfnn-ia64.c 225 #define PLT_HEADER_SIZE (3 * 16)
230 static const bfd_byte plt_header[PLT_HEADER_SIZE] =
2786 offset = PLT_HEADER_SIZE;
3054 = (data.ofs - PLT_HEADER_SIZE) / PLT_MIN_ENTRY_SIZE;
4541 plt_index = (dyn_i->plt_offset - PLT_HEADER_SIZE) / PLT_MIN_ENTRY_SIZE;
4672 memcpy (loc, plt_header, PLT_HEADER_SIZE);
elfnn-loongarch.c 179 #define PLT_HEADER_SIZE (PLT_HEADER_INSNS * 4)
304 addi.[wd] $t1, $t1, -(PLT_HEADER_SIZE + 12)
315 entry[3] = 0x02c001ad | ((-(PLT_HEADER_SIZE + 12)) & 0xfff) << 10;
326 entry[3] = 0x028001ad | ((-(PLT_HEADER_SIZE + 12)) & 0xfff) << 10;
1502 plt->size = PLT_HEADER_SIZE;
1658 unsigned int plt_header_size,
1768 plt->size += plt_header_size;
1928 PLT_HEADER_SIZE,
1935 PLT_HEADER_SIZE,
4252 idx = (h->plt.offset - PLT_HEADER_SIZE)
    [all...]
elfnn-riscv.c 298 #define PLT_HEADER_SIZE (PLT_HEADER_INSNS * 4)
346 entry[3] = RISCV_ITYPE (ADDI, X_T1, X_T1, (uint32_t) -(PLT_HEADER_SIZE + 12));
1262 s->size = PLT_HEADER_SIZE;
1475 PLT_HEADER_SIZE,
2472 plt_idx = (h->plt.offset - PLT_HEADER_SIZE)
3282 plt_idx = (h->plt.offset - PLT_HEADER_SIZE) / PLT_ENTRY_SIZE;
3658 return plt->vma + PLT_HEADER_SIZE + i * PLT_ENTRY_SIZE;
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-m32r.c 57 #define PLT_HEADER_SIZE 20
elf32-tilepro.c 1029 #define PLT_HEADER_SIZE \
1042 tilepro_plt0_entry[PLT_HEADER_SIZE] =
3614 memcpy (splt->contents, tilepro_plt0_entry, PLT_HEADER_SIZE);
3615 memset (splt->contents + PLT_HEADER_SIZE, 0,
3616 PLT_ENTRY_SIZE - PLT_HEADER_SIZE);
elfxx-tilegx.c 1154 #define PLT_HEADER_SIZE \
1166 tilegx64_plt0_entry[PLT_HEADER_SIZE] =
1211 tilegx32_plt0_entry[PLT_HEADER_SIZE] =
1261 int plt_index = (offset - PLT_HEADER_SIZE) / PLT_ENTRY_SIZE;
2252 h->plt.offset = s->size - PLT_ENTRY_SIZE + PLT_HEADER_SIZE;
3999 PLT_HEADER_SIZE);
4002 - PLT_ENTRY_SIZE + PLT_HEADER_SIZE,
4008 pad_size = PLT_ENTRY_SIZE - PLT_HEADER_SIZE - PLT_TAIL_SIZE;
4070 return plt->vma + PLT_HEADER_SIZE + i * PLT_ENTRY_SIZE;
elfnn-loongarch.c 123 #define PLT_HEADER_SIZE (PLT_HEADER_INSNS * 4)
206 addi.[wd] $t1, $t1, -(PLT_HEADER_SIZE + 12)
217 entry[3] = 0x02c001ad | ((-(PLT_HEADER_SIZE + 12)) & 0xfff) << 10;
228 entry[3] = 0x028001ad | ((-(PLT_HEADER_SIZE + 12)) & 0xfff) << 10;
1295 plt->size = PLT_HEADER_SIZE;
1451 unsigned int plt_header_size,
1561 plt->size += plt_header_size;
1722 PLT_HEADER_SIZE,
1729 PLT_HEADER_SIZE,
3540 idx = (h->plt.offset - PLT_HEADER_SIZE)
    [all...]
elf64-alpha.c 98 #define PLT_HEADER_SIZE \
2514 splt->size = PLT_HEADER_SIZE;
4812 plt_index = (gotent->plt_offset-PLT_HEADER_SIZE) / PLT_ENTRY_SIZE;
4817 disp = (PLT_HEADER_SIZE - 4) - (gotent->plt_offset + 4);
4981 ofs = gotplt_vma - (plt_vma + PLT_HEADER_SIZE);
5007 insn = INSN_AD (INSN_BR, 28, -PLT_HEADER_SIZE);

Completed in 112 milliseconds

1 2