Searched refs:Dwarf_Global (Results 1 – 6 of 6) sorted by relevance
/external/elfutils/src/ |
D | nm.c | 525 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()
|
D | readelf.c | 5211 print_pubnames (Dwarf *dbg __attribute__ ((unused)), Dwarf_Global *global, in print_pubnames()
|
/external/elfutils/libdw/ |
D | dwarf_getpubnames.c | 172 int (*callback) (Dwarf *, Dwarf_Global *, void *); 220 Dwarf_Global gl;
|
D | libdw.h | 179 } Dwarf_Global; typedef 428 int (*callback) (Dwarf *, Dwarf_Global *,
|
/external/elfutils/tests/ |
D | get-pubnames.c | 40 callback (Dwarf *dbg, Dwarf_Global *gl, void *arg __attribute__ ((unused))) in callback()
|
/external/linux-tools-perf/util/ |
D | probe-finder.c | 1489 static int pubname_search_cb(Dwarf *dbg, Dwarf_Global *gl, void *data) in pubname_search_cb()
|