Searched refs:S_ZEROFILL (Results 1 – 7 of 7) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/lib/MC/ |
| H A D | MCSectionMachO.cpp | 159 return (getType() == MachO::S_ZEROFILL || in isVirtualSection()
|
| H A D | MCObjectFileInfo.cpp | 133 MachO::S_ZEROFILL, in InitMachOMCObjectFileInfo() 136 = Ctx->getMachOSection("__DATA","__bss", MachO::S_ZEROFILL, in InitMachOMCObjectFileInfo()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/MC/MCParser/ |
| H A D | DarwinAsmParser.cpp | 766 Segment, Section, MachO::S_ZEROFILL, in parseDirectiveZerofill() 824 Segment, Section, MachO::S_ZEROFILL, in parseDirectiveZerofill()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 290 return SectionType == MachO::S_ZEROFILL || in isZeroInit()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 575 !(SectionType == MachO::S_ZEROFILL || in isSectionData() 583 (SectionType == MachO::S_ZEROFILL || in isSectionBSS()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/ |
| H A D | MachO.h | 163 S_ZEROFILL = 0x01u, enumerator
|
| /minix3/external/bsd/llvm/dist/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 3337 if ((flags & MachO::S_ZEROFILL) != 0 && offset + size > object_size) in PrintSection() 3363 else if (section_type == MachO::S_ZEROFILL) in PrintSection()
|