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

  /external/elfutils/tests/
get-pubnames.c 24 callback (Dwarf *dbg, Dwarf_Global *gl, void *arg)
  /external/elfutils/libdw/
dwarf_getpubnames.c 123 int (*callback) (Dwarf *, Dwarf_Global *, void *);
163 Dwarf_Global gl;
libdw.h 141 } Dwarf_Global;
327 int (*callback) (Dwarf *, Dwarf_Global *,
  /external/elfutils/src/
nm.c 532 Dwarf_Global global;
540 const Dwarf_Global *g1 = (const Dwarf_Global *) p1;
541 const Dwarf_Global *g2 = (const Dwarf_Global *) p2;
551 get_global (Dwarf *dbg, Dwarf_Global *global, void *arg)
553 tsearch (memcpy (xmalloc (sizeof (Dwarf_Global)), global,
554 sizeof (Dwarf_Global)),
1076 Dwarf_Global fake = { .name = symstr };
1077 Dwarf_Global **found = tfind (&fake, &global_root
    [all...]
readelf.c     [all...]

Completed in 101 milliseconds