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

  /src/external/gpl3/binutils/dist/bfd/
elfxx-mips.c 3554 bfd_vma got_offset, got_offset2;
3593 got_offset2 = got_offset + MIPS_ELF_GOT_SIZE (abfd);
3606 sgot->output_offset + sgot->output_section->vma + got_offset2);
3609 sgot->contents + got_offset2);
3616 sgot->contents + got_offset2);
3539 bfd_vma got_offset, got_offset2; local
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 3530 bfd_vma got_offset, got_offset2;
3569 got_offset2 = got_offset + MIPS_ELF_GOT_SIZE (abfd);
3582 sgot->output_offset + sgot->output_section->vma + got_offset2);
3585 sgot->contents + got_offset2);
3592 sgot->contents + got_offset2);
3515 bfd_vma got_offset, got_offset2; local
  /src/external/gpl3/gdb/dist/bfd/
elfxx-mips.c 3484 bfd_vma got_offset, got_offset2;
3523 got_offset2 = got_offset + MIPS_ELF_GOT_SIZE (abfd);
3536 sgot->output_offset + sgot->output_section->vma + got_offset2);
3539 sgot->contents + got_offset2);
3546 sgot->contents + got_offset2);
3469 bfd_vma got_offset, got_offset2; local
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-mips.c 3491 bfd_vma got_offset, got_offset2;
3530 got_offset2 = got_offset + MIPS_ELF_GOT_SIZE (abfd);
3543 sgot->output_offset + sgot->output_section->vma + got_offset2);
3546 sgot->contents + got_offset2);
3553 sgot->contents + got_offset2);
3476 bfd_vma got_offset, got_offset2; local

Completed in 79 milliseconds