/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreTargetObjectFile.cpp | 23 BSSSection = Ctx.getELFSection(".dp.bss", ELF::SHT_NOBITS, in Initialize() 26 BSSSectionLarge = Ctx.getELFSection(".dp.bss.large", ELF::SHT_NOBITS, in Initialize() 67 return ELF::SHT_NOBITS; in getXCoreSectionType()
|
/third_party/uboot/u-boot-2020.01/cmd/ |
D | elf.c | 106 (shdr->sh_type == SHT_NOBITS) ? "Clear" : "Load", in load_elf64_image_shdr() 112 if (shdr->sh_type == SHT_NOBITS) { in load_elf64_image_shdr() 211 (shdr->sh_type == SHT_NOBITS) ? "Clear" : "Load", in load_elf_image_shdr() 217 if (shdr->sh_type == SHT_NOBITS) { in load_elf_image_shdr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSectionELF.cpp | 137 else if (Type == ELF::SHT_NOBITS) in PrintSwitchToSection() 197 return getType() == ELF::SHT_NOBITS; in isVirtualSection()
|
D | MCObjectFileInfo.cpp | 345 BSSSection = Ctx->getELFSection(".bss", ELF::SHT_NOBITS, in initELFMCObjectFileInfo() 362 ".tbss", ELF::SHT_NOBITS, ELF::SHF_ALLOC | ELF::SHF_TLS | ELF::SHF_WRITE); in initELFMCObjectFileInfo()
|
D | MCELFStreamer.cpp | 303 ".bss", ELF::SHT_NOBITS, ELF::SHF_WRITE | ELF::SHF_ALLOC); in EmitCommonSymbol()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetObjectFile.cpp | 122 getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize() 371 return getContext().getELFSection(Name.str(), ELF::SHT_NOBITS, in selectSmallSectionForGlobal() 386 return getContext().getELFSection(Name.str(), ELF::SHT_NOBITS, in selectSmallSectionForGlobal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 103 return ParseSectionSwitch(".bss", ELF::SHT_NOBITS, in ParseSectionDirectiveBSS() 119 return ParseSectionSwitch(".tbss", ELF::SHT_NOBITS, in ParseSectionDirectiveTBSS() 590 Type = ELF::SHT_NOBITS; in ParseSectionArguments() 592 Type = ELF::SHT_NOBITS; in ParseSectionArguments() 605 Type = ELF::SHT_NOBITS; in ParseSectionArguments()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVTargetObjectFile.cpp | 24 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiTargetObjectFile.cpp | 35 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
|
/third_party/uboot/u-boot-2020.01/tools/ |
D | zynqmpbif.c | 562 (shdr->sh_type == SHT_NOBITS)) in elf2flat64() 588 if (shdr->sh_type != SHT_NOBITS) in elf2flat64() 610 (shdr->sh_type == SHT_NOBITS)) in elf2flat32() 636 if (shdr->sh_type != SHT_NOBITS) in elf2flat32()
|
/third_party/skia/buildtools/third_party/eu-strip/ |
D | fix-elf-size.patch | 29 (shdr->sh_type != SHT_NOBITS
|
/third_party/uboot/u-boot-2020.01/drivers/net/pfe_eth/ |
D | pfe_hw.c | 427 case SHT_NOBITS: in pe_load_dmem_section() 516 case SHT_NOBITS: in pe_load_ddr_section() 573 case SHT_NOBITS: in pe_load_pe_lmem_section()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsTargetObjectFile.cpp | 53 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCELFStreamer.cpp | 108 SectionName, ELF::SHT_NOBITS, ELF::SHF_WRITE | ELF::SHF_ALLOC); in HexagonMCEmitCommonSymbol()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | ELFObjectFile.h | 726 if (EShdr->sh_type == ELF::SHT_NOBITS) in getSectionContents() 763 EShdr->sh_type == ELF::SHT_NOBITS; in isSectionBSS() 797 return getSection(Sec)->sh_type == ELF::SHT_NOBITS; in isSectionVirtual() 810 return !isBerkeleyText(Sec) && EShdr->sh_type != ELF::SHT_NOBITS && in isBerkeleyData()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceELFSection.cpp | 63 if (Header.sh_type != llvm::ELF::SHT_NOBITS) in padToAlignment()
|
D | IceELFObjectWriter.cpp | 381 Section = createSection<ELFDataSection>(SectionName, SHT_NOBITS, ShFlags, in writeDataOfType()
|
/third_party/libunwind/include/win/ |
D | freebsd-elf_common.h | 200 #define SHT_NOBITS 8 /* no space section */ macro
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf_common.h | 200 #define SHT_NOBITS 8 /* no space section */ macro
|
/third_party/uboot/u-boot-2020.01/include/ |
D | elf.h | 279 #define SHT_NOBITS 8 /* no space section */ macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | ELF.cpp | 239 STRINGIFY_ENUM_CASE(ELF, SHT_NOBITS); in getELFSectionTypeName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 674 SHT_NOBITS = 8, // Data occupies no space in the file. enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 824 SHT_NOBITS = 8, // Data occupies no space in the file. enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 452 ECase(SHT_NOBITS); in enumeration() 1219 case ELF::SHT_NOBITS: in mapping()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 502 return ELFSectionRef(Section).getType() == ELF::SHT_NOBITS; in isZeroInit()
|