Lines Matching refs:ExtractedValue
1850 uint64_t &ExtractedValue, bool &Skip) const { in analyzeRelocation() argument
1865 ExtractedValue = Relocation::extractValue(RType, *Value, Rel.getOffset()); in analyzeRelocation()
1873 SymbolAddress = ExtractedValue - Addend + PCRelOffset; in analyzeRelocation()
1907 if (Section->containsAddress(ExtractedValue) && !IsPCRelative) { in analyzeRelocation()
1908 SymbolAddress = ExtractedValue; in analyzeRelocation()
1911 Addend = ExtractedValue - (SymbolAddress - PCRelOffset); in analyzeRelocation()
1924 SymbolAddress = ExtractedValue + PCRelOffset; in analyzeRelocation()
1929 if (ExtractedValue || Addend == 0 || IsPCRelative) { in analyzeRelocation()
1931 truncateToSize(ExtractedValue - Addend + PCRelOffset, RelSize); in analyzeRelocation()
1958 return truncateToSize(ExtractedValue, RelSize) == in analyzeRelocation()
2307 uint64_t ExtractedValue) { in readRelocations() argument
2315 << "; value = 0x" << Twine::utohexstr(ExtractedValue) in readRelocations()
2365 uint64_t ExtractedValue; in readRelocations() local
2369 SymbolAddress, Addend, ExtractedValue, Skip)) { in readRelocations()
2387 Rel, SymbolName, SymbolAddress, Addend, ExtractedValue)); in readRelocations()
2438 Addend, ExtractedValue); in readRelocations()
2479 ExtractedValue)); in readRelocations()
2646 Addend, ExtractedValue); in readRelocations()
2659 Addend, ExtractedValue); in readRelocations()
2662 ExtractedValue); in readRelocations()