Home
last modified time | relevance | path

Searched refs:address_ (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dcopy-relocs.h106 address_(address), addend_(addend) in Copy_reloc_entry()
114 Address address_; member
Dscript-sections.cc1928 { this->address_ = address; } in set_section_vma()
1947 Expression* address_; member in gold::Output_section_definition
1985 address_(header->address), in Output_section_definition()
2124 if (this->address_ != NULL) in finalize_symbols()
2126 address = this->address_->eval_with_dot(symtab, layout, true, in finalize_symbols()
2320 else if (this->address_ == NULL) in set_section_addresses()
2331 address = this->address_->eval_with_dot(symtab, layout, true, in set_section_addresses()
2392 if (this->address_ != NULL || previous_section == this) in set_section_addresses()
2696 if (this->address_ != NULL) in print()
2698 this->address_->print(f); in print()
Dcopy-relocs.cc208 entry.shndx_, entry.address_, in emit()
Doutput.cc717 : address_(address), local_sym_index_(GSYM_CODE), type_(type), in Output_reloc()
739 : address_(address), local_sym_index_(GSYM_CODE), type_(type), in Output_reloc()
765 : address_(address), local_sym_index_(local_sym_index), type_(type), in Output_reloc()
791 : address_(address), local_sym_index_(local_sym_index), type_(type), in Output_reloc()
816 : address_(address), local_sym_index_(SECTION_CODE), type_(type), in Output_reloc()
838 : address_(address), local_sym_index_(SECTION_CODE), type_(type), in Output_reloc()
861 : address_(address), local_sym_index_(0), type_(type), in Output_reloc()
878 : address_(address), local_sym_index_(0), type_(type), in Output_reloc()
897 : address_(address), local_sym_index_(TARGET_CODE), type_(type), in Output_reloc()
914 : address_(address), local_sym_index_(TARGET_CODE), type_(type), in Output_reloc()
[all …]
Doutput.h58 : address_(0), data_size_(0), offset_(-1), in Output_data()
73 return this->address_; in address()
198 this->address_ = addr; in set_address()
458 uint64_t address_; variable
1221 Address address_; variable
Dmips.cc7169 entry.output_section_, entry.relobj_, entry.shndx_, entry.address_); in emit_entry()
7173 entry.shndx_, entry.address_); in emit_entry()