Searched refs:ExtractedValue (Results 1 – 2 of 2) sorted by relevance
1850 uint64_t &ExtractedValue, bool &Skip) const { in analyzeRelocation() argument1873 SymbolAddress = ExtractedValue - Addend + PCRelOffset; in analyzeRelocation()1908 SymbolAddress = ExtractedValue; in analyzeRelocation()1924 SymbolAddress = ExtractedValue + PCRelOffset; in analyzeRelocation()1929 if (ExtractedValue || Addend == 0 || IsPCRelative) { in analyzeRelocation()1958 return truncateToSize(ExtractedValue, RelSize) == in analyzeRelocation()2365 uint64_t ExtractedValue; in readRelocations() local2479 ExtractedValue)); in readRelocations()2646 Addend, ExtractedValue); in readRelocations()2659 Addend, ExtractedValue); in readRelocations()[all …]
238 uint64_t &ExtractedValue, bool &Skip) const;