Searched refs:txteof (Results 1 – 1 of 1) sorted by relevance
1018 UChar* txteof = (UChar*)VG_(strchr)(pdbimage, '\032'); in find_pdb_header() local1019 if (! txteof) in find_pdb_header()1024 *signature = *(unsigned*)(1+ txteof); in find_pdb_header()1025 return (void*)((~3& (3+ (4+ 1+ (txteof - pdbimage)))) + pdbimage); in find_pdb_header()