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

  /src/external/gpl3/binutils/dist/bfd/
elfxx-mips.c 368 bfd_vma gotplt_index; member in struct:plt_entry
3680 BFD_ASSERT (h->plt.plist->gotplt_index != MINUS_ONE);
3685 + (h->plt.plist->gotplt_index
8488 entry->gotplt_index = MINUS_ONE;
9706 h->plt.plist->gotplt_index = htab->plt_got_index++;
11130 got_index = h->plt.plist->gotplt_index;
11641 bfd_vma gotplt_index;
11645 gotplt_index = h->plt.plist->gotplt_index;
11649 BFD_ASSERT (gotplt_index != MINUS_ONE)
11606 bfd_vma gotplt_index; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 350 bfd_vma gotplt_index; member in struct:plt_entry
3656 BFD_ASSERT (h->plt.plist->gotplt_index != MINUS_ONE);
3661 + (h->plt.plist->gotplt_index
8468 entry->gotplt_index = MINUS_ONE;
9686 h->plt.plist->gotplt_index = htab->plt_got_index++;
11105 got_index = h->plt.plist->gotplt_index;
11616 bfd_vma gotplt_index;
11620 gotplt_index = h->plt.plist->gotplt_index;
11624 BFD_ASSERT (gotplt_index != MINUS_ONE)
11581 bfd_vma gotplt_index; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elfxx-mips.c 350 bfd_vma gotplt_index; member in struct:plt_entry
3610 BFD_ASSERT (h->plt.plist->gotplt_index != MINUS_ONE);
3615 + (h->plt.plist->gotplt_index
8388 entry->gotplt_index = MINUS_ONE;
9586 h->plt.plist->gotplt_index = htab->plt_got_index++;
11000 got_index = h->plt.plist->gotplt_index;
11511 bfd_vma gotplt_index;
11515 gotplt_index = h->plt.plist->gotplt_index;
11519 BFD_ASSERT (gotplt_index != MINUS_ONE)
11476 bfd_vma gotplt_index; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-mips.c 350 bfd_vma gotplt_index; member in struct:plt_entry
3617 BFD_ASSERT (h->plt.plist->gotplt_index != MINUS_ONE);
3622 + (h->plt.plist->gotplt_index
8401 entry->gotplt_index = MINUS_ONE;
9599 h->plt.plist->gotplt_index = htab->plt_got_index++;
11013 got_index = h->plt.plist->gotplt_index;
11524 bfd_vma gotplt_index;
11528 gotplt_index = h->plt.plist->gotplt_index;
11532 BFD_ASSERT (gotplt_index != MINUS_ONE)
11489 bfd_vma gotplt_index; local
    [all...]

Completed in 55 milliseconds