OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pubnames_sets
(Results
1 - 3
of
3
) sorted by null
/external/elfutils/libdw/
dwarf_getpubnames.c
113
dbg->
pubnames_sets
= (struct pubnames_s *) realloc (mem, cnt * entsize);
145
offset = dbg->
pubnames_sets
[0].set_start;
150
if (offset >= dbg->
pubnames_sets
[cnt].set_start)
152
assert (offset < dbg->
pubnames_sets
[cnt + 1].set_start);
165
gl.cu_offset = (dbg->
pubnames_sets
[cnt].cu_offset
166
+ dbg->
pubnames_sets
[cnt].cu_header_size);
171
if (dbg->
pubnames_sets
[cnt].address_len == 4)
181
gl.die_offset += dbg->
pubnames_sets
[cnt].cu_offset;
200
readp = startp + dbg->
pubnames_sets
[cnt].set_start;
dwarf_end.c
64
free (dwarf->
pubnames_sets
);
libdwP.h
126
} *
pubnames_sets
;
member in struct:Dwarf
Completed in 18 milliseconds