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

  /src/external/gpl2/groff/dist/src/devices/grops/
psrm.cpp 130 enum { NEEDED = 01, SUPPLIED = 02, FONT_NEEDED = 04, BUSY = 010 };
284 fputs(flag == resource::NEEDED
300 print_resources_comment(resource::NEEDED, out.get_file());
413 r->flags |= resource::NEEDED;
  /src/external/gpl3/gcc/dist/gcc/fortran/
module.cc 127 /* Structure for holding extra info needed for pointers being read. */
132 NEEDED,
3260 p->u.rsym.state = NEEDED;
3311 p->u.rsym.state = NEEDED;
5162 needed symbol. We return nonzero if we load a symbol and stop the
5180 if (p->type != P_SYMBOL || p->u.rsym.state != NEEDED)
5606 info->u.rsym.state = NEEDED;
5717 /* At this point, we read those symbols that are needed but haven't
5719 marked as NEEDED if its previous state was UNUSED. */
6215 symbols that were not public yet are needed by the public symbol
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
module.cc 127 /* Structure for holding extra info needed for pointers being read. */
132 NEEDED,
3241 p->u.rsym.state = NEEDED;
3292 p->u.rsym.state = NEEDED;
5143 needed symbol. We return nonzero if we load a symbol and stop the
5161 if (p->type != P_SYMBOL || p->u.rsym.state != NEEDED)
5587 info->u.rsym.state = NEEDED;
5698 /* At this point, we read those symbols that are needed but haven't
5700 marked as NEEDED if its previous state was UNUSED. */
6196 symbols that were not public yet are needed by the public symbol
    [all...]

Completed in 22 milliseconds