Home
last modified time | relevance | path

Searched refs:Dwarf_Global (Results 1 – 6 of 6) sorted by relevance

/external/elfutils/src/
Dnm.c525 const Dwarf_Global *g1 = (const Dwarf_Global *) p1; in global_compare()
526 const Dwarf_Global *g2 = (const Dwarf_Global *) p2; in global_compare()
536 get_global (Dwarf *dbg __attribute__ ((unused)), Dwarf_Global *global, in get_global()
539 tsearch (memcpy (xmalloc (sizeof (Dwarf_Global)), global, in get_global()
540 sizeof (Dwarf_Global)), in get_global()
1092 Dwarf_Global fake = { .name = symstr }; in show_symbols()
1093 Dwarf_Global **found = tfind (&fake, &global_root, in show_symbols()
Dreadelf.c5211 print_pubnames (Dwarf *dbg __attribute__ ((unused)), Dwarf_Global *global, in print_pubnames()
/external/elfutils/libdw/
Ddwarf_getpubnames.c172 int (*callback) (Dwarf *, Dwarf_Global *, void *);
220 Dwarf_Global gl;
Dlibdw.h179 } Dwarf_Global; typedef
428 int (*callback) (Dwarf *, Dwarf_Global *,
/external/elfutils/tests/
Dget-pubnames.c40 callback (Dwarf *dbg, Dwarf_Global *gl, void *arg __attribute__ ((unused))) in callback()
/external/linux-tools-perf/util/
Dprobe-finder.c1489 static int pubname_search_cb(Dwarf *dbg, Dwarf_Global *gl, void *data) in pubname_search_cb()