flat_reloc_count   67 tools/elf2flt/elf-arm.c             flat_reloc_count++;
flat_reloc_count   44 tools/elf2flt/elfflt.c uint32_t flat_reloc_count;
flat_reloc_count  613 tools/elf2flt/elfflt.c   flat_reloc_count = 0;
flat_reloc_count  642 tools/elf2flt/elfflt.c   flat->import_start = flat->reloc_start+flat_reloc_count*sizeof(reloc_record_t);
flat_reloc_count  709 tools/elf2flt/elfflt.c 	printf("->reloc_start  0x%x (size %d)\n", flat->reloc_start, flat_reloc_count*sizeof(reloc_record_t) );
flat_reloc_count  739 tools/elf2flt/elfflt.c     printf("\nDump relocations 0x%x (size=%d):\n",flat->reloc_start,flat_reloc_count*sizeof(reloc_record_t));
flat_reloc_count  740 tools/elf2flt/elfflt.c     for( i = 0; i< flat_reloc_count; i++)
flat_reloc_count   50 tools/elf2flt/elfflt.h extern uint32_t flat_reloc_count;
flat_reloc_count  116 tools/elf2flt/fltdump.c 	int flat_reloc_count;
flat_reloc_count  117 tools/elf2flt/fltdump.c 	flat_reloc_count = (flat->import_start-flat->reloc_start)/sizeof(uint32_t);
flat_reloc_count  173 tools/elf2flt/fltdump.c     printf("\nDump relocations 0x%x (size=%d):\n",flat->reloc_start,flat_reloc_count*sizeof(uint32_t));
flat_reloc_count  174 tools/elf2flt/fltdump.c     for( i = 0; i< flat_reloc_count; i++)