Searched defs:pubnames_context (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_global.c176 Dwarf_Global_Context pubnames_context = 0; local
238 pubnames_context = (Dwarf_Global_Context)
240 if (pubnames_context == NULL) {
249 pubnames_context->pu_length_size = local_length_size;
250 pubnames_context->pu_extension_size = local_extension_size;
251 pubnames_context->pu_dbg = dbg;
264 READ_UNALIGNED(dbg, pubnames_context->pu_offset_of_cu_header,
266 pubnames_context->pu_length_size);
267 pubnames_like_ptr += pubnames_context->pu_length_size;
270 pubnames_context
[all...]

Completed in 67 milliseconds