Searched refs:RanlibCount (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Object/
H A DArchive.cpp570 uint32_t RanlibCount = 0; local
571 RanlibCount = read32le(Buf) / 8;
572 // If t.SymbolIndex + 1 will be past the count of symbols (the RanlibCount)
574 // past RanlibCount.
575 if (t.SymbolIndex + 1 < RanlibCount) {

Completed in 85 milliseconds