Home
last modified time | relevance | path

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

/freebsd-13-stable/libexec/rtld-elf/
HDrtld.h316 #define RTLD_LO_FILTEES 0x10 /* Loading filtee. */ macro
HDrtld.c2695 if (obj1 == NULL && !ld_tracing && (flags & RTLD_LO_FILTEES) == 0) in process_needed()