Searched refs:S_ZEROFILL (Results 1 – 10 of 10) sorted by relevance
/external/google-breakpad/src/common/mac/ |
D | macho_id.cc | 285 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()
|
D | macho_reader.cc | 482 if ((section.flags & SECTION_TYPE) == S_ZEROFILL) { in WalkSegmentSections()
|
D | macho_reader_unittest.cc | 1630 12, S_ZEROFILL, section2) in TEST_F() 1660 0x04d462e2 + 7, 12, S_ZEROFILL, in TEST_F()
|
/external/llvm/lib/MC/ |
D | MCSectionMachO.cpp | 161 return (getType() == MachO::S_ZEROFILL || in isVirtualSection()
|
D | MCObjectFileInfo.cpp | 159 MachO::S_ZEROFILL, in initMachOMCObjectFileInfo() 162 = Ctx->getMachOSection("__DATA","__bss", MachO::S_ZEROFILL, in initMachOMCObjectFileInfo()
|
/external/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 796 Segment, Section, MachO::S_ZEROFILL, in parseDirectiveZerofill() 854 Segment, Section, MachO::S_ZEROFILL, in parseDirectiveZerofill()
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 507 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/ |
D | RuntimeDyld.cpp | 330 return SectionType == MachO::S_ZEROFILL || in isZeroInit()
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 164 S_ZEROFILL = 0x01u, enumerator
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 1057 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()
|