Lines Matching refs:refcount
35 unsigned int refcount; member
83 ret->refcount = 0; in elf_strtab_hash_newfunc()
156 entry->refcount++; in _bfd_elf_strtab_add()
184 ++tab->array[idx]->refcount; in _bfd_elf_strtab_addref()
194 BFD_ASSERT (tab->array[idx]->refcount > 0); in _bfd_elf_strtab_delref()
195 --tab->array[idx]->refcount; in _bfd_elf_strtab_delref()
204 tab->array[idx]->refcount = 0; in _bfd_elf_strtab_clear_all_refs()
223 BFD_ASSERT (entry->refcount > 0); in _bfd_elf_strtab_offset()
224 entry->refcount--; in _bfd_elf_strtab_offset()
241 BFD_ASSERT (tab->array[i]->refcount == 0); in _bfd_elf_strtab_emit()
318 if (e->refcount) in _bfd_elf_strtab_finalize()
373 if (e->refcount && e->len > 0) in _bfd_elf_strtab_finalize()
386 if (e->refcount && e->len < 0) in _bfd_elf_strtab_finalize()