• Home
  • Raw
  • Download

Lines Matching refs:address

713     Address address,  in Output_reloc()  argument
717 : address_(address), local_sym_index_(GSYM_CODE), type_(type), in Output_reloc()
735 Address address, in Output_reloc() argument
739 : address_(address), local_sym_index_(GSYM_CODE), type_(type), in Output_reloc()
760 Address address, in Output_reloc() argument
765 : address_(address), local_sym_index_(local_sym_index), type_(type), in Output_reloc()
786 Address address, in Output_reloc() argument
791 : address_(address), local_sym_index_(local_sym_index), type_(type), in Output_reloc()
814 Address address, in Output_reloc() argument
816 : address_(address), local_sym_index_(SECTION_CODE), type_(type), in Output_reloc()
836 Address address, in Output_reloc() argument
838 : address_(address), local_sym_index_(SECTION_CODE), type_(type), in Output_reloc()
859 Address address, in Output_reloc() argument
861 : address_(address), local_sym_index_(0), type_(type), in Output_reloc()
876 Address address, in Output_reloc() argument
878 : address_(address), local_sym_index_(0), type_(type), in Output_reloc()
896 Address address) in Output_reloc() argument
897 : address_(address), local_sym_index_(TARGET_CODE), type_(type), in Output_reloc()
913 Address address) in Output_reloc() argument
914 : address_(address), local_sym_index_(TARGET_CODE), type_(type), in Output_reloc()
1074 Address address = this->address_; in get_address() local
1081 address += os->address() + off; in get_address()
1087 address = os->output_address(relobj, this->shndx_, address); in get_address()
1088 gold_assert(address != invalid_address); in get_address()
1092 address += this->u2_.od->address(); in get_address()
1093 return address; in get_address()
1140 return this->u1_.os->address() + addend; in symbol_value()
1804 val = this->u_.od->address() + this->offset_; in write()
2153 uint64_t address, in set_address_and_file_offset() argument
2161 this->u2_.posd->set_address_and_file_offset(address, file_offset); in set_address_and_file_offset()
2538 uint64_t addr = this->address(); in add_output_section_data()
2557 uint64_t addr = this->address(); in add_output_section_data()
2998 uint64_t addr = this->address() + this->first_input_offset_; in output_address()
3009 return posd->address() + output_offset; in output_address()
3047 uint64_t addr = this->address() + this->first_input_offset_; in find_starting_output_address()
3111 uint64_t address = this->address(); in set_final_data_size() local
3119 p->set_address_and_file_offset(address + (off - startoff), off, in set_final_data_size()
3184 return this->is_address_valid() && this->address() == 0; in do_address_and_file_offset_have_reset_values()
3194 this->tls_offset_ = this->address() - tls_base; in do_set_tls_offset()
3630 oshdr->put_sh_addr(this->address()); in write_header()
3801 uint64_t address, in get_input_sections() argument
3812 uint64_t orig_address = address; in get_input_sections()
3814 address = align_address(address, this->addralign()); in get_input_sections()
3827 uint64_t aligned_address = align_address(address, p->addralign()); in get_input_sections()
3828 if (aligned_address != address && !fill.empty()) in get_input_sections()
3831 convert_to_section_size_type(aligned_address - address); in get_input_sections()
3842 address = aligned_address; in get_input_sections()
3847 address += p->data_size(); in get_input_sections()
3854 uint64_t data_size = address - orig_address; in get_input_sections()
4540 if ((*p)->address() >= addr + (off - startoff)) in set_section_list_addresses()
4541 off += (*p)->address() - (addr + (off - startoff)); in set_section_list_addresses()
4554 static_cast<unsigned long long>((*p)->address()); in set_section_list_addresses()
4634 || (*p)->address() < first->address() in set_offset()
4635 || ((*p)->address() == first->address() in set_offset()
4645 || (*p)->address() > (*plast)->address() in set_offset()
4646 || ((*p)->address() == (*plast)->address() in set_offset()
4651 this->vaddr_ = first->address(); in set_offset()
4661 this->filesz_ = (last_data->address() in set_offset()
4666 this->memsz_ = (last->address() in set_offset()
4791 : os->address()); in lowest_load_address_in_list()