Home
last modified time | relevance | path

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

/third_party/elfutils/src/
Dnm.c526 const Dwarf_Global *g1 = (const Dwarf_Global *) p1; in global_compare()
527 const Dwarf_Global *g2 = (const Dwarf_Global *) p2; in global_compare()
537 get_global (Dwarf *dbg __attribute__ ((unused)), Dwarf_Global *global, in get_global()
540 tsearch (memcpy (xmalloc (sizeof (Dwarf_Global)), global, in get_global()
541 sizeof (Dwarf_Global)), in get_global()
1389 Dwarf_Global fake = { .name = symstr }; in show_symbols()
1390 Dwarf_Global **found = tfind (&fake, &global_root, in show_symbols()
Dreadelf.c10575 print_pubnames (Dwarf *dbg __attribute__ ((unused)), Dwarf_Global *global, in print_pubnames()
/third_party/elfutils/libdw/
Ddwarf_getpubnames.c143 int (*callback) (Dwarf *, Dwarf_Global *, void *), in dwarf_getpubnames() argument
192 Dwarf_Global gl; in dwarf_getpubnames()
Dlibdw.h143 } Dwarf_Global; typedef
627 int (*callback) (Dwarf *, Dwarf_Global *,
/third_party/elfutils/tests/
Dget-pubnames.c32 callback (Dwarf *dbg, Dwarf_Global *gl, void *arg __attribute__ ((unused))) in callback()