Home
last modified time | relevance | path

Searched refs:dwarf_decl_file (Results 1 – 11 of 11) sorted by relevance

/third_party/elfutils/libdw/
Ddwarf_decl_file.c39 NEW_VERSION (dwarf_decl_file, ELFUTILS_0.143)
41 dwarf_decl_file (Dwarf_Die *die) in dwarf_decl_file() function
89 OLD_VERSION (dwarf_decl_file, ELFUTILS_0.122)
Dlibdw.map17 dwarf_decl_file;
214 dwarf_decl_file;
DMakefile.am80 dwarf_decl_file.c dwarf_decl_line.c dwarf_decl_column.c \
Dlibdw.h913 extern const char *dwarf_decl_file (Dwarf_Die *decl);
DChangeLog230 * dwarf_decl_file.c (dwarf_decl_file): Use attr CU instead of DIE
877 * libdw.h (dwarf_decl_file): Extend documentation.
1903 * dwarf_decl_file.c (dwarf_decl_file): Read the idx as unsigned.
2625 * dwarf_decl_file.c: Likewise.
2636 * dwarf_decl_file.c: Likewise.
3155 * dwarf_decl_file.c: ... here.
/third_party/elfutils/tests/
Dallfcts.c32 const char *file = dwarf_decl_file (func); in cb()
Ddwflmodtest.c117 const char *file = dwarf_decl_file (func); in print_func()
/third_party/elfutils/
Delfutils_config.gni157 "//third_party/elfutils/libdw/dwarf_decl_file.c",
DNEWS140 libdw: Use correct CU to resolve file names in dwarf_decl_file.
954 replaced by dwarf_decl_file, dwarf_decl_line, dwarf_decl_column;
/third_party/elfutils/config/
Delfutils.spec.in449 - libdw: Use correct CU to resolve file names in dwarf_decl_file.
1017 ed by dwarf_decl_file, dwarf_decl_line, dwarf_decl_column; dwarf
/third_party/libabigail/src/
Dabg-dwarf-reader.cc6123 const char* str = dwarf_decl_file(const_cast<Dwarf_Die*>(die)); in die_decl_file_attribute()