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

/freebsd-11-stable/lib/libc/stdlib/
H A Datexit.c205 int n, has_phdr; local
208 has_phdr = _rtld_addr_phdr(dso, &phdr_info);
210 has_phdr = 0;
222 if (!has_phdr || global_exit ||
246 if (has_phdr && !global_exit && &__pthread_cxa_finalize != NULL)

Completed in 89 milliseconds