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

  /src/external/gpl3/gdb.old/dist/gdb/
symfile.h 45 struct other_sections struct
47 other_sections (CORE_ADDR addr_, std::string &&name_, int sectindex_) function in struct:other_sections
54 other_sections (other_sections &&other) = default;
56 DISABLE_COPY_AND_ASSIGN (other_sections);
74 typedef std::vector<other_sections> section_addr_info;
  /src/external/gpl3/gdb/dist/gdb/
symfile.h 44 struct other_sections struct
46 other_sections (CORE_ADDR addr_, std::string &&name_, int sectindex_) function in struct:other_sections
53 other_sections (other_sections &&other) = default;
55 DISABLE_COPY_AND_ASSIGN (other_sections);
73 typedef std::vector<other_sections> section_addr_info;

Completed in 46 milliseconds