Lines Matching refs:strtab

90 		    Stringpool* strtab);
95 Stringpool* strtab, unsigned int* global_syms,
275 elfcpp::Elf_strtab strtab(strtab_view.data(), strtab_location.data_size); in setup_readers() local
278 Incremental_inputs_reader<size, big_endian>(inputs_view.data(), strtab); in setup_readers()
579 elfcpp::Elf_strtab strtab(NULL, 0); in do_reserve_layout() local
580 this->get_symtab_view(&symtab_view, &symtab_count, &strtab); in do_reserve_layout()
831 elfcpp::Elf_strtab* strtab) in get_symtab_view() argument
837 *strtab = elfcpp::Elf_strtab(strtab_view.data(), in get_symtab_view()
1050 Unused_symbol_visitor(Incremental_archive_entry* entry, Stringpool* strtab) in Unused_symbol_visitor() argument
1051 : entry_(entry), strtab_(strtab) in Unused_symbol_visitor()
1395 Stringpool* strtab = inputs->get_stringpool(); in do_write() local
1422 strtab->get_offset_from_key(command_line_key)); in do_write()
1425 pov = this->write_input_files(oview, pov, strtab); in do_write()
1428 pov = this->write_info_blocks(oview, pov, strtab, global_syms, in do_write()
1476 Stringpool* strtab) in write_input_files() argument
1487 strtab->get_offset_from_key((*p)->get_filename_key()); in write_input_files()
1513 Stringpool* strtab, in write_info_blocks() argument
1593 name_offset = strtab->get_offset_from_key(key); in write_info_blocks()
1673 name_offset = strtab->get_offset_from_key(key); in write_info_blocks()
1695 strtab->get_offset_from_key(entry->get_soname_key()); in write_info_blocks()
1766 Swap32::writeval(pov, strtab->get_offset_from_key(key)); in write_info_blocks()
2136 elfcpp::Elf_strtab strtab(NULL, 0); in do_add_symbols() local
2137 this->ibase_->get_symtab_view(&symtab_view, &symtab_count, &strtab); in do_add_symbols()
2152 if (!strtab.get_c_string(gsym.get_st_name(), &name)) in do_add_symbols()
2478 elfcpp::Elf_strtab strtab(NULL, 0); in do_count_local_symbols() local
2479 this->ibase_->get_symtab_view(&symtab_view, &symtab_count, &strtab); in do_count_local_symbols()
2488 if (!strtab.get_c_string(sym.get_st_name(), &name)) in do_count_local_symbols()
2735 elfcpp::Elf_strtab strtab(NULL, 0); in do_add_symbols() local
2736 this->ibase_->get_symtab_view(&symtab_view, &symtab_count, &strtab); in do_add_symbols()
2758 if (!strtab.get_c_string(gsym.get_st_name(), &name)) in do_add_symbols()