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

  /src/external/gpl3/binutils/dist/bfd/
elf64-x86-64.c 5344 int32_t got_pcrel_offset;
5367 got_pcrel_offset = (got->output_section->vma
5377 if ((got_after_plt && got_pcrel_offset < 0)
5378 || (!got_after_plt && got_pcrel_offset > 0))
5383 bfd_put_32 (output_bfd, got_pcrel_offset,
5342 int32_t got_pcrel_offset; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-x86-64.c 5324 int32_t got_pcrel_offset;
5347 got_pcrel_offset = (got->output_section->vma
5357 if ((got_after_plt && got_pcrel_offset < 0)
5358 || (!got_after_plt && got_pcrel_offset > 0))
5363 bfd_put_32 (output_bfd, got_pcrel_offset,
5322 int32_t got_pcrel_offset; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-x86-64.c 4850 int32_t got_pcrel_offset;
4873 got_pcrel_offset = (got->output_section->vma
4883 if ((got_after_plt && got_pcrel_offset < 0)
4884 || (!got_after_plt && got_pcrel_offset > 0))
4889 bfd_put_32 (output_bfd, got_pcrel_offset,
4848 int32_t got_pcrel_offset; local
  /src/external/gpl3/gdb/dist/bfd/
elf64-x86-64.c 5320 int32_t got_pcrel_offset;
5343 got_pcrel_offset = (got->output_section->vma
5353 if ((got_after_plt && got_pcrel_offset < 0)
5354 || (!got_after_plt && got_pcrel_offset > 0))
5359 bfd_put_32 (output_bfd, got_pcrel_offset,
5318 int32_t got_pcrel_offset; local

Completed in 76 milliseconds