Home | History | Annotate | Download | only in bfd

Lines Matching full:refcount

36   unsigned int refcount;
85 ret->refcount = 0;
160 entry->refcount++;
189 ++tab->array[idx]->refcount;
199 BFD_ASSERT (tab->array[idx]->refcount > 0);
200 --tab->array[idx]->refcount;
206 return tab->array[idx]->refcount;
215 tab->array[idx]->refcount = 0;
231 REFCOUNT to zero. Setting LEN zero will result in the size
233 tab->array[idx]->refcount = 0;
254 BFD_ASSERT (entry->refcount > 0);
255 entry->refcount--;
272 BFD_ASSERT (tab->array[i]->refcount == 0);
349 if (e->refcount)
404 if (e->refcount && e->len > 0)
417 if (e->refcount && e->len < 0)