Searched refs:Dwarf_Global (Results 1 – 6 of 6) sorted by relevance
/external/elfutils/src/ |
D | nm.c | 527 const Dwarf_Global *g1 = (const Dwarf_Global *) p1; in global_compare() 528 const Dwarf_Global *g2 = (const Dwarf_Global *) p2; in global_compare() 538 get_global (Dwarf *dbg __attribute__ ((unused)), Dwarf_Global *global, in get_global() 541 tsearch (memcpy (xmalloc (sizeof (Dwarf_Global)), global, in get_global() 542 sizeof (Dwarf_Global)), in get_global() 1361 Dwarf_Global fake = { .name = symstr }; in show_symbols() 1362 Dwarf_Global **found = tfind (&fake, &global_root, in show_symbols()
|
D | readelf.c | 10099 print_pubnames (Dwarf *dbg __attribute__ ((unused)), Dwarf_Global *global, in print_pubnames()
|
/external/elfutils/libdw/ |
D | dwarf_getpubnames.c | 144 int (*callback) (Dwarf *, Dwarf_Global *, void *), in dwarf_getpubnames() argument 193 Dwarf_Global gl; in dwarf_getpubnames()
|
D | libdw.h | 143 } Dwarf_Global; typedef 620 int (*callback) (Dwarf *, Dwarf_Global *,
|
/external/elfutils/tests/ |
D | get-pubnames.c | 32 callback (Dwarf *dbg, Dwarf_Global *gl, void *arg __attribute__ ((unused))) in callback()
|
/external/elfutils/include/elfutils/ |
D | libdw.h | 143 } Dwarf_Global; typedef 620 int (*callback) (Dwarf *, Dwarf_Global *,
|