Searched refs:RelSize (Results 1 – 2 of 2) sorted by relevance
103 uint64_t RelSize = Is64Bit ? XCOFF::RelocationSerializationSize64 in initRelocations() local105 CurrentOffset += InitSection.NumberOfRelocations * RelSize; in initRelocations()
1857 const size_t RelSize = Relocation::getSizeForType(RType); in analyzeRelocation() local1860 BC->getUnsignedValueAtAddress(Rel.getOffset(), RelSize); in analyzeRelocation()1898 if (!BC->HasFixedLoadAddress && RelSize == 8) in analyzeRelocation()1931 truncateToSize(ExtractedValue - Addend + PCRelOffset, RelSize); in analyzeRelocation()1958 return truncateToSize(ExtractedValue, RelSize) == in analyzeRelocation()1959 truncateToSize(SymbolAddress + Addend - PCRelOffset, RelSize); in analyzeRelocation()