Lines Matching refs:Rel
563 const coff_relocation *COFFObjectFile::toRel(DataRefImpl Rel) const { in toRel()
564 return reinterpret_cast<const coff_relocation*>(Rel.p); in toRel()
566 error_code COFFObjectFile::getRelocationNext(DataRefImpl Rel, in getRelocationNext() argument
568 Rel.p = reinterpret_cast<uintptr_t>( in getRelocationNext()
569 reinterpret_cast<const coff_relocation*>(Rel.p) + 1); in getRelocationNext()
570 Res = RelocationRef(Rel, this); in getRelocationNext()
573 error_code COFFObjectFile::getRelocationAddress(DataRefImpl Rel, in getRelocationAddress() argument
575 Res = toRel(Rel)->VirtualAddress; in getRelocationAddress()
578 error_code COFFObjectFile::getRelocationSymbol(DataRefImpl Rel, in getRelocationSymbol() argument
580 const coff_relocation* R = toRel(Rel); in getRelocationSymbol()
586 error_code COFFObjectFile::getRelocationType(DataRefImpl Rel, in getRelocationType() argument
588 const coff_relocation* R = toRel(Rel); in getRelocationType()
596 error_code COFFObjectFile::getRelocationTypeName(DataRefImpl Rel, in getRelocationTypeName() argument
598 const coff_relocation *reloc = toRel(Rel); in getRelocationTypeName()
650 error_code COFFObjectFile::getRelocationAdditionalInfo(DataRefImpl Rel, in getRelocationAdditionalInfo() argument
655 error_code COFFObjectFile::getRelocationValueString(DataRefImpl Rel, in getRelocationValueString() argument
657 const coff_relocation *reloc = toRel(Rel); in getRelocationValueString()