Searched refs:lookup_reloc (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | dwarf_reader.cc | 436 shndx1 = this->lookup_reloc(offset, &start); in read_range_list() 437 shndx2 = this->lookup_reloc(offset + addr_size, &end); in read_range_list() 467 Dwarf_ranges_table::lookup_reloc(off_t off, off_t* target_off) in lookup_reloc() function in gold::Dwarf_ranges_table 721 this->dwinfo_->lookup_reloc(attr_off, &str_off); in read_attributes() 734 this->dwinfo_->lookup_reloc(attr_off, &sec_off); in read_attributes() 749 this->dwinfo_->lookup_reloc(attr_off, &sec_off); in read_attributes() 800 this->dwinfo_->lookup_reloc(attr_off, &sec_off); in read_attributes() 810 this->dwinfo_->lookup_reloc(attr_off, &sec_off); in read_attributes() 821 this->dwinfo_->lookup_reloc(attr_off, &sec_off); in read_attributes() 835 this->dwinfo_->lookup_reloc(attr_off, &sec_off); in read_attributes() [all …]
|
D | dwarf_reader.h | 371 lookup_reloc(off_t off, off_t* target_off); 751 lookup_reloc(off_t attr_off, off_t* target_off);
|
D | ChangeLog | 1798 (Dwarf_ranges_table::read_range_list): Call lookup_reloc. 1799 (Dwarf_ranges_table::lookup_reloc): New function. 1802 (Dwarf_ranges_table::lookup_reloc): New function. 4002 (Dwarf_info_reader::lookup_reloc): New function.
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-9899 | 3043 (md_cgen_lookup_reloc): Renamed from CGEN_SYM (lookup_reloc).
|