Home
last modified time | relevance | path

Searched refs:symbol_table_ (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Daarch64.cc432 symbol_table_(symtab), layout_(layout) in Output_data_got_aarch64()
505 && !this->symbol_table_->is_section_folded(object, shndx))) in do_write()
519 gsym = this->symbol_table_->resolve_forwards(gsym); in do_write()
568 Symbol_table* symbol_table_; member in __anon20db65070111::Output_data_got_aarch64
Darm.cc1908 : Output_data_got<32, big_endian>(), symbol_table_(symtab), layout_(layout) in Arm_output_data_got()
2032 Symbol_table* symbol_table_; member in __anon5653a9be0111::Arm_output_data_got
7292 && !this->symbol_table_->is_section_folded(object, shndx))) in do_write()
7307 gsym = this->symbol_table_->resolve_forwards(gsym); in do_write()
Dmips.cc1851 symbol_table_(symtab), layout_(layout), static_relocs_(), got_view_(NULL), in Mips_output_data_got()
2169 Symbol_table* symbol_table_; member in __anona7e08b770111::Mips_output_data_got
5741 && !this->symbol_table_->is_section_folded(object, shndx))) in do_write()
DChangeLog779 (Output_data_got_aarch64::symbol_table_): New method.