Home
last modified time | relevance | path

Searched refs:input_offset (Results 1 – 13 of 13) sorted by relevance

/dragonfly/contrib/binutils-2.34/gold/
H A Dmerge.cc88 section_offset_type input_offset, in add_mapping() argument
93 map->add_mapping(input_offset, length, output_offset); in add_mapping()
106 section_size_type input_offset_u = input_offset; in add_mapping()
111 if (input_offset_u < entry.input_offset + entry.length) in add_mapping()
113 gold_assert(input_offset < entry.input_offset); in add_mapping()
129 entry.input_offset = input_offset; in add_mapping()
139 section_offset_type input_offset, in get_output_offset() argument
154 entry.input_offset = input_offset; in get_output_offset()
161 gold_assert(p->input_offset <= input_offset); in get_output_offset()
163 if (input_offset - p->input_offset in get_output_offset()
[all …]
H A Dehframe.h167 Fde(Relobj* object, unsigned int shndx, section_offset_type input_offset, in Fde() argument
173 this->u_.from_object.input_offset = input_offset; in Fde()
200 this->u_.from_object.input_offset, this->length(), in add_mapping()
238 section_offset_type input_offset; member
275 Cie(Relobj* object, unsigned int shndx, section_offset_type input_offset, in Cie() argument
280 input_offset_(input_offset), in Cie()
H A Dmerge.h92 section_offset_type input_offset; member
102 void add_mapping(section_offset_type input_offset, section_size_type length,
149 { return i1.input_offset < i2.input_offset; } in operator()
H A Dobject.h1642 Value input_offset = this->input_value_; in value() local
1645 input_offset += addend; in value()
1649 this->output_addresses_.find(input_offset); in value()
1653 return (this->value_from_output_section(object, input_shndx, input_offset) in value()
1662 Value input_offset) const;
H A Dreloc.cc1485 typename elfcpp::Elf_types<size>::Elf_Addr input_offset) const in value_from_output_section()
1488 bool found = object->merge_output_offset(input_shndx, input_offset, in value_from_output_section()
H A Dincremental.cc1272 unsigned int input_offset = this->header_size; in set_final_data_size() local
1286 (*p)->set_offset(file_index, input_offset); in set_final_data_size()
1288 input_offset += this->input_entry_size; in set_final_data_size()
/dragonfly/contrib/binutils-2.27/gold/
H A Dmerge.cc88 section_offset_type input_offset, in add_mapping() argument
93 map->add_mapping(input_offset, length, output_offset); in add_mapping()
106 section_size_type input_offset_u = input_offset; in add_mapping()
111 if (input_offset_u < entry.input_offset + entry.length) in add_mapping()
113 gold_assert(input_offset < entry.input_offset); in add_mapping()
129 entry.input_offset = input_offset; in add_mapping()
139 section_offset_type input_offset, in get_output_offset() argument
154 entry.input_offset = input_offset; in get_output_offset()
161 gold_assert(p->input_offset <= input_offset); in get_output_offset()
163 if (input_offset - p->input_offset in get_output_offset()
[all …]
H A Dehframe.h167 Fde(Relobj* object, unsigned int shndx, section_offset_type input_offset, in Fde() argument
173 this->u_.from_object.input_offset = input_offset; in Fde()
200 this->u_.from_object.input_offset, this->length(), in add_mapping()
233 section_offset_type input_offset; member
270 Cie(Relobj* object, unsigned int shndx, section_offset_type input_offset, in Cie() argument
275 input_offset_(input_offset), in Cie()
H A Dmerge.h92 section_offset_type input_offset; member
102 void add_mapping(section_offset_type input_offset, section_size_type length,
149 { return i1.input_offset < i2.input_offset; } in operator()
H A Dobject.h1637 Value input_offset = this->input_value_; in value() local
1640 input_offset += addend; in value()
1644 this->output_addresses_.find(input_offset); in value()
1648 return (this->value_from_output_section(object, input_shndx, input_offset) in value()
1657 Value input_offset) const;
H A Dreloc.cc1462 typename elfcpp::Elf_types<size>::Elf_Addr input_offset) const in value_from_output_section()
1465 bool found = object->merge_output_offset(input_shndx, input_offset, in value_from_output_section()
H A Dincremental.cc1267 unsigned int input_offset = this->header_size; in set_final_data_size() local
1281 (*p)->set_offset(file_index, input_offset); in set_final_data_size()
1283 input_offset += this->input_entry_size; in set_final_data_size()
H A Darm.cc1323 update_offset_map(section_offset_type input_offset,
5591 section_offset_type input_offset, in update_offset_map() argument
5601 output_offset = input_offset - deleted_bytes; in update_offset_map()
5602 (*this->section_offset_map_)[input_offset] = output_offset; in update_offset_map()