Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h539 size_t getRelativeRelocCount() const { return numRelativeRelocs; } in getRelativeRelocCount()
556 size_t numRelativeRelocs = 0; // used by -z combreloc variable
H A DSyntheticSections.cpp1651 numRelativeRelocs = in partitionRels()
1692 auto nonRelative = relocs.begin() + numRelativeRelocs; in computeRels()