HomeSort by relevance Sort by last modified time
    Searched full:txteof (Results 1 - 1 of 1) sorted by null

  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c 1041 UChar* txteof = (UChar*)VG_(strchr)(pdbimage, '\032'); local
1042 if (! txteof)
1047 *signature = *(unsigned*)(1+ txteof);
1048 return (void*)((~3& (3+ (4+ 1+ (txteof - pdbimage)))) + pdbimage);
    [all...]

Completed in 316 milliseconds