Lines Matching refs:lastSym
344 const lld::mach_o::normalized::Symbol *lastSym = nullptr; in processSymboledSection() local
346 if (lastSym != nullptr) { in processSymboledSection()
349 if ((lastSym->value != sym->value) in processSymboledSection()
350 || lastSym->value != section.address in processSymboledSection()
351 || !lastSym->name.startswith("ltmp")) { in processSymboledSection()
352 atomFromSymbol(atomType, section, file, lastSym->value, lastSym->name, in processSymboledSection()
353 lastSym->desc, atomScope(lastSym->scope), sym->value, in processSymboledSection()
357 lastSym = sym; in processSymboledSection()
359 if (lastSym != nullptr) { in processSymboledSection()
360 atomFromSymbol(atomType, section, file, lastSym->value, lastSym->name, in processSymboledSection()
361 lastSym->desc, atomScope(lastSym->scope), in processSymboledSection()