Home
last modified time | relevance | path

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

/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.cpp343 return Flags & MachO::SECTION_TYPE; in getSectionType()
500 SectType = Sect.flags & MachO::SECTION_TYPE; in getSectionSize()
505 SectType = Sect.flags & MachO::SECTION_TYPE; in getSectionSize()
556 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionData()
564 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionBSS()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp367 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in PrintIndirectSymbols()
395 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in PrintIndirectSymbols()
757 section_type = Sec.flags & MachO::SECTION_TYPE; in DumpLiteralPointerSection()
760 section_type = Sec.flags & MachO::SECTION_TYPE; in DumpLiteralPointerSection()
846 section_type = Sec.flags & MachO::SECTION_TYPE; in DumpLiteralPointerSection()
849 section_type = Sec.flags & MachO::SECTION_TYPE; in DumpLiteralPointerSection()
1028 uint32_t section_type = section_flags & MachO::SECTION_TYPE; in DumpSectionContents()
2094 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in GuessCstringPointer()
2115 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in GuessCstringPointer()
2150 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in GuessIndirectSymbol()
[all …]
/external/llvm/include/llvm/Support/
DMachO.h149 SECTION_TYPE = 0x000000ffu, // SECTION_TYPE enumerator