Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h545 size_t getRelativeRelocCount() const { return numRelativeRelocs; } in getRelativeRelocCount() function
H A DSyntheticSections.cpp1421 size_t numRelativeRels = part.relaDyn->getRelativeRelocCount(); in finalizeContents()