flat_offset        26 tools/elf2flt/elf-arm.c   uint32_t locoffset = base_sect->flat_offset + rela->r_offset;
flat_offset        28 tools/elf2flt/elf-arm.c   uint32_t tgt_fulloffset = tgt_sect->flat_offset + sym->st_value;	// full offset in flat target symbol
flat_offset       152 tools/elf2flt/elf-arm.c 					    PRINTERR( stderr, "%s is requested from unusual place .text+0x%x\n", reloc_name,locoffset-text.flat_offset);
flat_offset       157 tools/elf2flt/elf-arm.c 			      tgt_fulloffset = (text.flat_offset + offs_div0_from_arm);
flat_offset       221 tools/elf2flt/elf-arm.c   uint32_t locoffset = base_sect->flat_offset + rela->r_offset;
flat_offset       133 tools/elf2flt/elfflt.c   return sect->flat_offset + s->st_value;
flat_offset       355 tools/elf2flt/elfflt.c   memcpy( flat_buf+text.flat_offset+offs_div0_from_arm, div0_arm, sizeof(div0_arm) );
flat_offset       364 tools/elf2flt/elfflt.c 	 offs_divsi3_skip_div0_test = text.flat_offset + s->st_value + 0x114;
flat_offset       368 tools/elf2flt/elfflt.c 	 offs__aeabi_uidiv = text.flat_offset + s->st_value + 0xec;
flat_offset       586 tools/elf2flt/elfflt.c   text.flat_offset = offset;
flat_offset       591 tools/elf2flt/elfflt.c   rodata.flat_offset = offset;
flat_offset       596 tools/elf2flt/elfflt.c   data.flat_offset = offset;
flat_offset       601 tools/elf2flt/elfflt.c   bss.flat_offset = offset;
flat_offset       608 tools/elf2flt/elfflt.c   flat->entry = text.flat_offset;
flat_offset       609 tools/elf2flt/elfflt.c   flat->data_start = rodata.flat_offset;
flat_offset        37 tools/elf2flt/elfflt.h   uint32_t flat_offset; //start offset in .flt file