Home | History | Annotate | Download | only in Object

Lines Matching refs:SymbolIndex

340                + SymbolIndex);
342 // The SymbolIndex is an index into the ranlib structs that start at
349 (SymbolIndex * 2) + 1);
359 if (SymbolIndex >= SymbolCount)
369 + SymbolIndex);
390 // struct indexed by t.SymbolIndex . To change t.StringIndex to the
391 // offset in the string table for t.SymbolIndex+1 we subtract the
392 // its offset from the start of the string table for t.SymbolIndex
393 // and add the offset of the string table for t.SymbolIndex+1.
405 // If t.SymbolIndex + 1 will be past the count of symbols (the RanlibCount)
408 if (t.SymbolIndex + 1 < RanlibCount) {
413 (t.SymbolIndex * 2));
415 ((t.SymbolIndex + 1) * 2));
424 ++t.SymbolIndex;