Home
last modified time | relevance | path

Searched refs:reloc_offset (Results 1 – 12 of 12) sorted by relevance

/dflybsd-src/contrib/binutils-2.27/gold/
H A Dgc.h254 uint64_t reloc_offset = in gc_process_relocs() local
256 (*offsetvec).push_back(reloc_offset); in gc_process_relocs()
330 uint64_t reloc_offset = in gc_process_relocs() local
332 (*offsetvec).push_back(reloc_offset); in gc_process_relocs()
H A Ddwarf_reader.h73 get_reloc_target(off_t reloc_offset, off_t* target_offset) in get_reloc_target() argument
74 { return this->do_get_reloc_target(reloc_offset, target_offset); } in get_reloc_target()
99 do_get_reloc_target(off_t reloc_offset, off_t* target_offset) = 0;
135 do_get_reloc_target(off_t reloc_offset, off_t* target_offset);
H A Ddwarf_reader.cc74 off_t reloc_offset, off_t* target_offset) in do_get_reloc_target() argument
76 this->track_relocs_.advance(reloc_offset); in do_get_reloc_target()
77 if (reloc_offset != this->track_relocs_.next_offset()) in do_get_reloc_target()
1308 off_t reloc_offset = pinfo - this->buffer_; in do_parse() local
1311 this->reloc_mapper_->get_reloc_target(reloc_offset, &value); in do_parse()
2013 off_t reloc_offset; in read_relocs() local
2014 while ((reloc_offset = this->reloc_mapper_->next_offset()) != -1) in read_relocs()
2017 this->reloc_mapper_->get_reloc_target(reloc_offset, &value); in read_relocs()
2022 this->reloc_map_[reloc_offset] = std::make_pair(shndx, value); in read_relocs()
2024 this->reloc_mapper_->advance(reloc_offset + 1); in read_relocs()
H A Dincremental-dump.cc333 info.reloc_offset(), in dump_incremental_inputs()
361 input_file.filename(), sym_info.reloc_offset(), in dump_incremental_inputs()
367 unsigned int r_off = sym_info.reloc_offset(); in dump_incremental_inputs()
H A Darm.cc344 reloc_offset(size_t i) const in reloc_offset() function in __anonf61c90980111::Stub_template
12411 section_size_type reloc_offset = stub_template->reloc_offset(i); in relocate_stub() local
12413 gold_assert(reloc_offset + reloc_size <= view_size); in relocate_stub()
12425 reloc_write.put_r_offset(reloc_offset); in relocate_stub()
12430 NULL, &symval, view + reloc_offset, in relocate_stub()
12431 address + reloc_offset, reloc_size); in relocate_stub()
H A Dincremental.cc786 unsigned int r_base = sym_info.reloc_offset(); in do_apply_incremental_relocs()
2433 this->incr_reloc_offset_ = sym.reloc_offset(); in do_scan_relocs()
H A Dincremental.h739 reloc_offset() const in reloc_offset() function
/dflybsd-src/contrib/binutils-2.34/gold/
H A Dgc.h260 uint64_t reloc_offset = in gc_process_relocs() local
262 (*offsetvec).push_back(reloc_offset); in gc_process_relocs()
337 uint64_t reloc_offset = in gc_process_relocs() local
339 (*offsetvec).push_back(reloc_offset); in gc_process_relocs()
H A Ddwarf_reader.h73 get_reloc_target(off_t reloc_offset, off_t* target_offset) in get_reloc_target() argument
74 { return this->do_get_reloc_target(reloc_offset, target_offset); } in get_reloc_target()
99 do_get_reloc_target(off_t reloc_offset, off_t* target_offset) = 0;
135 do_get_reloc_target(off_t reloc_offset, off_t* target_offset);
H A Ddwarf_reader.cc74 off_t reloc_offset, off_t* target_offset) in do_get_reloc_target() argument
76 this->track_relocs_.advance(reloc_offset); in do_get_reloc_target()
77 if (reloc_offset != this->track_relocs_.next_offset()) in do_get_reloc_target()
1323 off_t reloc_offset = pinfo - this->buffer_; in do_parse() local
1326 this->reloc_mapper_->get_reloc_target(reloc_offset, &value); in do_parse()
2028 off_t reloc_offset; in read_relocs() local
2029 while ((reloc_offset = this->reloc_mapper_->next_offset()) != -1) in read_relocs()
2032 this->reloc_mapper_->get_reloc_target(reloc_offset, &value); in read_relocs()
2037 this->reloc_map_[reloc_offset] = std::make_pair(shndx, value); in read_relocs()
2039 this->reloc_mapper_->advance(reloc_offset + 1); in read_relocs()
H A Dincremental.cc791 unsigned int r_base = sym_info.reloc_offset(); in do_apply_incremental_relocs()
2438 this->incr_reloc_offset_ = sym.reloc_offset(); in do_scan_relocs()
H A Dincremental.h739 reloc_offset() const in reloc_offset() function