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

  /src/external/gpl3/gcc/dist/gcc/config/i386/
winnt.cc 636 static GTY(()) struct stub_list *stub_head;
676 p = stub_head;
686 p->next = stub_head;
688 stub_head = p;
787 if (stub_head)
791 for (q = stub_head; q != NULL; q = q->next)
634 static GTY(()) struct stub_list *stub_head; variable in typeref:struct:stub_list
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
winnt.cc 636 static GTY(()) struct stub_list *stub_head;
676 p = stub_head;
686 p->next = stub_head;
688 stub_head = p;
787 if (stub_head)
791 for (q = stub_head; q != NULL; q = q->next)
634 static GTY(()) struct stub_list *stub_head; variable in typeref:struct:stub_list

Completed in 19 milliseconds