st_shndx           99 tools/elf2flt/elf.h   elf32_half      st_shndx;       /* Section index of symbol. */
st_shndx           97 tools/elf2flt/elfflt.c         sect = find_section(s.st_shndx);
st_shndx          120 tools/elf2flt/elfflt.c   sect = find_section(s->st_shndx);
st_shndx          184 tools/elf2flt/elfflt.c 	if ( s.st_shndx == 0 )
st_shndx          210 tools/elf2flt/elfflt.c       tgtsect = find_section( s.st_shndx );
st_shndx          213 tools/elf2flt/elfflt.c           PRINTERR(stderr, "elf2flt unknown segment %d for name: '%s'\n", s.st_shndx, name);
st_shndx          242 tools/elf2flt/elfflt.c     printf("SYMBOL %x [%02x: %-15s] - value=0x%x, size=%d, info=0x%x, section=%d\n", a, s.st_name, name, s.st_value, s.st_size, s.st_info, s.st_shndx);    
st_shndx          334 tools/elf2flt/elfflt.c   if (s->st_shndx != text.number) {
st_shndx          363 tools/elf2flt/elfflt.c   if ( s && s->st_shndx == text.number ) {
st_shndx          367 tools/elf2flt/elfflt.c   if ( s && s->st_shndx == text.number ) {