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

  /src/external/gpl3/gdb.old/dist/gdb/
progspace.h 285 /* Clear all target sections from M_TARGET_SECTIONS table. */
288 m_target_sections.clear ();
291 /* Return a reference to the M_TARGET_SECTIONS table. */
294 return m_target_sections;
364 std::vector<target_section> m_target_sections; member in struct:program_space
  /src/external/gpl3/gdb/dist/gdb/
progspace.h 319 /* Clear all target sections from M_TARGET_SECTIONS table. */
322 m_target_sections.clear ();
325 /* Return a reference to the M_TARGET_SECTIONS table. */
328 return m_target_sections;
401 std::vector<target_section> m_target_sections; member in struct:program_space

Completed in 50 milliseconds