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

  /src/external/gpl3/binutils/dist/gas/
symbols.c 83 unsigned int weakrefd : 1; member in struct:symbol_flags
949 local_symbol case, since a weakrefd is always promoted out of the
2354 return s->flags.weakrefd != 0;
2618 s->flags.weakrefd = 1;
2627 if (s->flags.weakrefd)
2629 s->flags.weakrefd = 0;
3227 fprintf (file, " weakrefd");
  /src/external/gpl3/binutils.old/dist/gas/
symbols.c 83 unsigned int weakrefd : 1; member in struct:symbol_flags
949 local_symbol case, since a weakrefd is always promoted out of the
2354 return s->flags.weakrefd != 0;
2618 s->flags.weakrefd = 1;
2627 if (s->flags.weakrefd)
2629 s->flags.weakrefd = 0;
3227 fprintf (file, " weakrefd");

Completed in 34 milliseconds