Home
last modified time | relevance | path

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

/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()
Dmacho_reader_unittest.cc1630 12, S_ZEROFILL, section2) in TEST_F()
1660 0x04d462e2 + 7, 12, S_ZEROFILL, in TEST_F()
/external/llvm/lib/MC/
DMCSectionMachO.cpp161 return (getType() == MachO::S_ZEROFILL || in isVirtualSection()
DMCObjectFileInfo.cpp159 MachO::S_ZEROFILL, in initMachOMCObjectFileInfo()
162 = Ctx->getMachOSection("__DATA","__bss", MachO::S_ZEROFILL, in initMachOMCObjectFileInfo()
/external/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp796 Segment, Section, MachO::S_ZEROFILL, in parseDirectiveZerofill()
854 Segment, Section, MachO::S_ZEROFILL, in parseDirectiveZerofill()
/external/llvm/lib/Object/
DMachOObjectFile.cpp507 if (SectType == MachO::S_ZEROFILL || SectType == MachO::S_GB_ZEROFILL) in getSectionSize()
558 !(SectionType == MachO::S_ZEROFILL || in isSectionData()
566 (SectionType == MachO::S_ZEROFILL || in isSectionBSS()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp330 return SectionType == MachO::S_ZEROFILL || in isZeroInit()
/external/llvm/include/llvm/Support/
DMachO.h164 S_ZEROFILL = 0x01u, enumerator
/external/llvm/tools/llvm-objdump/
DMachODump.cpp1057 case MachO::S_ZEROFILL: in DumpSectionContents()
1088 if (section_type == MachO::S_ZEROFILL) in DumpSectionContents()
7425 if ((flags & MachO::S_ZEROFILL) != 0 && offset + size > object_size) in PrintSection()
7451 else if (section_type == MachO::S_ZEROFILL) in PrintSection()