Home
last modified time | relevance | path

Searched refs:numRelativeRelocs (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lld/ELF/
H A DSyntheticSections.h537 size_t getRelativeRelocCount() const { return numRelativeRelocs; } in getRelativeRelocCount()
554 size_t numRelativeRelocs = 0; // used by -z combreloc variable
H A DSyntheticSections.cpp1624 numRelativeRelocs = in partitionRels()
1665 auto nonRelative = relocs.begin() + numRelativeRelocs; in computeRels()