Home
last modified time | relevance | path

Searched refs:dwo_name (Results 1 – 5 of 5) sorted by relevance

/external/elfutils/libdw/
Dlibdw_find_split_unit.c103 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/
Drun-readelf-ranges.sh194 dwo_name (strp) "testfile-hello5.dwo"
205 dwo_name (strp) "testfile-world5.dwo"
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Dclang-module.ll14 ; CHECK: DW_AT_{{.*}}dwo_name {{.*}}"/Foo.pcm"
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DDwarf.def295 HANDLE_DW_AT(0x76, dwo_name, 5, DWARF)
/external/elfutils/src/
Dreadelf.c7778 const char *dwo_name = in print_debug_units() local
7786 dwo_name, unit_id); in print_debug_units()