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

  /src/external/gpl3/gdb.old/dist/gdb/
psymtab.h 137 /* A partial_symbol records the name, domain, and address class of
140 Each partial_symbol sits in a partial_symtab, all of which are chained
147 struct partial_symbol struct
177 /* Note that partial_symbol does not derive from general_symbol_info
363 void add_psymbol (const partial_symbol &psym,
447 std::vector<const partial_symbol *> global_psymbols;
456 std::vector<const partial_symbol *> static_psymbols;
  /src/external/gpl3/gdb/dist/gdb/
psymtab.h 137 /* A partial_symbol records the name, domain, and address class of
140 Each partial_symbol sits in a partial_symtab, all of which are chained
147 struct partial_symbol struct
177 /* Note that partial_symbol does not derive from general_symbol_info
363 void add_psymbol (const partial_symbol &psym,
447 std::vector<const partial_symbol *> global_psymbols;
456 std::vector<const partial_symbol *> static_psymbols;

Completed in 16 milliseconds