secoffs           263 tools/elf2flt/elfflt.c     int secoffs = 0;
secoffs           272 tools/elf2flt/elfflt.c        { sect="text"; secoffs=flat->entry;}
secoffs           274 tools/elf2flt/elfflt.c        { sect="data"; secoffs=flat->data_start;}
secoffs           276 tools/elf2flt/elfflt.c        { sect="bss"; secoffs=flat->reloc_start;}
secoffs           277 tools/elf2flt/elfflt.c     printf("%s 0x%08x (%s+0x%08x)%s",prefix, offs,sect,offs-secoffs,postfix);
secoffs            38 tools/elf2flt/fltdump.c     int secoffs = 0;
secoffs            47 tools/elf2flt/fltdump.c        { sect="text"; secoffs=flat->entry;}
secoffs            49 tools/elf2flt/fltdump.c        { sect="data"; secoffs=flat->data_start;}
secoffs            51 tools/elf2flt/fltdump.c        { sect="bss"; secoffs=flat->reloc_start;}
secoffs            52 tools/elf2flt/fltdump.c     printf("%s 0x%08x (%s+0x%08x)%s",prefix, offs,sect,offs-secoffs,postfix);