Home
last modified time | relevance | path

Searched refs:reloc_high (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dmips.cc3758 struct reloc_high struct
3762 reloc_high(unsigned char* _view, const Mips_relobj<size, big_endian>* _object, in reloc_high() argument
3801 static typename std::list<reloc_high<size, big_endian> > hi16_relocs;
3802 static typename std::list<reloc_high<size, big_endian> > got16_relocs;
4273 hi16_relocs.push_back(reloc_high<size, big_endian>(view, object, psymval, in relhi16()
4339 got16_relocs.push_back(reloc_high<size, big_endian>(view, object, psymval, in relgot16_local()
4392 typename std::list<reloc_high<size, big_endian> >::iterator it = in rello16()
4396 reloc_high<size, big_endian> hi16 = *it; in rello16()
4412 typename std::list<reloc_high<size, big_endian> >::iterator it2 = in rello16()
4416 reloc_high<size, big_endian> got16 = *it2; in rello16()
[all …]
DChangeLog102 * mips.cc (reloc_high): Add r_sym.
104 reloc_high constructor.