Searched refs:__mf_starting_p (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-impl.h261 extern int __mf_starting_p;
346 ({__mf_starting_p \
380 if (UNLIKELY (__mf_starting_p)) \
H A Dmf-runtime.c177 int __mf_starting_p = 1; variable
691 if (LIKELY (__mf_starting_p == 0))
694 /* This initial bootstrap phase requires that __mf_starting_p = 1. */
698 __mf_starting_p = 0;

Completed in 63 milliseconds