SymDB_Section     130 third_party/codesighs/msmap2tsv.c     SymDB_Section*      mSections;
SymDB_Section     459 third_party/codesighs/msmap2tsv.c                         SymDB_Section* dbSection = NULL;
SymDB_Section     545 third_party/codesighs/msmap2tsv.c                             moved = realloc(dbSymbol->mSections, sizeof(SymDB_Section) * (dbSymbol->mSectionCount + 1));
SymDB_Section     548 third_party/codesighs/msmap2tsv.c                                 dbSymbol->mSections = (SymDB_Section*)moved;
SymDB_Section     552 third_party/codesighs/msmap2tsv.c                                 memset(dbSection, 0, sizeof(SymDB_Section));
SymDB_Section     779 third_party/codesighs/msmap2tsv.c                         SymDB_Section* section = &symbol->mSections[secLoop];