Home | History | Annotate | Download | only in src

Lines Matching refs:globals_

858         globals_(1) {
863 int total_symbols = locals_.length() + globals_.length() + 1;
882 WriteSymbolsList(&globals_, symbols.at(locals_.length() + 1), strtab);
890 globals_.Add(symbol);
915 ZoneList<ELFSymbol> globals_;