Lines Matching refs:global
173 /* Points to the context for the current set of global names, and
182 global. */
187 /* Points to the current global read. */
188 Dwarf_Global global = 0;
298 global =
300 if (global == NULL) {
306 global->gl_context = pubnames_context;
308 global->gl_named_die_offset_within_cu = die_offset_in_cu;
310 global->gl_name = pubnames_like_ptr;
324 /* Put current global on singly_linked list. */
325 curr_chain->ch_item = (Dwarf_Global) global;
413 global offset of the DIE for this entry.
414 The global offset is the offset within the .debug_info
418 dwarf_global_die_offset(Dwarf_Global global,
421 if (global == NULL) {
426 if (global->gl_context == NULL) {
431 *ret_off = (global->gl_named_die_offset_within_cu +
432 global->gl_context->pu_offset_of_cu_header);
440 compilation unit the global is part of.
451 dwarf_global_cu_offset(Dwarf_Global global,
457 if (global == NULL) {
462 con = global->gl_context;
488 dwarf_global_name_offsets(Dwarf_Global global,
498 if (global == NULL) {
503 con = global->gl_context;
531 *die_offset = global->gl_named_die_offset_within_cu + off;
534 *ret_name = (char *) global->gl_name;
584 the global debug_info section offset of the CU die