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

/freebsd-10.0-release/lib/libc/stdlib/
H A Datexit.c165 int n, has_phdr; local
168 has_phdr = _rtld_addr_phdr(dso, &phdr_info);
170 has_phdr = 0;
180 if (!has_phdr || !__elf_phdr_match_addr(
203 if (has_phdr && &__pthread_cxa_finalize != NULL)

Completed in 110 milliseconds