Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/MC/
HDMCSectionMachO.cpp161 return (getType() == MachO::S_ZEROFILL || in isVirtualSection()
HDMCObjectFileInfo.cpp133 MachO::S_ZEROFILL, in initMachOMCObjectFileInfo()
136 = Ctx->getMachOSection("__DATA","__bss", MachO::S_ZEROFILL, in initMachOMCObjectFileInfo()
/NextBSD/contrib/llvm/lib/MC/MCParser/
HDDarwinAsmParser.cpp766 Segment, Section, MachO::S_ZEROFILL, in parseDirectiveZerofill()
824 Segment, Section, MachO::S_ZEROFILL, in parseDirectiveZerofill()
/NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyld.cpp304 return SectionType == MachO::S_ZEROFILL || in isZeroInit()
/NextBSD/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp536 !(SectionType == MachO::S_ZEROFILL || in isSectionData()
544 (SectionType == MachO::S_ZEROFILL || in isSectionBSS()
/NextBSD/contrib/llvm/include/llvm/Support/
HDMachO.h163 S_ZEROFILL = 0x01u, enumerator
/NextBSD/contrib/llvm/tools/llvm-objdump/
HDMachODump.cpp1067 case MachO::S_ZEROFILL: in DumpSectionContents()
1098 if (section_type == MachO::S_ZEROFILL) in DumpSectionContents()
7219 if ((flags & MachO::S_ZEROFILL) != 0 && offset + size > object_size) in PrintSection()
7245 else if (section_type == MachO::S_ZEROFILL) in PrintSection()