Home
last modified time | relevance | path

Searched refs:getRelativeRelocCount (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() function
H A DSyntheticSections.cpp1395 size_t numRelativeRels = part.relaDyn->getRelativeRelocCount(); in computeContents()