Searched refs:dir_idx (Results 1 – 3 of 3) sorted by relevance
/external/fio/profiles/ |
D | tiobench.c | 11 static char sz_idx[80], bs_idx[80], loop_idx[80], dir_idx[80], t_idx[80]; variable 14 "buffered=0", sz_idx, bs_idx, loop_idx, dir_idx, t_idx, 105 sprintf(dir_idx, "directory=%s", dir); in tb_prep_cmdline() 107 sprintf(dir_idx, "directory=./"); in tb_prep_cmdline()
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFDebugLine.cpp | 247 fileEntry.dir_idx = debug_line_data.GetULEB128(&offset); in DumpStatementOpcodes() 253 fileEntry.dir_idx, in DumpStatementOpcodes() 450 fileEntry.dir_idx = debug_line_data.GetULEB128( offset_ptr ); in ParsePrologue() 506 uint32_t dir_idx = debug_line_data.GetULEB128( &offset ); in ParseSupportFiles() local 520 if (dir_idx > 0 && dir_idx < include_directories.size()) in ParseSupportFiles() 522 if (cu_comp_dir && include_directories[dir_idx][0] != '/') in ParseSupportFiles() 528 fullpath += include_directories[dir_idx]; in ParseSupportFiles() 532 fullpath = include_directories[dir_idx]; in ParseSupportFiles() 670 fileEntry.dir_idx = debug_line_data.GetULEB128(offset_ptr); in ParseStatementTable() 928 fileEntry.dir_idx, in Dump() [all …]
|
D | DWARFDebugLine.h | 37 dir_idx(0), in FileNameEntry() 44 dw_sleb128_t dir_idx; member
|