> - P->setSymbolAndType(Body.DynsymIndex, Type, Config->Mips64EL); > + P->setSymbolAndType(In<ELFT>::SymTab->getSymbolIndex(&Body), Type, > + Config->Mips64EL); This is scary. It now does a scan over all symbol to find the index. Have you benchmarked this? Cheers, Rafael