Searched refs:scatterable (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | MachONormalizedFileToAtoms.cpp | 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() [all …]
|
D | ArchHandler.h | 156 uint64_t fixupAddress, bool isBig, bool scatterable,
|
D | ArchHandler_x86.cpp | 102 uint64_t fixupAddress, bool swap, bool scatterable, 353 bool scatterable, in getPairReferenceInfo() argument
|
D | ArchHandler_x86_64.cpp | 159 uint64_t fixupAddress, bool swap, bool scatterable, 478 bool scatterable, in getPairReferenceInfo() argument
|
D | ArchHandler_arm64.cpp | 151 uint64_t fixupAddress, bool isBig, bool scatterable, 475 bool swap, bool scatterable, FindAtomBySectionAndAddress atomFromAddress, in getPairReferenceInfo() argument
|
D | ArchHandler_arm.cpp | 96 uint64_t fixupAddress, bool swap, bool scatterable, 641 bool scatterable, in getPairReferenceInfo() argument 807 if (scatterable && (fromTarget != inAtom)) in getPairReferenceInfo()
|