Lines Matching refs:scatterable
243 uint64_t nextSymbolAddr, bool scatterable, bool copyRefs) { in atomFromSymbol() argument
248 bool noDeadStrip = (symbolDescFlags & N_NO_DEAD_STRIP) || !scatterable; in atomFromSymbol()
279 MachOFile &file, bool scatterable, in processSymboledSection() argument
335 scatterable, copyRefs); in processSymboledSection()
341 scatterable, copyRefs); in processSymboledSection()
354 scatterable, copyRefs); in processSymboledSection()
363 scatterable, copyRefs); in processSymboledSection()
367 if (!scatterable) { in processSymboledSection()
386 MachOFile &file, bool scatterable, in processSection() argument
411 scatterable, copyRefs); in processSection()
525 bool scatterable, in convertRelocs() argument
625 reloc, reloc2, inAtom, offsetInAtom, fixupAddress, isBig, scatterable, in convertRelocs()
1437 bool scatterable = ((normalizedFile.flags & MH_SUBSECTIONS_VIA_SYMBOLS) != 0); in normalizedObjectToAtoms() local
1460 normalizedFile, *file, scatterable, copyRefs)) in normalizedObjectToAtoms()
1481 if (llvm::Error ec = convertRelocs(sect, normalizedFile, scatterable, in normalizedObjectToAtoms()