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

  /src/external/gpl3/gdb.old/dist/gdb/
objfiles.c 769 const struct objfile *const objfile2 = sect2->objfile;
771 if (objfile1->separate_debug_objfile == objfile2
772 || objfile2->separate_debug_objfile == objfile1)
787 if (objfile1 == objfile2)
813 else if (objfile == objfile2)
888 const struct objfile *const objfile2 = sect2->objfile;
893 && (objfile1->separate_debug_objfile == objfile2
894 || objfile2->separate_debug_objfile == objfile1))
766 const struct objfile *const objfile2 = sect2->objfile; local
885 const struct objfile *const objfile2 = sect2->objfile; local
objfiles.c 769 const struct objfile *const objfile2 = sect2->objfile;
771 if (objfile1->separate_debug_objfile == objfile2
772 || objfile2->separate_debug_objfile == objfile1)
787 if (objfile1 == objfile2)
813 else if (objfile == objfile2)
888 const struct objfile *const objfile2 = sect2->objfile;
893 && (objfile1->separate_debug_objfile == objfile2
894 || objfile2->separate_debug_objfile == objfile1))
766 const struct objfile *const objfile2 = sect2->objfile; local
885 const struct objfile *const objfile2 = sect2->objfile; local
  /src/external/gpl3/gdb/dist/gdb/
objfiles.c 768 const struct objfile *const objfile2 = sect2->objfile;
770 if (objfile1->separate_debug_objfile == objfile2
771 || objfile2->separate_debug_objfile == objfile1)
786 if (objfile1 == objfile2)
812 else if (objfile == objfile2)
887 const struct objfile *const objfile2 = sect2->objfile;
892 && (objfile1->separate_debug_objfile == objfile2
893 || objfile2->separate_debug_objfile == objfile1))
765 const struct objfile *const objfile2 = sect2->objfile; local
884 const struct objfile *const objfile2 = sect2->objfile; local
objfiles.c 768 const struct objfile *const objfile2 = sect2->objfile;
770 if (objfile1->separate_debug_objfile == objfile2
771 || objfile2->separate_debug_objfile == objfile1)
786 if (objfile1 == objfile2)
812 else if (objfile == objfile2)
887 const struct objfile *const objfile2 = sect2->objfile;
892 && (objfile1->separate_debug_objfile == objfile2
893 || objfile2->separate_debug_objfile == objfile1))
765 const struct objfile *const objfile2 = sect2->objfile; local
884 const struct objfile *const objfile2 = sect2->objfile; local

Completed in 29 milliseconds