Home
last modified time | relevance | path

Searched refs:SECTION_TYPE (Results 1 – 10 of 10) sorted by last modified time

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp662 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in PrintIndirectSymbols()
690 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in PrintIndirectSymbols()
1658 section_type = Sec.flags & MachO::SECTION_TYPE; in DumpLiteralPointerSection()
1661 section_type = Sec.flags & MachO::SECTION_TYPE; in DumpLiteralPointerSection()
1748 section_type = Sec.flags & MachO::SECTION_TYPE; in DumpLiteralPointerSection()
1751 section_type = Sec.flags & MachO::SECTION_TYPE; in DumpLiteralPointerSection()
3228 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in GuessCstringPointer()
3249 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in GuessCstringPointer()
3284 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in GuessIndirectSymbol()
3315 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in GuessIndirectSymbol()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp344 if (MachO::isVirtualSection(Sec.flags & MachO::SECTION_TYPE)) in writeSectionData()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h64 return static_cast<MachO::SectionType>(Flags & MachO::SECTION_TYPE); in getType()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1792 return Flags & MachO::SECTION_TYPE; in getSectionType()
1963 SectType = Sect.flags & MachO::SECTION_TYPE; in getSectionSize()
1968 SectType = Sect.flags & MachO::SECTION_TYPE; in getSectionSize()
2047 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionData()
2055 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionBSS()
2156 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionVirtual()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectFileInterface.cpp83 if ((SecType & MachO::SECTION_TYPE) == MachO::S_MOD_INIT_FUNC_POINTERS) { in getMachOObjectFileSymbolInfo()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp94 switch (NSec.Flags & MachO::SECTION_TYPE) { in isZeroFillSection()
431 } else if ((NSec.Flags & MachO::SECTION_TYPE) == in graphifyRegularSymbols()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h114 SECTION_TYPE = 0x000000ffu, // SECTION_TYPE enumerator
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputSection.h269 return flags & llvm::MachO::SECTION_TYPE; in sectionType()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionMachO.cpp280 if ((TAA & MachO::SECTION_TYPE) != MachO::S_SYMBOL_STUBS) in ParseSectionSpecifier()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionMachO.h52 MachO::SECTION_TYPE); in getType()