Searched refs:dwarf_getpubnames (Results 1 – 9 of 9) sorted by relevance
/third_party/elfutils/tests/ |
D | get-pubnames.c | 86 if (dwarf_getpubnames (dbg, callback, NULL, 0) != 0) in main()
|
/third_party/elfutils/libdw/ |
D | dwarf_getpubnames.c | 142 dwarf_getpubnames (Dwarf *dbg, in dwarf_getpubnames() function
|
D | libdw.map | 51 dwarf_getpubnames;
|
D | Makefile.am | 45 dwarf_getpubnames.c dwarf_getabbrev.c dwarf_tag.c \
|
D | ChangeLog | 111 * 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 …]
|
D | libdw.h | 626 extern ptrdiff_t dwarf_getpubnames (Dwarf *dbg,
|
/third_party/elfutils/src/ |
D | nm.c | 1312 (void) dwarf_getpubnames (dbg, get_global, NULL, 0); in show_symbols()
|
D | readelf.c | 10600 (void) dwarf_getpubnames (dbg, print_pubnames, &n, 0); in print_debug_pubnames_section()
|
/third_party/elfutils/ |
D | elfutils_config.gni | 201 "//third_party/elfutils/libdw/dwarf_getpubnames.c",
|