Home
last modified time | relevance | path

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

/external/elfutils/libdw/
Ddwarf_next_lines.c158 const char *comp_dir; in dwarf_next_lines() local
162 comp_dir = __libdw_getcompdir (&cudie); in dwarf_next_lines()
167 comp_dir = NULL; in dwarf_next_lines()
176 if (__libdw_getsrclines (dbg, off, comp_dir, address_size, in dwarf_next_lines()
Ddwarf_macro_getsrcfiles.c74 if (__libdw_getsrclines (dbg, line_offset, table->comp_dir, in dwarf_macro_getsrcfiles()
Ddwarf_getsrclines.c151 const char *comp_dir, unsigned address_size, in read_srclines() argument
390 comp_dir_elem.dir = comp_dir; in read_srclines()
391 comp_dir_elem.len = comp_dir ? strlen (comp_dir) : 0, in read_srclines()
1103 const char *comp_dir, unsigned address_size, in __libdw_getsrclines() argument
1123 if (read_srclines (dbg, linep, lineendp, comp_dir, address_size, in __libdw_getsrclines()
Ddwarf_getmacros.c138 table->comp_dir = __libdw_getcompdir (cudie); in get_macinfo_table()
264 .comp_dir = __libdw_getcompdir (cudie), in get_table_for_offset()
DlibdwP.h503 const char *comp_dir; member
985 const char *comp_dir, unsigned address_size,
Dknown-dwarf.h67 DWARF_ONE_KNOWN_DW_AT (comp_dir, DW_AT_comp_dir) \
DChangeLog161 * dwarf_getsrclines.c (read_srclines): Keep files relative if comp_dir
/external/elfutils/src/
Daddr2line.c371 const char *comp_dir = ""; in print_dwarf_function() local
385 comp_dir = dirs[0]; in print_dwarf_function()
392 comp_dir, comp_dir_sep, file); in print_dwarf_function()
395 comp_dir, comp_dir_sep, file, lineno); in print_dwarf_function()
398 comp_dir, comp_dir_sep, file, lineno, colno); in print_dwarf_function()
557 const char *comp_dir = ""; in print_src() local
565 comp_dir = dwarf_formstring (dwarf_attr (cu, DW_AT_comp_dir, &attr)); in print_src()
566 if (comp_dir != NULL) in print_src()
572 comp_dir, comp_dir_sep, src, lineno, linecol); in print_src()
575 comp_dir, comp_dir_sep, src, lineno); in print_src()
/external/elfutils/tests/
Drun-readelf-dwz-multi.sh91 comp_dir (GNU_strp_alt) "/home/mark/src/tests/dwz"
152 comp_dir (GNU_strp_alt) "/home/mark/src/tests/dwz"
212 comp_dir (GNU_strp_alt) "/home/mark/src/tests/dwz"
252 comp_dir (GNU_strp_alt) "/home/mark/src/tests/dwz"
291 comp_dir (GNU_strp_alt) "/home/mark/src/tests"
Drun-readelf-ranges.sh195 comp_dir (strp) "/home/mark/src/elfutils/tests"
206 comp_dir (strp) "/home/mark/src/elfutils/tests"
Drun-readelf-const-values.sh71 comp_dir (strp) "/home/mark/build/elfutils-obj"
109 comp_dir (strp) "/home/mark/build/elfutils-obj"
Drun-show-die-info.sh30 Attrs : name stmt_list low_pc high_pc language comp_dir producer
54 Attrs : name stmt_list low_pc high_pc language comp_dir producer
78 Attrs : name stmt_list low_pc high_pc language comp_dir producer
128 Attrs : name stmt_list low_pc high_pc language comp_dir producer
915 Attrs : name stmt_list low_pc high_pc language comp_dir producer
939 Attrs : name stmt_list low_pc high_pc language comp_dir producer
Drun-readelf-discr.sh85 comp_dir (strp) "/home/mark"
242 comp_dir (strp) "/home/mark"
Drun-readelf-zdebug-rel.sh58 comp_dir (strp) "/tmp"
163 comp_dir (strp) "/home/mjw"
Drun-readelf-types.sh33 comp_dir (strp) "/home/mark/src/elfutils/tests"
Drun-exprlocs.sh50 comp_dir (strp)
Drun-readelf-loc.sh922 comp_dir (strp) "/tmp"
934 comp_dir (GNU_str_index) "/tmp"
1009 comp_dir (strp) "/tmp"
Drun-varlocs.sh380 comp_dir (strx)
474 comp_dir (GNU_str_index)
/external/llvm/test/DebugInfo/Generic/
Dlto-comp-dir.ll7 ; unambiguously rely on the comp_dir of their owning CU and use directory '0'
22 ; comp_dir is ambiguous and relying on it would lead to different path
24 ; full paths are always emitted in this case, never comp_dir relative.
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/
Dlto-comp-dir.ll7 ; unambiguously rely on the comp_dir of their owning CU and use directory '0'
28 ; comp_dir is ambiguous and relying on it would lead to different path
30 ; full paths are always emitted in this case, never comp_dir relative.
/external/elfutils/debuginfod/
Ddebuginfod.cxx1364 const char *comp_dir = ""; in dwarf_extract_source_paths() local
1369 comp_dir = dirs[0]; in dwarf_extract_source_paths()
1370 if (comp_dir == NULL) in dwarf_extract_source_paths()
1371 comp_dir = ""; in dwarf_extract_source_paths()
1374 obatched(clog) << "searching for sources for cu=" << cuname << " comp_dir=" << comp_dir in dwarf_extract_source_paths()
1377 if (comp_dir[0] == '\0' && cuname[0] != '/') in dwarf_extract_source_paths()
1398 else if (comp_dir[0] != '\0') // comp_dir relative in dwarf_extract_source_paths()
1399 waldo = (string (comp_dir) + string("/") + string (hat)); in dwarf_extract_source_paths()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DDwarf.def210 HANDLE_DW_AT(0x1b, comp_dir, 2, DWARF)