Home
last modified time | relevance | path

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

/external/skia/gn/toolchain/
DBUILD.gn68 pdbname = "{{target_out_dir}}/{{label_name}}_c.pdb"
70 # Label names may have spaces so pdbname must be quoted.
71 …v_setup$bin/cl.exe /nologo /showIncludes /FC @$rspfile /c {{source}} /Fo{{output}} /Fd\"$pdbname\""
83 pdbname = "{{target_out_dir}}/{{label_name}}_c.pdb"
85 # Label names may have spaces so pdbname must be quoted.
86 …v_setup$bin/cl.exe /nologo /showIncludes /FC @$rspfile /c {{source}} /Fo{{output}} /Fd\"$pdbname\""
115 pdbname = "${dllname}.pdb"
118 …command = "$env_setup$bin/link.exe /nologo /IMPLIB:$libname /DLL /OUT:$dllname /PDB:$pdbname @$rsp…
122 pdbname,
131 pdbname,
[all …]
/external/valgrind/coregrind/m_debuginfo/
Ddebuginfo.c1209 HChar* pdbname = NULL; in VG_() local
1246 pdbname = ML_(find_name_of_pdb_file)(exename); in VG_()
1247 if (pdbname) { in VG_()
1248 vg_assert(VG_(strlen)(pdbname) >= 5); /* 5 = strlen("X.pdb") */ in VG_()
1260 for (i = 0; pdbname[i]; i++) { in VG_()
1261 if (pdbname[i] == '\\') in VG_()
1262 pdbname[i] = '/'; in VG_()
1265 = ('a' <= VG_(tolower)(pdbname[0]) && VG_(tolower)(pdbname[0]) <= 'z') in VG_()
1266 && pdbname[1] == ':' in VG_()
1267 && pdbname[2] == '/'; in VG_()
[all …]
Dreadpdb.c1114 void pdb_check_root_version_and_timestamp( const HChar* pdbname, in pdb_check_root_version_and_timestamp() argument
1135 pdbname, TimeDateStamp, pdbmtime ); in pdb_check_root_version_and_timestamp()
2254 const HChar* pdbname, in ML_()
2270 VG_(umsg)("LOAD_PDB_DEBUGINFO: Processing PDB file %s\n", pdbname ); in ML_()
2289 di->soname = ML_(dinfo_strdup)("di.readpdb.rpdi.1", pdbname); in ML_()
2428 pdbname, pdbmtime, root->version, root->TimeDateStamp ); in ML_()
2443 pdbname, pdbmtime, root->version, root->TimeDateStamp); in ML_()
2554 HChar* pdbname = ML_(dinfo_zalloc)("di.readpe.fnopf.pdbname", szB + 1); in ML_() local
2555 pdbname[szB] = 0; in ML_()
2557 Int nread = VG_(read)(fd, pdbname, szB); in ML_()
[all …]
Dpriv_readpdb.h50 const HChar* pdbname,