• Home
  • Raw
  • Download

Lines Matching refs:MachO

202                               MachO::S_CSTRING_LITERALS);  in parseSectionDirectiveCString()
206 MachO::S_4BYTE_LITERALS, 4); in parseSectionDirectiveLiteral4()
210 MachO::S_8BYTE_LITERALS, 8); in parseSectionDirectiveLiteral8()
214 MachO::S_16BYTE_LITERALS, 16); in parseSectionDirectiveLiteral16()
230 MachO::S_SYMBOL_STUBS | in parseSectionDirectiveSymbolStub()
231 MachO::S_ATTR_PURE_INSTRUCTIONS, in parseSectionDirectiveSymbolStub()
237 MachO::S_SYMBOL_STUBS | in parseSectionDirectivePICSymbolStub()
238 MachO::S_ATTR_PURE_INSTRUCTIONS, 0, 26); in parseSectionDirectivePICSymbolStub()
248 MachO::S_NON_LAZY_SYMBOL_POINTERS, 4); in parseSectionDirectiveNonLazySymbolPointers()
252 MachO::S_LAZY_SYMBOL_POINTERS, 4); in parseSectionDirectiveLazySymbolPointers()
259 MachO::S_MOD_INIT_FUNC_POINTERS, 4); in parseSectionDirectiveModInitFunc()
263 MachO::S_MOD_TERM_FUNC_POINTERS, 4); in parseSectionDirectiveModTermFunc()
270 MachO::S_ATTR_NO_DEAD_STRIP); in parseSectionDirectiveObjCClass()
274 MachO::S_ATTR_NO_DEAD_STRIP); in parseSectionDirectiveObjCMetaClass()
278 MachO::S_ATTR_NO_DEAD_STRIP); in parseSectionDirectiveObjCCatClsMeth()
282 MachO::S_ATTR_NO_DEAD_STRIP); in parseSectionDirectiveObjCCatInstMeth()
286 MachO::S_ATTR_NO_DEAD_STRIP); in parseSectionDirectiveObjCProtocol()
290 MachO::S_ATTR_NO_DEAD_STRIP); in parseSectionDirectiveObjCStringObject()
294 MachO::S_ATTR_NO_DEAD_STRIP); in parseSectionDirectiveObjCClsMeth()
298 MachO::S_ATTR_NO_DEAD_STRIP); in parseSectionDirectiveObjCInstMeth()
302 MachO::S_ATTR_NO_DEAD_STRIP | in parseSectionDirectiveObjCClsRefs()
303 MachO::S_LITERAL_POINTERS, 4); in parseSectionDirectiveObjCClsRefs()
307 MachO::S_ATTR_NO_DEAD_STRIP | in parseSectionDirectiveObjCMessageRefs()
308 MachO::S_LITERAL_POINTERS, 4); in parseSectionDirectiveObjCMessageRefs()
312 MachO::S_ATTR_NO_DEAD_STRIP); in parseSectionDirectiveObjCSymbols()
316 MachO::S_ATTR_NO_DEAD_STRIP); in parseSectionDirectiveObjCCategory()
320 MachO::S_ATTR_NO_DEAD_STRIP); in parseSectionDirectiveObjCClassVars()
324 MachO::S_ATTR_NO_DEAD_STRIP); in parseSectionDirectiveObjCInstanceVars()
328 MachO::S_ATTR_NO_DEAD_STRIP); in parseSectionDirectiveObjCModuleInfo()
332 MachO::S_CSTRING_LITERALS); in parseSectionDirectiveObjCClassNames()
336 MachO::S_CSTRING_LITERALS); in parseSectionDirectiveObjCMethVarTypes()
340 MachO::S_CSTRING_LITERALS); in parseSectionDirectiveObjCMethVarNames()
344 MachO::S_CSTRING_LITERALS); in parseSectionDirectiveObjCSelectorStrs()
348 MachO::S_THREAD_LOCAL_REGULAR); in parseSectionDirectiveTData()
352 MachO::S_ATTR_PURE_INSTRUCTIONS); in parseSectionDirectiveText()
356 MachO::S_THREAD_LOCAL_VARIABLES); in parseSectionDirectiveTLV()
365 MachO::S_THREAD_LOCAL_INIT_FUNCTION_POINTERS); in parseSectionDirectiveThreadInitFunc()
382 bool isText = TAA & MachO::S_ATTR_PURE_INSTRUCTIONS; in parseSectionSwitch()
436 MachO::SectionType SectionType = Current->getType(); in parseDirectiveIndirectSymbol()
437 if (SectionType != MachO::S_NON_LAZY_SYMBOL_POINTERS && in parseDirectiveIndirectSymbol()
438 SectionType != MachO::S_LAZY_SYMBOL_POINTERS && in parseDirectiveIndirectSymbol()
439 SectionType != MachO::S_SYMBOL_STUBS) in parseDirectiveIndirectSymbol()
737 MachO::S_THREAD_LOCAL_ZEROFILL, in parseDirectiveTBSS()
766 Segment, Section, MachO::S_ZEROFILL, in parseDirectiveZerofill()
824 Segment, Section, MachO::S_ZEROFILL, in parseDirectiveZerofill()