Home
last modified time | relevance | path

Searched refs:__mf_starting_p (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/gcclibs/libmudflap/
HDmf-impl.h261 extern int __mf_starting_p;
346 ({__mf_starting_p \
380 if (UNLIKELY (__mf_starting_p)) \
HDmf-runtime.c177 int __mf_starting_p = 1; variable
691 if (LIKELY (__mf_starting_p == 0)) in __mf_init()
698 __mf_starting_p = 0; in __mf_init()
HDChangeLog796 (__mf_starting_p): New state only for use while dlsym bootstrapping.