Home
last modified time | relevance | path

Searched refs:dwarf_getpubnames (Results 1 – 9 of 9) sorted by relevance

/third_party/elfutils/tests/
Dget-pubnames.c86 if (dwarf_getpubnames (dbg, callback, NULL, 0) != 0) in main()
/third_party/elfutils/libdw/
Ddwarf_getpubnames.c142 dwarf_getpubnames (Dwarf *dbg, in dwarf_getpubnames() function
Dlibdw.map51 dwarf_getpubnames;
DMakefile.am45 dwarf_getpubnames.c dwarf_getabbrev.c dwarf_tag.c \
DChangeLog111 * dwarf_getpubnames.c (get_offsets): Remove casts of realloc return
1212 * dwarf_getpubnames.c: Remove sys/param.h include, add system.h.
1356 * dwarf_getpubnames.c (get_offsets): Always free mem on error.
1547 * dwarf_getpubnames.c (dwarf_getpubnames): Make sure there is enough
1557 * dwarf_getpubnames.c (get_offsets): Make sure whole unit fall inside
1559 (dwarf_getpubnames): Make sure section data contains string zero
2201 * dwarf_getpubnames.c (get_offsets): Adjust __libdw_read_offset call.
2789 * dwarf_getpubnames.c (get_offsets): Likewise.
2894 * dwarf_getpubnames.c: Likewise.
2909 * dwarf_getpubnames: Include dwarf.h.
[all …]
Dlibdw.h626 extern ptrdiff_t dwarf_getpubnames (Dwarf *dbg,
/third_party/elfutils/src/
Dnm.c1312 (void) dwarf_getpubnames (dbg, get_global, NULL, 0); in show_symbols()
Dreadelf.c10600 (void) dwarf_getpubnames (dbg, print_pubnames, &n, 0); in print_debug_pubnames_section()
/third_party/elfutils/
Delfutils_config.gni201 "//third_party/elfutils/libdw/dwarf_getpubnames.c",