HomeSort by: relevance | last modified time | path
    Searched refs:separate_debug_objfile (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
objfiles.c 331 res = m_objfile->separate_debug_objfile;
379 gdb_assert (objfile->separate_debug_objfile == NULL);
384 objfile->separate_debug_objfile_link = parent->separate_debug_objfile;
385 parent->separate_debug_objfile = objfile;
422 for (child = objfile->separate_debug_objfile; child;)
446 child = separate_debug_objfile_backlink->separate_debug_objfile;
451 separate_debug_objfile_backlink->separate_debug_objfile =
536 entries in new_offsets. SEPARATE_DEBUG_OBJFILE is not touched here.
611 possibly prelinked but separate_debug_objfile is probably not prelinked) but
650 /* Rebase (add to the offsets) OBJFILE by SLIDE. SEPARATE_DEBUG_OBJFILE i
    [all...]
objfiles.h 833 struct objfile *separate_debug_objfile = nullptr; member in struct:objfile
elfread.c 1211 objfile->separate_debug_objfile->separate_debug_objfile GDB guarantees to
1215 && objfile->separate_debug_objfile == NULL
1219 gdb_assert (objfile->separate_debug_objfile != nullptr);
coffread.c 824 && objfile->separate_debug_objfile == NULL
828 gdb_assert (objfile->separate_debug_objfile != nullptr);
symfile.c 770 && objfile->separate_debug_objfile == NULL
1106 && objfile->separate_debug_objfile == nullptr)
symtab.c 1254 if (obj->separate_debug_objfile != NULL
1255 && obj->separate_debug_objfile->obfd == second->owner)
  /src/external/gpl3/gdb/dist/gdb/
objfiles.c 330 res = m_objfile->separate_debug_objfile;
378 gdb_assert (objfile->separate_debug_objfile == NULL);
383 objfile->separate_debug_objfile_link = parent->separate_debug_objfile;
384 parent->separate_debug_objfile = objfile;
421 for (child = objfile->separate_debug_objfile; child;)
445 child = separate_debug_objfile_backlink->separate_debug_objfile;
450 separate_debug_objfile_backlink->separate_debug_objfile =
535 entries in new_offsets. SEPARATE_DEBUG_OBJFILE is not touched here.
610 possibly prelinked but separate_debug_objfile is probably not prelinked) but
649 /* Rebase (add to the offsets) OBJFILE by SLIDE. SEPARATE_DEBUG_OBJFILE i
    [all...]
objfiles.h 796 struct objfile *separate_debug_objfile = nullptr; member in struct:objfile
elfread.c 1194 objfile->separate_debug_objfile->separate_debug_objfile GDB guarantees to
1198 && objfile->separate_debug_objfile == NULL
1202 gdb_assert (objfile->separate_debug_objfile != nullptr);
coffread.c 825 && objfile->separate_debug_objfile == NULL
829 gdb_assert (objfile->separate_debug_objfile != nullptr);
symfile.c 770 && objfile->separate_debug_objfile == NULL
1106 && objfile->separate_debug_objfile == nullptr)
symtab.c 1254 if (obj->separate_debug_objfile != NULL
1255 && obj->separate_debug_objfile->obfd == second->owner)

Completed in 42 milliseconds