sect               81 tools/elf2flt/elfflt.c   struct relevant_section *sect;
sect               97 tools/elf2flt/elfflt.c         sect = find_section(s.st_shndx);
sect               98 tools/elf2flt/elfflt.c         if (!sect)
sect              112 tools/elf2flt/elfflt.c   struct relevant_section *sect;
sect              120 tools/elf2flt/elfflt.c   sect = find_section(s->st_shndx);
sect              121 tools/elf2flt/elfflt.c   if ( sect==0 ) {
sect              126 tools/elf2flt/elfflt.c   if ( have_to_be_sect && have_to_be_sect->number != sect->number ) {
sect              129 tools/elf2flt/elfflt.c 				symbol, sect->name, have_to_be_sect->name );
sect              133 tools/elf2flt/elfflt.c   return sect->flat_offset + s->st_value;
sect              264 tools/elf2flt/elfflt.c     char* sect="unkn";
sect              272 tools/elf2flt/elfflt.c        { sect="text"; secoffs=flat->entry;}
sect              274 tools/elf2flt/elfflt.c        { sect="data"; secoffs=flat->data_start;}
sect              276 tools/elf2flt/elfflt.c        { sect="bss"; secoffs=flat->reloc_start;}
sect              277 tools/elf2flt/elfflt.c     printf("%s 0x%08x (%s+0x%08x)%s",prefix, offs,sect,offs-secoffs,postfix);
sect               39 tools/elf2flt/fltdump.c     char* sect="unkn";
sect               47 tools/elf2flt/fltdump.c        { sect="text"; secoffs=flat->entry;}
sect               49 tools/elf2flt/fltdump.c        { sect="data"; secoffs=flat->data_start;}
sect               51 tools/elf2flt/fltdump.c        { sect="bss"; secoffs=flat->reloc_start;}
sect               52 tools/elf2flt/fltdump.c     printf("%s 0x%08x (%s+0x%08x)%s",prefix, offs,sect,offs-secoffs,postfix);