Searched refs:S_LAZY_SYMBOL_POINTERS (Results 1 – 7 of 7) sorted by relevance
252 MachO::S_LAZY_SYMBOL_POINTERS, 4); in parseSectionDirectiveLazySymbolPointers()438 SectionType != MachO::S_LAZY_SYMBOL_POINTERS && in parseDirectiveIndirectSymbol()
479 Section.getType() != MachO::S_LAZY_SYMBOL_POINTERS && in BindIndirectSymbols()510 if (Section.getType() != MachO::S_LAZY_SYMBOL_POINTERS && in BindIndirectSymbols()
143 MachO::S_LAZY_SYMBOL_POINTERS, in InitMachOMCObjectFileInfo()
172 S_LAZY_SYMBOL_POINTERS = 0x07u, enumerator
787 case MachO::S_LAZY_SYMBOL_POINTERS: in isSectionAtomizable()
583 case MachO::S_LAZY_SYMBOL_POINTERS: in isSectionAtomizableBySymbols()
168 #define S_LAZY_SYMBOL_POINTERS 0x7 /* only lazy symbol pointers */ macro