Searched refs:S_SYMBOL_STUBS (Results 1 – 12 of 12) sorted by relevance
235 if (TAA == MachO::S_SYMBOL_STUBS) in ParseSectionSpecifier()263 if (TAA == MachO::S_SYMBOL_STUBS) in ParseSectionSpecifier()271 if ((TAA & MachO::SECTION_TYPE) != MachO::S_SYMBOL_STUBS) in ParseSectionSpecifier()
494 Section.getType() != MachO::S_SYMBOL_STUBS) { in bindIndirectSymbols()524 Section.getType() != MachO::S_SYMBOL_STUBS) in bindIndirectSymbols()
271 MachO::S_SYMBOL_STUBS | in parseSectionDirectiveSymbolStub()279 MachO::S_SYMBOL_STUBS | in parseSectionDirectivePICSymbolStub()559 SectionType != MachO::S_SYMBOL_STUBS) in parseDirectiveIndirectSymbol()
66 case S_SYMBOL_STUBS: in isHashableForICF()
357 case S_SYMBOL_STUBS: in finalizeFlags()
554 flags = S_SYMBOL_STUBS | S_ATTR_SOME_INSTRUCTIONS | S_ATTR_PURE_INSTRUCTIONS; in StubsSection()
275 ENTRY("__TEXT", "__stubs", S_SYMBOL_STUBS, typeStub),1205 case llvm::MachO::S_SYMBOL_STUBS: in addIndirectSymbols()
191 llvm::MachO::S_SYMBOL_STUBS); in enumeration()
616 if (sect.type != S_SYMBOL_STUBS) in indirectSymbolElementSize()
674 section_type == MachO::S_SYMBOL_STUBS) { in PrintIndirectSymbols()676 if (section_type == MachO::S_SYMBOL_STUBS) in PrintIndirectSymbols()702 section_type == MachO::S_SYMBOL_STUBS) { in PrintIndirectSymbols()704 if (section_type == MachO::S_SYMBOL_STUBS) in PrintIndirectSymbols()3070 section_type == MachO::S_SYMBOL_STUBS) && in GuessIndirectSymbol()3074 if (section_type == MachO::S_SYMBOL_STUBS) in GuessIndirectSymbol()3101 section_type == MachO::S_SYMBOL_STUBS) && in GuessIndirectSymbol()3105 if (section_type == MachO::S_SYMBOL_STUBS) in GuessIndirectSymbol()8710 else if (section_type == MachO::S_SYMBOL_STUBS) in PrintSection()8764 if (section_type == MachO::S_SYMBOL_STUBS || in PrintSection()[all …]
220 { "SymbolStubs" , MachO::S_SYMBOL_STUBS },
142 S_SYMBOL_STUBS = 0x08u, enumerator