HomeSort by relevance Sort by last modified time
    Searched refs:Dwarf_Global (Results 1 - 6 of 6) sorted by null

  /external/elfutils/tests/
get-pubnames.c 40 callback (Dwarf *dbg, Dwarf_Global *gl, void *arg __attribute__ ((unused)))
  /external/elfutils/libdw/
dwarf_getpubnames.c 172 int (*callback) (Dwarf *, Dwarf_Global *, void *);
220 Dwarf_Global gl;
libdw.h 179 } Dwarf_Global;
428 int (*callback) (Dwarf *, Dwarf_Global *,
  /external/elfutils/src/
nm.c 525 const Dwarf_Global *g1 = (const Dwarf_Global *) p1;
526 const Dwarf_Global *g2 = (const Dwarf_Global *) p2;
536 get_global (Dwarf *dbg __attribute__ ((unused)), Dwarf_Global *global,
539 tsearch (memcpy (xmalloc (sizeof (Dwarf_Global)), global,
540 sizeof (Dwarf_Global)),
1092 Dwarf_Global fake = { .name = symstr };
1093 Dwarf_Global **found = tfind (&fake, &global_root,
    [all...]
readelf.c     [all...]
  /external/linux-tools-perf/util/
probe-finder.c     [all...]

Completed in 252 milliseconds