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

  /src/external/gpl3/gdb.old/dist/gdb/
symtab.h 604 int m_section; member in struct:general_symbol_info
607 objfile) for the section that contains this symbol. See M_SECTION
611 { m_section = idx; }
614 objfile) for the section that contains this symbol. See M_SECTION
618 { return m_section; }
1258 m_section = -1;
symtab.h 604 int m_section; member in struct:general_symbol_info
607 objfile) for the section that contains this symbol. See M_SECTION
611 { m_section = idx; }
614 objfile) for the section that contains this symbol. See M_SECTION
618 { return m_section; }
1258 m_section = -1;
  /src/external/gpl3/gdb/dist/gdb/
symtab.h 603 int m_section; member in struct:general_symbol_info
606 objfile) for the section that contains this symbol. See M_SECTION
610 { m_section = idx; }
613 objfile) for the section that contains this symbol. See M_SECTION
617 { return m_section; }
1257 m_section = -1;
symtab.h 603 int m_section; member in struct:general_symbol_info
606 objfile) for the section that contains this symbol. See M_SECTION
610 { m_section = idx; }
613 objfile) for the section that contains this symbol. See M_SECTION
617 { return m_section; }
1257 m_section = -1;

Completed in 43 milliseconds