Home
last modified time | relevance | path

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

/freebsd/libexec/rtld-elf/
H A Drtld.h303 #define RTLD_LO_IGNSTLS 0x40 /* Do not allocate static TLS */ macro
H A Drtld.c3768 lo_flags |= RTLD_LO_TRACE | RTLD_LO_IGNSTLS; in rtld_dlopen()
3824 if ((lo_flags & (RTLD_LO_EARLY | RTLD_LO_IGNSTLS)) == in dlopen_object()
3836 RTLD_LO_IGNSTLS | RTLD_LO_TRACE)); in dlopen_object()