Searched refs:dwo_name (Results 1 – 8 of 8) sorted by relevance
/external/elfutils/libdw/ |
D | libdw_find_split_unit.c | 103 Dwarf_Attribute dwo_name; in __libdw_find_split_unit() local 106 if (dwarf_attr (&cudie, DW_AT_dwo_name, &dwo_name) != NULL in __libdw_find_split_unit() 107 || dwarf_attr (&cudie, DW_AT_GNU_dwo_name, &dwo_name) != NULL) in __libdw_find_split_unit() 111 const char *dwo_file = dwarf_formstring (&dwo_name); in __libdw_find_split_unit()
|
/external/elfutils/tests/ |
D | run-readelf-ranges.sh | 194 dwo_name (strp) "testfile-hello5.dwo" 205 dwo_name (strp) "testfile-world5.dwo"
|
/external/llvm-project/llvm/test/DebugInfo/X86/ |
D | clang-module.ll | 14 ; CHECK: DW_AT_{{.*}}dwo_name {{.*}}"/Foo.pcm"
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARF.cpp | 1582 const char *dwo_name = in GetDWOName() local 1584 if (!dwo_name) in GetDWOName() 1585 dwo_name = in GetDWOName() 1587 return dwo_name; in GetDWOName() 1628 const char *dwo_name = GetDWOName(*dwarf_cu, cu_die); in GetDwoSymbolFileForCompileUnit() local 1629 if (!dwo_name) in GetDwoSymbolFileForCompileUnit() 1635 FileSpec dwo_file(dwo_name); in GetDwoSymbolFileForCompileUnit() 1645 dwo_file.AppendPathComponent(dwo_name); in GetDwoSymbolFileForCompileUnit()
|
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2reader.cc | 687 string dwo_name = base_name + ".dwo"; in ReadDebugSectionsFromDwo() local 689 const char* section_data = elf_reader->GetSectionByName(dwo_name, in ReadDebugSectionsFromDwo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | Dwarf.def | 318 HANDLE_DW_AT(0x76, dwo_name, 5, DWARF)
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ |
D | Dwarf.def | 331 HANDLE_DW_AT(0x76, dwo_name, 5, DWARF)
|
/external/elfutils/src/ |
D | readelf.c | 7954 const char *dwo_name = in print_debug_units() local 7962 dwo_name, unit_id); in print_debug_units()
|