Home
last modified time | relevance | path

Searched refs:SECTION_TYPE (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCSectionMachO.h45 SECTION_TYPE = 0x000000FFU, enumerator
150 unsigned getType() const { return TypeAndAttributes & SECTION_TYPE; } in getType()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCSectionMachO.cpp104 unsigned SectionType = TAA & MCSectionMachO::SECTION_TYPE; in PrintSwitchToSection()
290 if ((TAA & MCSectionMachO::SECTION_TYPE) != MCSectionMachO::S_SYMBOL_STUBS) in ParseSectionSpecifier()
/external/llvm/include/llvm/MC/
DMCSectionMachO.h60 MachO::SECTION_TYPE); in getType()
/external/google-breakpad/src/common/mac/
Dmacho_id.cc285 if ((sec.flags & SECTION_TYPE) != S_ZEROFILL && sec.offset != 0) in WalkerCB()
318 if ((sec64.flags & SECTION_TYPE) != S_ZEROFILL && sec64.offset != 0) in WalkerCB()
Dmacho_reader.cc482 if ((section.flags & SECTION_TYPE) == S_ZEROFILL) { in WalkSegmentSections()
/external/llvm/lib/MC/
DMCSectionMachO.cpp263 if ((TAA & MachO::SECTION_TYPE) != MachO::S_SYMBOL_STUBS) in ParseSectionSpecifier()
/external/llvm/lib/Object/
DMachOObjectFile.cpp463 return Flags & MachO::SECTION_TYPE; in getSectionType()
626 SectType = Sect.flags & MachO::SECTION_TYPE; in getSectionSize()
631 SectType = Sect.flags & MachO::SECTION_TYPE; in getSectionSize()
686 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionData()
694 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionBSS()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp408 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in PrintIndirectSymbols()
436 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in PrintIndirectSymbols()
811 section_type = Sec.flags & MachO::SECTION_TYPE; in DumpLiteralPointerSection()
814 section_type = Sec.flags & MachO::SECTION_TYPE; in DumpLiteralPointerSection()
905 section_type = Sec.flags & MachO::SECTION_TYPE; in DumpLiteralPointerSection()
908 section_type = Sec.flags & MachO::SECTION_TYPE; in DumpLiteralPointerSection()
1093 uint32_t section_type = section_flags & MachO::SECTION_TYPE; in DumpSectionContents()
2238 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in GuessCstringPointer()
2259 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in GuessCstringPointer()
2294 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in GuessIndirectSymbol()
[all …]
/external/llvm/include/llvm/Support/
DMachO.h107 SECTION_TYPE = 0x000000ffu, // SECTION_TYPE enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h107 SECTION_TYPE = 0x000000ffu, // SECTION_TYPE enumerator