Home
last modified time | relevance | path

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

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