Searched refs:maxStrings (Results 1 – 1 of 1) sorted by relevance
153 getSymbolLocations(ObjFile *file, uint32_t symIndex, size_t maxStrings) { in getSymbolLocations() argument169 if (locations.size() >= maxStrings) in getSymbolLocations()182 if (maxStrings == 0) in getSymbolLocations()209 getSymbolLocations(InputFile *file, uint32_t symIndex, size_t maxStrings) { in getSymbolLocations() argument211 return getSymbolLocations(o, symIndex, maxStrings); in getSymbolLocations()215 if (symbolLocations.size() > maxStrings) in getSymbolLocations()216 symbolLocations.resize(maxStrings); in getSymbolLocations()