Home
last modified time | relevance | path

Searched refs:ref_count (Results 1 – 4 of 4) sorted by relevance

/bionic/linker/
Dlinker.h147 size_t ref_count; member
Ddlfcn.cpp241 ref_count: 0,
Dlinker.cpp791 si->ref_count++; in find_library()
797 if (si->ref_count == 1) { in soinfo_unload()
812 si->ref_count = 0; in soinfo_unload()
814 si->ref_count--; in soinfo_unload()
815 TRACE("not unloading '%s', decrementing ref_count to %d", si->name, si->ref_count); in soinfo_unload()
1699 si->ref_count = 1; in __linker_init_post_relocation()
/bionic/libc/kernel/common/linux/
Dblkdev.h146 int ref_count; member