flat_reloc         64 tools/elf2flt/elf-arm.c                printf("=== flt%p(reloc+%x: %x): [%x]=0x%x\n",flat_reloc_cur, (char*)flat_reloc_cur-(char*)flat_reloc, (char*)flat_reloc_cur-flat_buf, locoffset, *(uint32_t*)loc);
flat_reloc         45 tools/elf2flt/elfflt.c reloc_record_t* flat_reloc;   // point to begining of relocation table in memory
flat_reloc        618 tools/elf2flt/elfflt.c   flat_reloc = (reloc_record_t*)(flat_buf+flatmainsize);  
flat_reloc        619 tools/elf2flt/elfflt.c   flat_reloc_cur = flat_reloc;
flat_reloc         51 tools/elf2flt/elfflt.h extern reloc_record_t *flat_reloc;