MSDump_Section    147 third_party/codesighs/msdump2symdb.c     MSDump_Section*     mSections;
MSDump_Section    502 third_party/codesighs/msdump2symdb.c                                     moved = realloc(inContainer->mReadState.mCurrentObject->mSections, sizeof(MSDump_Section) * sectionIndex1);
MSDump_Section    507 third_party/codesighs/msdump2symdb.c                                         inContainer->mReadState.mCurrentObject->mSections = (MSDump_Section*)moved;
MSDump_Section    509 third_party/codesighs/msdump2symdb.c                                         memset(&inContainer->mReadState.mCurrentObject->mSections[oldCount], 0, sizeof(MSDump_Section) * (sectionIndex1 - oldCount));