Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lld/MachO/
HDOutputSegment.cpp118 case S_ZEROFILL: in sectionOrder()
147 if (sectionType(osec->flags) == S_ZEROFILL) in sectionOrder()
HDConcatOutputSection.cpp390 case S_ZEROFILL: in finalizeFlags()
HDDriver.cpp643 section_names::common, S_ZEROFILL, /*addr=*/0); in replaceCommonSymbols()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
HDMachOObject.h68 return (getType() == MachO::S_ZEROFILL || in isVirtualSection()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDDarwinAsmParser.cpp903 getContext().getMachOSection(Segment, Section, MachO::S_ZEROFILL, 0, in parseDirectiveZerofill()
962 getContext().getMachOSection(Segment, Section, MachO::S_ZEROFILL, 0, in parseDirectiveZerofill()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/
HDMCObjectFileInfo.cpp180 MachO::S_ZEROFILL, in initMachOMCObjectFileInfo()
183 = Ctx->getMachOSection("__DATA","__bss", MachO::S_ZEROFILL, in initMachOMCObjectFileInfo()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Object/
HDMachOObjectFile.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-14-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDMachO.h129 S_ZEROFILL = 0x01u, enumerator
596 return (type == MachO::S_ZEROFILL || type == MachO::S_GB_ZEROFILL || in isVirtualSection()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDMachOLinkGraphBuilder.cpp95 case MachO::S_ZEROFILL: in isZeroFillSection()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDMachODumper.cpp226 { "ZeroFill" , MachO::S_ZEROFILL },
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyld.cpp522 return SectionType == MachO::S_ZEROFILL || in isZeroInit()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDMachODump.cpp1998 case MachO::S_ZEROFILL: in DumpSectionContents()
2029 if (section_type == MachO::S_ZEROFILL) in DumpSectionContents()
8663 if ((flags & MachO::S_ZEROFILL) != 0 && offset + size > object_size) in PrintSection()
8689 else if (section_type == MachO::S_ZEROFILL) in PrintSection()