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

  /src/external/gpl3/binutils/dist/gas/
symbols.c 77 unsigned int weakrefr : 1; member in struct:symbol_flags
2332 /* Conceptually, a weakrefr is weak if the referenced symbol is. We
2333 could probably handle a WEAKREFR as always weak though. E.g., if
2335 to keep handling the weakrefr as if it was weak. */
2346 return s->flags.weakrefr != 0;
2594 s->flags.weakrefr = 1;
2610 s->flags.weakrefr = 0;
3225 fprintf (file, " weakrefr");
  /src/external/gpl3/binutils.old/dist/gas/
symbols.c 77 unsigned int weakrefr : 1; member in struct:symbol_flags
2332 /* Conceptually, a weakrefr is weak if the referenced symbol is. We
2333 could probably handle a WEAKREFR as always weak though. E.g., if
2335 to keep handling the weakrefr as if it was weak. */
2346 return s->flags.weakrefr != 0;
2594 s->flags.weakrefr = 1;
2610 s->flags.weakrefr = 0;
3225 fprintf (file, " weakrefr");

Completed in 23 milliseconds