Searched refs:bb_flags (Results 1 – 5 of 5) sorted by relevance
105 long bb_flags; /* unknown; always zero */ in main() member221 bb.bb_flags = 0; in main()
52 enum bb_flags enum60 #define BB_FLAGS(BB) (enum bb_flags) (BB)->aux62 (BB)->aux = (void *) (long) ((enum bb_flags) (BB)->aux | (FLAG))64 (BB)->aux = (void *) (long) ((enum bb_flags) (BB)->aux & ~(FLAG))
12442 * cfgcleanup.c (bb_flags): Add BB_NONTHREADABLE_BLOCK.15409 * cfgcleanup.c (bb_flags): Remove BB_UPDATE_LIFE.
7788 * cfgcleanup.c (bb_flags): New enum.
299 enum bb_flags enum