Lines Matching full:varoffset
829 std::string varoffset = "8"; // skip the header
840 fprintf(fp, "*(%s *)(ptr + %s)", v->type()->name().c_str(), varoffset.c_str());
842 varoffset += " + " + toString(v->type()->bytes());
847 (unsigned) j, varoffset.c_str());
849 (unsigned) j, varoffset.c_str());
854 varoffset.c_str(), v->type()->name().c_str(), varoffset.c_str());
857 v->type()->name().c_str(), varoffset.c_str());
861 v->type()->name().c_str(), varoffset.c_str(),
862 varoffset.c_str());
864 varoffset += " + 4 + *(tsize_t *)(ptr +" + varoffset + ")";
868 (unsigned) j, varoffset.c_str());
895 varoffset.c_str());
897 varoffset += " + 4";