Searched refs:theSegment (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/codesighs/
H A Dmaptsvdifftool.c366 SegmentStats* theSegment = NULL; local
525 theSegment = (theModule->mSegments + segmentIndex);
527 for(objectIndex = 0; objectIndex < theSegment->mObjectCount; objectIndex++)
529 if(0 == strcmp(object, theSegment->mObjects[objectIndex].mObject))
535 if(objectIndex == theSegment->mObjectCount)
539 moved = realloc(theSegment->mObjects, sizeof(ObjectStats) * (1 + theSegment->mObjectCount));
542 theSegment->mObjects = (ObjectStats*)moved;
543 theSegment->mObjectCount++;
544 memset(theSegment
[all...]
H A Dmsmap2tsv.c1417 MSMap_Segment* theSegment = NULL; local
1425 theSegment = (inModule->mSegments + index);
1427 memset(theSegment, 0, sizeof(MSMap_Segment));
1429 scanRes = sscanf(current, "%x:%x %xH %s %s", (unsigned*)&(theSegment->mPrefix), (unsigned*)&(theSegment->mOffset), (unsigned*)&(theSegment->mLength), nameBuf, classBuf);
1434 theSegment->mSegment = strdup(&nameBuf[1]);
1438 theSegment->mSegment = strdup(nameBuf);
1441 if(NULL != theSegment->mSegment)
1445 theSegment
[all...]

Completed in 501 milliseconds