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

  /src/external/gpl3/gdb.old/dist/gdb/
objfiles.c 105 static const registry<bfd>::key<objfile_per_bfd_storage> objfiles_bfd_data;
107 objfile_per_bfd_storage::~objfile_per_bfd_storage ()
119 struct objfile_per_bfd_storage *storage = NULL;
126 storage = new objfile_per_bfd_storage (abfd);
objfiles.h 217 struct objfile_per_bfd_storage struct
219 objfile_per_bfd_storage (bfd *bfd) function in struct:objfile_per_bfd_storage
223 ~objfile_per_bfd_storage ();
752 struct objfile_per_bfd_storage *per_bfd = nullptr;
758 std::unique_ptr<objfile_per_bfd_storage> per_bfd_storage;
  /src/external/gpl3/gdb/dist/gdb/
objfiles.c 104 static const registry<bfd>::key<objfile_per_bfd_storage> objfiles_bfd_data;
106 objfile_per_bfd_storage::~objfile_per_bfd_storage ()
118 struct objfile_per_bfd_storage *storage = NULL;
125 storage = new objfile_per_bfd_storage (abfd);
objfiles.h 217 struct objfile_per_bfd_storage struct
219 objfile_per_bfd_storage (bfd *bfd) function in struct:objfile_per_bfd_storage
223 ~objfile_per_bfd_storage ();
715 struct objfile_per_bfd_storage *per_bfd = nullptr;
721 std::unique_ptr<objfile_per_bfd_storage> per_bfd_storage;

Completed in 21 milliseconds