Home | History | Annotate | Download | only in Mips

Lines Matching defs:symbols

211     // needs symbols to be grouped by hash code.
215 Module::SymbolTable& symbols = pModule.getSymbolTable();
217 std::stable_sort(symbols.dynamicBegin(), symbols.dynamicEnd(),
265 /// allocateCommonSymbols - allocate common symbols in the corresponding
279 // FIXME: If the order of common symbols is defined, then sort common symbols
304 // allocate all local common symbols
311 // symbols. Therefore, we can not treat common symbols as normal symbols
312 // when emitting the regular name pools. We must change the symbols'
324 // FIXME: how to identify small and large common symbols?
333 // allocate all global common symbols
338 // symbols. Therefore, we can not treat common symbols as normal symbols
339 // when emitting the regular name pools. We must change the symbols'
351 // FIXME: how to identify small and large common symbols?