Searched refs:numRefs (Results 1 – 5 of 5) sorted by relevance
96 numRefs += copy->numRefs; in foldIdentical()97 copy->numRefs = 0; in foldIdentical()
112 bool isCoalescedWeak() const { return wasCoalesced && numRefs == 0; } in isCoalescedWeak()140 uint32_t numRefs = 0; variable
124 concatIsec->numRefs++; in Defined()
691 nextIsec->numRefs = 0; in parseSymbols()
240 size_t numDisplayedRefs = 0, numRefs = 0; in reportUndefinedSymbol() local247 numRefs += totalLocations; in reportUndefinedSymbol()253 if (numDisplayedRefs < numRefs) in reportUndefinedSymbol()254 os << "\n>>> referenced " << numRefs - numDisplayedRefs << " more times"; in reportUndefinedSymbol()