Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DConcatOutputSection.cpp394 case S_ZEROFILL: in finalizeFlags()
H A DDriver.cpp610 section_names::common, S_ZEROFILL, /*addr=*/0); in replaceCommonSymbols()
H A DOutputSegment.cpp118 case S_ZEROFILL: in sectionOrder()
147 if (sectionType(osec->flags) == S_ZEROFILL) in sectionOrder()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h129 S_ZEROFILL = 0x01u, enumerator
596 return (type == MachO::S_ZEROFILL || type == MachO::S_GB_ZEROFILL || in isVirtualSection()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp95 case MachO::S_ZEROFILL: in isZeroFillSection()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp522 return SectionType == MachO::S_ZEROFILL || in isZeroInit()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp180 MachO::S_ZEROFILL, in initMachOMCObjectFileInfo()
183 = Ctx->getMachOSection("__DATA","__bss", MachO::S_ZEROFILL, in initMachOMCObjectFileInfo()
H A DMCSectionMachO.cpp176 return (getType() == MachO::S_ZEROFILL || in isVirtualSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp903 getContext().getMachOSection(Segment, Section, MachO::S_ZEROFILL, 0, in parseDirectiveZerofill()
962 getContext().getMachOSection(Segment, Section, MachO::S_ZEROFILL, 0, in parseDirectiveZerofill()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h68 return (getType() == MachO::S_ZEROFILL || in isVirtualSection()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp312 s.flags != MachO::S_ZEROFILL && in parseSegmentLoadCommand()
320 s.flags != MachO::S_ZEROFILL && in parseSegmentLoadCommand()
330 s.flags != MachO::S_ZEROFILL && in parseSegmentLoadCommand()
339 s.flags != MachO::S_ZEROFILL && in parseSegmentLoadCommand()
364 s.flags != MachO::S_ZEROFILL && in parseSegmentLoadCommand()
1970 if (SectType == MachO::S_ZEROFILL || SectType == MachO::S_GB_ZEROFILL) in getSectionSize()
2049 !(SectionType == MachO::S_ZEROFILL || in isSectionData()
2057 (SectionType == MachO::S_ZEROFILL || in isSectionBSS()
2157 return SectionType == MachO::S_ZEROFILL || in isSectionVirtual()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1998 case MachO::S_ZEROFILL: in DumpSectionContents()
2029 if (section_type == MachO::S_ZEROFILL) in DumpSectionContents()
8551 if ((flags & MachO::S_ZEROFILL) != 0 && offset + size > object_size) in PrintSection()
8577 else if (section_type == MachO::S_ZEROFILL) in PrintSection()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp226 { "ZeroFill" , MachO::S_ZEROFILL },