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

  /src/external/gpl3/gdb/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.old/dist/gdb/
symtab.h 869 /* For data symbols only, given an objfile, if 'maybe_copied'
876 bool maybe_copied (objfile *objfile) const;
880 MAYBE_COPIED flag must be set. If the minimal symbol appears in the
1257 maybe_copied (0),
1387 if (this->maybe_copied)
1515 unsigned maybe_copied : 1;
1551 /* Return the address of this symbol. The MAYBE_COPIED flag must be set.
1514 unsigned maybe_copied : 1; member in struct:symbol
symtab.c 481 if (this->maybe_copied (objfile))
516 minimal_symbol::maybe_copied (objfile *objfile) const function in class:minimal_symbol
6759 gdb_assert (this->maybe_copied);
6775 gdb_assert (this->maybe_copied (objf));

Completed in 38 milliseconds