strtaboff          34 tools/elf2flt/elf-arm.c   int ret = b_seek_read(strtaboff + sym->st_name, symbuf, sizeof(symbuf));
strtaboff         226 tools/elf2flt/elf-arm.c   int ret = b_seek_read(strtaboff + sym->st_name, symbuf, sizeof(symbuf));
strtaboff          38 tools/elf2flt/elfflt.c unsigned int /*short*/ strtaboff = 0, strtabsize;
strtaboff          92 tools/elf2flt/elfflt.c       ret = b_seek_read(strtaboff + s.st_name, name, sizeof(name));
strtaboff         180 tools/elf2flt/elfflt.c     ret = b_seek_read( strtaboff + s.st_name, name, sizeof(name));
strtaboff         240 tools/elf2flt/elfflt.c     ret = b_seek_read(strtaboff + s.st_name, name, sizeof(name)-2);
strtaboff         489 tools/elf2flt/elfflt.c       strtaboff = shdr.sh_offset;
strtaboff          64 tools/elf2flt/elfflt.h extern unsigned int strtaboff;