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

  /src/external/gpl3/gdb/dist/gdb/
objfiles.c 768 const struct objfile *const objfile1 = sect1->objfile;
771 if (objfile1->separate_debug_objfile == objfile2
772 || objfile2->separate_debug_objfile == objfile1)
787 if (objfile1 == objfile2)
797 for (const obj_section *osect : objfile1->sections ())
811 if (objfile == objfile1)
887 const struct objfile *const objfile1 = sect1->objfile;
893 && (objfile1->separate_debug_objfile == objfile2
894 || objfile2->separate_debug_objfile == objfile1))
765 const struct objfile *const objfile1 = sect1->objfile; local
884 const struct objfile *const objfile1 = sect1->objfile; local
  /src/external/gpl3/gdb.old/dist/gdb/
objfiles.c 843 const struct objfile *const objfile1 = sect1->objfile;
846 if (objfile1->separate_debug_objfile == objfile2
847 || objfile2->separate_debug_objfile == objfile1)
862 if (objfile1 == objfile2)
872 for (const obj_section *osect : objfile1->sections ())
886 if (objfile == objfile1)
962 const struct objfile *const objfile1 = sect1->objfile;
968 && (objfile1->separate_debug_objfile == objfile2
969 || objfile2->separate_debug_objfile == objfile1))
839 const struct objfile *const objfile1 = sect1->objfile; local
958 const struct objfile *const objfile1 = sect1->objfile; local

Completed in 26 milliseconds