Lines Matching refs:firstGlobal
570 firstGlobal = symtabSec->sh_info; in init()
573 if (firstGlobal == 0 || firstGlobal > eSyms.size()) in init()
1134 for (size_t i = firstGlobal, end = eSyms.size(); i != end; ++i) in initializeSymbols()
1140 for (size_t i = firstGlobal, end = eSyms.size(); i != end; ++i) { in initializeSymbols()
1192 if (!firstGlobal) in initSectionsAndLocalSyms()
1194 SymbolUnion *locals = makeThreadLocalN<SymbolUnion>(firstGlobal); in initSectionsAndLocalSyms()
1195 memset(locals, 0, sizeof(SymbolUnion) * firstGlobal); in initSectionsAndLocalSyms()
1198 for (size_t i = 0, end = firstGlobal; i != end; ++i) { in initSectionsAndLocalSyms()
1236 for (size_t i = firstGlobal, end = eSyms.size(); i != end; ++i) { in postParse()
1532 size_t size = numELFSyms - firstGlobal; in parse()
1538 .slice(firstGlobal); in parse()
1891 for (size_t i = firstGlobal, end = eSyms.size(); i != end; ++i) { in parseLazy()