Searched refs:LKUP_NEXT (Results 1 – 3 of 3) sorted by relevance
1012 #define LKUP_NEXT 0x0080 /* request originates from RTLD_NEXT */ macro
3132 if (sl.sl_flags & LKUP_NEXT) in _lookup_sym()3251 sl.sl_flags &= ~(LKUP_FIRST | LKUP_SELF | LKUP_NEXT); in lookup_sym()
1318 sl.sl_flags = LKUP_NEXT; in dlsym_core()