Home
last modified time | relevance | path

Searched refs:txteof (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
Dreadpdb.c1021 HChar* txteof = VG_(strchr)(pdbimage, '\032'); in find_pdb_header() local
1022 if (! txteof) in find_pdb_header()
1027 *signature = *(unsigned*)(1+ txteof); in find_pdb_header()
1029 return ((~3& (3+ (4+ 1+ (txteof - img_addr)))) + img_addr); in find_pdb_header()