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

  /external/elfutils/src/libdw/
dwarf_getpubnames.c 48 struct pubnames_s *mem = NULL;
49 const size_t entsize = sizeof (struct pubnames_s);
60 struct pubnames_s *newmem
61 = (struct pubnames_s *) realloc (mem, allocated * entsize);
134 dbg->pubnames_sets = (struct pubnames_s *) realloc (mem, cnt * entsize);
libdwP.h 161 struct pubnames_s struct in struct:Dwarf

Completed in 90 milliseconds