Home
last modified time | relevance | path

Searched refs:SHT_NOBITS (Results 1 – 25 of 31) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp23 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/
Delf.c106 (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/
DMCSectionELF.cpp137 else if (Type == ELF::SHT_NOBITS) in PrintSwitchToSection()
197 return getType() == ELF::SHT_NOBITS; in isVirtualSection()
DMCObjectFileInfo.cpp345 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()
DMCELFStreamer.cpp303 ".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/
DHexagonTargetObjectFile.cpp122 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/
DELFAsmParser.cpp103 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/
DRISCVTargetObjectFile.cpp24 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/
DLanaiTargetObjectFile.cpp35 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
/third_party/uboot/u-boot-2020.01/tools/
Dzynqmpbif.c562 (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/
Dfix-elf-size.patch29 (shdr->sh_type != SHT_NOBITS
/third_party/uboot/u-boot-2020.01/drivers/net/pfe_eth/
Dpfe_hw.c427 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/
DMipsTargetObjectFile.cpp53 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/
DHexagonMCELFStreamer.cpp108 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/
DELFObjectFile.h726 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/
DIceELFSection.cpp63 if (Header.sh_type != llvm::ELF::SHT_NOBITS) in padToAlignment()
DIceELFObjectWriter.cpp381 Section = createSection<ELFDataSection>(SectionName, SHT_NOBITS, ShFlags, in writeDataOfType()
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h200 #define SHT_NOBITS 8 /* no space section */ macro
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h200 #define SHT_NOBITS 8 /* no space section */ macro
/third_party/uboot/u-boot-2020.01/include/
Delf.h279 #define SHT_NOBITS 8 /* no space section */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELF.cpp239 STRINGIFY_ENUM_CASE(ELF, SHT_NOBITS); in getELFSectionTypeName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h674 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/
DELF.h824 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/
DELFYAML.cpp452 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/
DRuntimeDyld.cpp502 return ELFSectionRef(Section).getType() == ELF::SHT_NOBITS; in isZeroInit()

12