Home | History | Annotate | Download | only in gold

Lines Matching full:die_offset

264   // Return the context for a DIE whose parent is at DIE_OFFSET.
266 get_context(off_t die_offset);
407 for (off_t die_offset = parent->child_offset();
408 die_offset != 0;
409 die_offset = next_offset)
411 Dwarf_die die(this, die_offset, parent);
507 for (off_t die_offset = parent->child_offset();
508 die_offset != 0;
509 die_offset = next_offset)
511 Dwarf_die die(this, die_offset, parent);
745 // Return the context for a DIE whose parent is at DIE_OFFSET.
748 Gdb_index_info_reader::get_context(off_t die_offset)
751 Declaration_map::iterator it = this->declarations_.find(die_offset);