Searched refs:__mf_state_enum (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/gcclibs/libmudflap/
H A Dmf-impl.h107 enum __mf_state_enum { active, reentrant, in_malloc }; enum
243 extern enum __mf_state_enum __mf_get_state (void);
244 extern void __mf_set_state (enum __mf_state_enum);
247 extern __thread enum __mf_state_enum __mf_state_1;
249 extern enum __mf_state_enum __mf_state_1;
251 static inline enum __mf_state_enum __mf_get_state (void)
255 static inline void __mf_set_state (enum __mf_state_enum s)
H A Dmf-hooks3.c167 enum __mf_state_enum
189 __mf_set_state (enum __mf_state_enum new_state)
H A Dmf-runtime.c181 __thread enum __mf_state_enum __mf_state_1 = reentrant;
184 enum __mf_state_enum __mf_state_1 = reentrant;

Completed in 61 milliseconds