Home
last modified time | relevance | path

Searched refs:z_global (Results 1 – 2 of 2) sorted by relevance

/src/libexec/rtld-elf/
H A Drtld.h247 bool z_global : 1; /* Make the object global */ member
H A Drtld.c1567 obj->z_global = true; in digest_dynamic1()
2409 if (obj->z_global && objlist_find(&list_global, obj) == NULL) { in process_z()