OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pubnames_s
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/libdw/
dwarf_getpubnames.c
72
struct
pubnames_s
*mem = NULL;
73
const size_t entsize = sizeof (struct
pubnames_s
);
84
struct
pubnames_s
*newmem
85
= (struct
pubnames_s
*) realloc (mem, allocated * entsize);
162
dbg->pubnames_sets = (struct
pubnames_s
*) realloc (mem, cnt * entsize);
libdwP.h
159
struct
pubnames_s
struct in struct:Dwarf
Completed in 66 milliseconds