Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/MachO/
DOutputSegment.cpp118 case S_ZEROFILL: in sectionOrder()
147 if (sectionType(osec->flags) == S_ZEROFILL) in sectionOrder()
DConcatOutputSection.cpp390 case S_ZEROFILL: in finalizeFlags()
DDriver.cpp587 section_names::common, S_ZEROFILL, /*addr=*/0); in replaceCommonSymbols()
/openbsd/src/gnu/llvm/llvm/lib/MC/
DMCSectionMachO.cpp176 return (getType() == MachO::S_ZEROFILL || in isVirtualSection()
DMCObjectFileInfo.cpp171 MachO::S_ZEROFILL, in initMachOMCObjectFileInfo()
174 = Ctx->getMachOSection("__DATA","__bss", MachO::S_ZEROFILL, in initMachOMCObjectFileInfo()
/openbsd/src/gnu/llvm/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp903 getContext().getMachOSection(Segment, Section, MachO::S_ZEROFILL, 0, in parseDirectiveZerofill()
962 getContext().getMachOSection(Segment, Section, MachO::S_ZEROFILL, 0, in parseDirectiveZerofill()
/openbsd/src/gnu/llvm/llvm/lib/Object/
DMachOObjectFile.cpp307 s.flags != MachO::S_ZEROFILL && in parseSegmentLoadCommand()
315 s.flags != MachO::S_ZEROFILL && in parseSegmentLoadCommand()
325 s.flags != MachO::S_ZEROFILL && in parseSegmentLoadCommand()
334 s.flags != MachO::S_ZEROFILL && in parseSegmentLoadCommand()
359 s.flags != MachO::S_ZEROFILL && in parseSegmentLoadCommand()
1963 if (SectType == MachO::S_ZEROFILL || SectType == MachO::S_GB_ZEROFILL) in getSectionSize()
2042 !(SectionType == MachO::S_ZEROFILL || in isSectionData()
2050 (SectionType == MachO::S_ZEROFILL || in isSectionBSS()
2150 return SectionType == MachO::S_ZEROFILL || in isSectionVirtual()
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DMachO.h129 S_ZEROFILL = 0x01u, enumerator
600 return (type == MachO::S_ZEROFILL || type == MachO::S_GB_ZEROFILL || in isVirtualSection()
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
DMachOLinkGraphBuilder.cpp94 case MachO::S_ZEROFILL: in isZeroFillSection()
/openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/
DMachODumper.cpp226 { "ZeroFill" , MachO::S_ZEROFILL },
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp522 return SectionType == MachO::S_ZEROFILL || in isZeroInit()
/openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/
DMachODump.cpp2038 case MachO::S_ZEROFILL: in DumpSectionContents()
2069 if (section_type == MachO::S_ZEROFILL) in DumpSectionContents()
8961 if ((flags & MachO::S_ZEROFILL) != 0 && offset + size > object_size) in PrintSection()
8987 else if (section_type == MachO::S_ZEROFILL) in PrintSection()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1546 case S_ZEROFILL: in GetSectionType()