Lines Matching refs:firstGlobal
547 firstGlobal = symtabSec->sh_info; in init()
550 if (firstGlobal == 0 || firstGlobal > eSyms.size()) in init()
1076 for (size_t i = firstGlobal, end = eSyms.size(); i != end; ++i) in initializeSymbols()
1082 for (size_t i = firstGlobal, end = eSyms.size(); i != end; ++i) { in initializeSymbols()
1134 if (!firstGlobal) in initSectionsAndLocalSyms()
1136 SymbolUnion *locals = makeThreadLocalN<SymbolUnion>(firstGlobal); in initSectionsAndLocalSyms()
1137 memset(locals, 0, sizeof(SymbolUnion) * firstGlobal); in initSectionsAndLocalSyms()
1140 for (size_t i = 0, end = firstGlobal; i != end; ++i) { in initSectionsAndLocalSyms()
1178 for (size_t i = firstGlobal, end = eSyms.size(); i != end; ++i) { in postParse()
1474 size_t size = numELFSyms - firstGlobal; in parse()
1480 .slice(firstGlobal); in parse()
1833 for (size_t i = firstGlobal, end = eSyms.size(); i != end; ++i) { in parseLazy()