Lines Matching refs:INVALID_INDEX
180 assert(outputSymbolIndex != INVALID_INDEX); in getOutputSymbolIndex()
187 assert(outputSymbolIndex == INVALID_INDEX); in setOutputSymbolIndex()
193 assert(gotIndex == INVALID_INDEX); in setGOTIndex()
248 if (functionIndex != INVALID_INDEX) in getFunctionIndex()
256 assert(functionIndex == INVALID_INDEX); in setFunctionIndex()
263 return functionIndex != INVALID_INDEX; in hasFunctionIndex()
269 assert(tableIndex != INVALID_INDEX); in getTableIndex()
276 return tableIndex != INVALID_INDEX; in hasTableIndex()
288 assert(tableIndex == INVALID_INDEX); in setTableIndex()
333 assert(globalIndex != INVALID_INDEX); in getGlobalIndex()
339 assert(globalIndex == INVALID_INDEX); in setGlobalIndex()
346 return globalIndex != INVALID_INDEX; in hasGlobalIndex()
358 assert(tagIndex != INVALID_INDEX); in getTagIndex()
364 assert(tagIndex == INVALID_INDEX); in setTagIndex()
371 return tagIndex != INVALID_INDEX; in hasTagIndex()
391 assert(tableNumber != INVALID_INDEX); in getTableNumber()
399 assert(tableNumber == INVALID_INDEX); in setTableNumber()
406 return tableNumber != INVALID_INDEX; in hasTableNumber()