Lines Matching refs:key
1150 Stringpool::Key key = 0; in report_input_section() local
1153 this->strtab_->add(name, true, &key); in report_input_section()
1157 this->current_object_entry_->add_input_section(shndx, key, sh_size); in report_input_section()
1165 Stringpool::Key key = 0; in report_comdat_group() local
1168 this->strtab_->add(name, true, &key); in report_comdat_group()
1171 this->current_object_entry_->add_comdat_group(key); in report_comdat_group()
1590 Stringpool::Key key = entry->get_input_section_name_key(i); in write_info_blocks() local
1592 if (key != 0) in write_info_blocks()
1593 name_offset = strtab->get_offset_from_key(key); in write_info_blocks()
1670 Stringpool::Key key = entry->get_comdat_signature_key(i); in write_info_blocks() local
1672 if (key != 0) in write_info_blocks()
1673 name_offset = strtab->get_offset_from_key(key); in write_info_blocks()
1765 Stringpool::Key key = entry->get_unused_global_symbol(i); in write_info_blocks() local
1766 Swap32::writeval(pov, strtab->get_offset_from_key(key)); in write_info_blocks()