Lines Matching refs:address_
717 : 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()
1074 Address address = this->address_; in get_address()