Searched refs:LabelIndex (Results 1 – 1 of 1) sorted by relevance
897 uint64_t LabelIndex = FixedValue >> OffsetLabelIntervalBits; in recordRelocation() local898 if (LabelIndex > 0) { in recordRelocation()899 if (LabelIndex <= Section->OffsetSymbols.size()) in recordRelocation()900 Reloc.Symb = Section->OffsetSymbols[LabelIndex - 1]; in recordRelocation()