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

  /src/external/gpl3/binutils/dist/bfd/
elfxx-mips.c 11801 bfd_vma gotplt_value, gotplt_value_high, gotplt_value_low;
11826 gotplt_value = (htab->root.sgotplt->output_section->vma
11828 gotplt_value_high = ((gotplt_value + 0x8000) >> 16) & 0xffff;
11829 gotplt_value_low = gotplt_value & 0xffff;
11834 && ((gotplt_value + 0x80008000) & ~(bfd_vma) 0xffffffff) != 0)
11842 (int64_t) gotplt_value);
11855 BFD_ASSERT (gotplt_value % 4 == 0);
11859 gotpc_offset = gotplt_value - ((loc_address | 3) ^ 3);
11766 bfd_vma gotplt_value, gotplt_value_high, gotplt_value_low; local
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 11776 bfd_vma gotplt_value, gotplt_value_high, gotplt_value_low;
11801 gotplt_value = (htab->root.sgotplt->output_section->vma
11803 gotplt_value_high = ((gotplt_value + 0x8000) >> 16) & 0xffff;
11804 gotplt_value_low = gotplt_value & 0xffff;
11809 && ((gotplt_value + 0x80008000) & ~(bfd_vma) 0xffffffff) != 0)
11817 (int64_t) gotplt_value);
11830 BFD_ASSERT (gotplt_value % 4 == 0);
11834 gotpc_offset = gotplt_value - ((loc_address | 3) ^ 3);
11741 bfd_vma gotplt_value, gotplt_value_high, gotplt_value_low; local
  /src/external/gpl3/gdb/dist/bfd/
elfxx-mips.c 11671 bfd_vma gotplt_value, gotplt_value_high, gotplt_value_low;
11696 gotplt_value = (htab->root.sgotplt->output_section->vma
11698 gotplt_value_high = ((gotplt_value + 0x8000) >> 16) & 0xffff;
11699 gotplt_value_low = gotplt_value & 0xffff;
11704 && ((gotplt_value + 0x80008000) & ~(bfd_vma) 0xffffffff) != 0)
11712 (int64_t) gotplt_value);
11725 BFD_ASSERT (gotplt_value % 4 == 0);
11729 gotpc_offset = gotplt_value - ((loc_address | 3) ^ 3);
11636 bfd_vma gotplt_value, gotplt_value_high, gotplt_value_low; local
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-mips.c 11684 bfd_vma gotplt_value, gotplt_value_high, gotplt_value_low;
11709 gotplt_value = (htab->root.sgotplt->output_section->vma
11711 gotplt_value_high = ((gotplt_value + 0x8000) >> 16) & 0xffff;
11712 gotplt_value_low = gotplt_value & 0xffff;
11717 && ((gotplt_value + 0x80008000) & ~(bfd_vma) 0xffffffff) != 0)
11725 (int64_t) gotplt_value);
11738 BFD_ASSERT (gotplt_value % 4 == 0);
11742 gotpc_offset = gotplt_value - ((loc_address | 3) ^ 3);
11649 bfd_vma gotplt_value, gotplt_value_high, gotplt_value_low; local

Completed in 69 milliseconds