Home | History | Annotate | Download | only in linux

Lines Matching full:startoff

933                 char* startOff = strchr(targetStr, '(') + 1;
936 targetStr[endOff - startOff] = '\0';
937 if ((startOff == NULL) || (endOff == NULL) || (plusOff == NULL)) {
941 MIN(sizeof(funcs[frameIdx].mapName), (size_t)(plusOff - startOff));
942 memcpy(funcs[frameIdx].mapName, startOff, dsoSz);
943 char* codeOff = targetStr + (plusOff - startOff) + 1;