FLAG_DUMP_FLAT    733 tools/elf2flt/elfflt.c   if ( FLAG_DUMP_FLAT ) {
FLAG_DUMP_FLAT     18 tools/elf2flt/fltdump.c int FLAG_DUMP_FLAT=0;
FLAG_DUMP_FLAT     83 tools/elf2flt/fltdump.c 	  { FLAG_DUMP_FLAT=1;}
FLAG_DUMP_FLAT    164 tools/elf2flt/fltdump.c 	if ( !FLAG_DUMP_FLAT )
FLAG_DUMP_FLAT     12 tools/elf2flt/main.c int FLAG_DUMP_FLAT = 0;
FLAG_DUMP_FLAT     49 tools/elf2flt/main.c 		  case 'f': FLAG_DUMP_FLAT = 1; break;
FLAG_DUMP_FLAT     35 tools/elf2flt/myio.h extern int FLAG_DUMP_FLAT;