OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pubnames_s
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/0.153/libdw/
dwarf_getpubnames.c
69
struct
pubnames_s
*mem = NULL;
70
const size_t entsize = sizeof (struct
pubnames_s
);
81
struct
pubnames_s
*newmem
82
= (struct
pubnames_s
*) realloc (mem, allocated * entsize);
152
dbg->pubnames_sets = (struct
pubnames_s
*) realloc (mem, cnt * entsize);
libdwP.h
166
struct
pubnames_s
struct in struct:Dwarf
Completed in 621 milliseconds