Searched refs:numLocal (Results 1 – 1 of 1) sorted by relevance
556 uint32_t numLocal = normalizedFile.localSymbols.size(); in convertRelocs() local560 if (symbolIndex < numStabs+numLocal) { in convertRelocs()562 } else if (symbolIndex < numStabs+numLocal+numGlobal) { in convertRelocs()563 sym = &normalizedFile.globalSymbols[symbolIndex-numStabs-numLocal]; in convertRelocs()564 } else if (symbolIndex < numStabs+numLocal+numGlobal+numUndef) { in convertRelocs()565 sym = &normalizedFile.undefinedSymbols[symbolIndex-numStabs-numLocal- in convertRelocs()