Home
last modified time | relevance | path

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

12

/third_party/elfio/elfio/
Delfio_section.hpp128 if ( get_type() != SHT_NOBITS ) { in set_data()
152 if ( get_type() != SHT_NOBITS ) { in append_data()
202 if ( 0 == data && SHT_NULL != get_type() && SHT_NOBITS != get_type() && in load()
229 if ( get_type() != SHT_NOBITS && get_type() != SHT_NULL && in save()
Delfio.hpp261 if ( !(a->get_type() & SHT_NOBITS) in validate()
262 && !(b->get_type() & SHT_NOBITS) in validate()
662 if ( SHT_NOBITS != sec->get_type() && in layout_sections_without_segments()
752 SHT_NOBITS != sec->get_type() && in layout_segments_and_their_sections()
788 ( SHT_NOBITS == sec->get_type() ) ) ) in layout_segments_and_their_sections()
791 if ( SHT_NOBITS != sec->get_type() ) in layout_segments_and_their_sections()
809 if ( SHT_NOBITS != sec->get_type() ) in layout_segments_and_their_sections()
Delfio_dump.hpp352 { SHT_NOBITS, "NOBITS" },
865 if ( sec->get_type() == SHT_NOBITS ) { in section_datas()
Delf_types.hpp474 #define SHT_NOBITS 8 macro
/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/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/skia/buildtools/third_party/eu-strip/
Dfix-elf-size.patch29 (shdr->sh_type != SHT_NOBITS
/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/elfio/tests/
DELFIOTest1.cpp252 file1.sections[i]->get_type() == SHT_NOBITS ) { in checkObjestsAreEqual()
267 ( file2.sections[i]->get_type() != SHT_NOBITS ) ) { in checkObjestsAreEqual()
/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()

12