Searched defs:compdir (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
H A Dreaddwarf.c106 DiCursor compdir; /* Compilation directory - points to .debug_info */ member in struct:__anon18732
387 if (ML_(cur_is_valid)(ui->compdir))
388 dirname = ML_(addStrFromCursor)(di, ui->compdir);
528 path 'ui->compdir' ++ "/" ++ 'data'. */
532 && ML_(cur_is_valid)(ui->compdir)
533 /* actually got something sensible for compdir */
534 && ML_(cur_strlen)(ui->compdir))
536 HChar* compdir_str = ML_(cur_read_strdup)(ui->compdir, "di.rd2l.1b");
820 * the .debug_info section. In particular read the name, compdir and
831 * - ui->compdir i
[all...]
H A Dreaddwarf3.c1785 If 'compdir' is NULL, entry [0] will be set to "."
1786 otherwise entry [0] is set to compdir.
1791 XArray* read_dirname_xa (DebugInfo* di, const HChar *compdir, argument
1802 if (compdir == NULL) {
1806 dirname = compdir;
1807 compdir_len = VG_(strlen)(compdir);
1822 path 'compdir' ++ "/" ++ 'data'. */
1826 && compdir
1827 /* actually got something sensible for compdir */
1833 VG_(strcpy)(buf, compdir);
1864 read_filename_table( XArray* fndn_ix_Table, const HChar* compdir, const CUConst* cc, ULong debug_line_offset, Bool td3 ) argument
2094 const HChar *compdir = NULL; local
2702 const HChar *compdir = NULL; local
[all...]

Completed in 88 milliseconds