Searched refs:sy_used (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gas/
H A Dstruc-symbol.h83 unsigned int sy_used : 1; member in struct:symbol
H A Dsymbols.c244 ret->sy_used = 1;
2056 s->sy_used = 1;
2066 s->sy_used = 0;
2076 return s->sy_used;
2395 if (sym->sy_used)
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Dstruc-symbol.h61 unsigned int sy_used : 1; member in struct:symbol
H A Dsymbols.c235 ret->sy_used = 1;
2130 if (s->sy_used)
2320 s->sy_used = 1;
2332 s->sy_used = 0;
2342 return s->sy_used;
2641 if (sym->sy_used)

Completed in 188 milliseconds