Searched refs:S_ZEROFILL (Results 1 – 13 of 13) sorted by relevance
| /openbsd/src/gnu/llvm/lld/MachO/ |
| D | OutputSegment.cpp | 118 case S_ZEROFILL: in sectionOrder() 147 if (sectionType(osec->flags) == S_ZEROFILL) in sectionOrder()
|
| D | ConcatOutputSection.cpp | 390 case S_ZEROFILL: in finalizeFlags()
|
| D | Driver.cpp | 587 section_names::common, S_ZEROFILL, /*addr=*/0); in replaceCommonSymbols()
|
| /openbsd/src/gnu/llvm/llvm/lib/MC/ |
| D | MCSectionMachO.cpp | 176 return (getType() == MachO::S_ZEROFILL || in isVirtualSection()
|
| D | MCObjectFileInfo.cpp | 171 MachO::S_ZEROFILL, in initMachOMCObjectFileInfo() 174 = Ctx->getMachOSection("__DATA","__bss", MachO::S_ZEROFILL, in initMachOMCObjectFileInfo()
|
| /openbsd/src/gnu/llvm/llvm/lib/MC/MCParser/ |
| D | DarwinAsmParser.cpp | 903 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/ |
| D | MachOObjectFile.cpp | 307 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/ |
| D | MachO.h | 129 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/ |
| D | MachOLinkGraphBuilder.cpp | 94 case MachO::S_ZEROFILL: in isZeroFillSection()
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/ |
| D | MachODumper.cpp | 226 { "ZeroFill" , MachO::S_ZEROFILL },
|
| /openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| D | RuntimeDyld.cpp | 522 return SectionType == MachO::S_ZEROFILL || in isZeroInit()
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/ |
| D | MachODump.cpp | 2038 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/ |
| D | ObjectFileMachO.cpp | 1546 case S_ZEROFILL: in GetSectionType()
|