Home
last modified time | relevance | path

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

/external/elfutils/libdw/
Ddwarf_decl_file.c40 dwarf_decl_file (Dwarf_Die *die) in dwarf_decl_file() function
88 OLD_VERSION (dwarf_decl_file, ELFUTILS_0.122)
89 NEW_VERSION (dwarf_decl_file, ELFUTILS_0.143)
Dlibdw.map17 dwarf_decl_file;
214 dwarf_decl_file;
DMakefile.am79 dwarf_decl_file.c dwarf_decl_line.c dwarf_decl_column.c \
Dlibdw.h904 extern const char *dwarf_decl_file (Dwarf_Die *decl);
DChangeLog95 * dwarf_decl_file.c (dwarf_decl_file): Use attr CU instead of DIE
742 * libdw.h (dwarf_decl_file): Extend documentation.
1768 * dwarf_decl_file.c (dwarf_decl_file): Read the idx as unsigned.
2490 * dwarf_decl_file.c: Likewise.
2501 * dwarf_decl_file.c: Likewise.
3020 * dwarf_decl_file.c: ... here.
/external/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()
/external/elfutils/include/elfutils/
Dlibdw.h904 extern const char *dwarf_decl_file (Dwarf_Die *decl);
/external/elfutils/
DNEWS55 libdw: Use correct CU to resolve file names in dwarf_decl_file.
869 replaced by dwarf_decl_file, dwarf_decl_line, dwarf_decl_column;
/external/elfutils/config/
Delfutils.spec.in372 - libdw: Use correct CU to resolve file names in dwarf_decl_file.
940 ed by dwarf_decl_file, dwarf_decl_line, dwarf_decl_column; dwarf
/external/libabigail/src/
Dabg-dwarf-reader.cc6535 const char* str = dwarf_decl_file(const_cast<Dwarf_Die*>(die)); in die_decl_file_attribute()