Searched refs:STAT_VISIT_INITFIRST (Results 1 – 2 of 2) sorted by relevance
/openbsd/libexec/ld.so/ | ||
H A D | resolve.h | 164 #define STAT_VISIT_INITFIRST 0x100 macro |
H A D | loader.c | 883 int visited_flag = initfirst ? STAT_VISIT_INITFIRST : STAT_VISIT_INIT; in _dl_call_init_recurse() |