Home
last modified time | relevance | path

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

/freebsd-13.1/libexec/rtld-elf/
H A Drtld.h314 #define RTLD_LO_IGNSTLS 0x40 /* Do not allocate static TLS */ macro
H A Drtld.c3732 lo_flags |= RTLD_LO_TRACE | RTLD_LO_IGNSTLS; in rtld_dlopen()
3788 if ((lo_flags & (RTLD_LO_EARLY | RTLD_LO_IGNSTLS)) == 0 && in dlopen_object()
3796 RTLD_LO_EARLY | RTLD_LO_IGNSTLS | RTLD_LO_TRACE)); in dlopen_object()