HomeSort by: relevance | last modified time | path
    Searched defs:rela_index (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf32-tilepro.c 3423 int rela_index;
3437 rela_index = tilepro_plt_entry_build (splt, sgotplt, h->plt.offset,
3452 loc = srela->contents + rela_index * sizeof (Elf32_External_Rela);
3420 int rela_index; local
elfxx-tilegx.c 3795 int rela_index;
3809 rela_index = tilegx_plt_entry_build (output_bfd, htab, splt, sgotplt,
3825 loc = srela->contents + rela_index * TILEGX_ELF_RELA_BYTES (htab);
3792 int rela_index; local
elfxx-sparc.c 4272 int rela_index;
4294 rela_index = ((h->plt.offset - htab->plt_header_size)
4299 got_offset = (rela_index + 3) * 4;
4302 rela_index, got_offset);
4319 rela_index = SPARC_ELF_BUILD_PLT_ENTRY (htab, output_bfd, splt,
4385 loc += rela_index * bed->s->sizeof_rela;
4267 int rela_index; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-tilepro.c 3422 int rela_index;
3436 rela_index = tilepro_plt_entry_build (splt, sgotplt, h->plt.offset,
3451 loc = srela->contents + rela_index * sizeof (Elf32_External_Rela);
3419 int rela_index; local
elfxx-tilegx.c 3797 int rela_index;
3811 rela_index = tilegx_plt_entry_build (output_bfd, htab, splt, sgotplt,
3827 loc = srela->contents + rela_index * TILEGX_ELF_RELA_BYTES (htab);
3794 int rela_index; local
elfxx-sparc.c 4275 int rela_index;
4297 rela_index = ((h->plt.offset - htab->plt_header_size)
4302 got_offset = (rela_index + 3) * 4;
4305 rela_index, got_offset);
4322 rela_index = SPARC_ELF_BUILD_PLT_ENTRY (htab, output_bfd, splt,
4388 loc += rela_index * bed->s->sizeof_rela;
4270 int rela_index; local
  /src/external/gpl3/gdb/dist/bfd/
elf32-tilepro.c 3420 int rela_index;
3434 rela_index = tilepro_plt_entry_build (splt, sgotplt, h->plt.offset,
3449 loc = srela->contents + rela_index * sizeof (Elf32_External_Rela);
3417 int rela_index; local
elfxx-tilegx.c 3795 int rela_index;
3809 rela_index = tilegx_plt_entry_build (output_bfd, htab, splt, sgotplt,
3825 loc = srela->contents + rela_index * TILEGX_ELF_RELA_BYTES (htab);
3792 int rela_index; local
elfxx-sparc.c 4246 int rela_index;
4268 rela_index = ((h->plt.offset - htab->plt_header_size)
4273 got_offset = (rela_index + 3) * 4;
4276 rela_index, got_offset);
4293 rela_index = SPARC_ELF_BUILD_PLT_ENTRY (htab, output_bfd, splt,
4359 loc += rela_index * bed->s->sizeof_rela;
4241 int rela_index; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-tilepro.c 3422 int rela_index;
3436 rela_index = tilepro_plt_entry_build (splt, sgotplt, h->plt.offset,
3451 loc = srela->contents + rela_index * sizeof (Elf32_External_Rela);
3419 int rela_index; local
elfxx-tilegx.c 3796 int rela_index;
3810 rela_index = tilegx_plt_entry_build (output_bfd, htab, splt, sgotplt,
3826 loc = srela->contents + rela_index * TILEGX_ELF_RELA_BYTES (htab);
3793 int rela_index; local
elfxx-sparc.c 4251 int rela_index;
4273 rela_index = ((h->plt.offset - htab->plt_header_size)
4278 got_offset = (rela_index + 3) * 4;
4281 rela_index, got_offset);
4298 rela_index = SPARC_ELF_BUILD_PLT_ENTRY (htab, output_bfd, splt,
4364 loc += rela_index * bed->s->sizeof_rela;
4246 int rela_index; local

Completed in 63 milliseconds