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

  /src/external/gpl3/gdb.old/dist/gdb/
symtab.h 859 /* For data symbols only, given an objfile, if 'maybe_copied'
866 bool maybe_copied (objfile *objfile) const;
870 MAYBE_COPIED flag must be set. If the minimal symbol appears in the
1247 maybe_copied (0),
1381 if (this->maybe_copied)
1509 unsigned maybe_copied : 1;
1545 /* Return the address of this symbol. The MAYBE_COPIED flag must be set.
1508 unsigned maybe_copied : 1; member in struct:symbol
symtab.c 511 if (this->maybe_copied (objfile))
546 minimal_symbol::maybe_copied (objfile *objfile) const function in class:minimal_symbol
6828 gdb_assert (this->maybe_copied);
6846 gdb_assert (this->maybe_copied (objf));
  /src/external/gpl3/gdb/dist/gdb/
symtab.h 858 /* For data symbols only, given an objfile, if 'maybe_copied'
865 bool maybe_copied (objfile *objfile) const;
869 MAYBE_COPIED flag must be set. If the minimal symbol appears in the
1246 maybe_copied (0),
1380 if (this->maybe_copied)
1508 unsigned maybe_copied : 1;
1544 /* Return the address of this symbol. The MAYBE_COPIED flag must be set.
1507 unsigned maybe_copied : 1; member in struct:symbol
symtab.c 545 if (this->maybe_copied (objfile))
580 minimal_symbol::maybe_copied (objfile *objfile) const function in class:minimal_symbol
6795 gdb_assert (this->maybe_copied);
6813 gdb_assert (this->maybe_copied (objf));

Completed in 102 milliseconds