Home
last modified time | relevance | path

Searched refs:numRelocations (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DInputSection.h118 unsigned numRelocations : 31; variable
177 numRelocations); in rels()
184 numRelocations); in relas()
H A DICF.cpp315 if (a->numRelocations != b->numRelocations || a->flags != b->flags || in equalsConstant()
H A DMarkLive.cpp255 if (!eh->numRelocations) in run()
H A DInputFiles.cpp973 target->numRelocations = rels.size(); in createInputSection()
978 target->numRelocations = rels.size(); in createInputSection()
981 assert(isUInt<31>(target->numRelocations)); in createInputSection()
H A DInputSection.cpp73 numRelocations = 0; in InputSectionBase()
/freebsd-13.1/contrib/llvm-project/lld/ELF/Arch/
H A DPPC64.cpp282 if (tocSec->numRelocations == 0) in getRelaTocSymAndAddend()