/third_party/elfio/elfio/ |
D | elfio_section.hpp | 128 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()
|
D | elfio.hpp | 261 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()
|
D | elfio_dump.hpp | 352 { SHT_NOBITS, "NOBITS" }, 865 if ( sec->get_type() == SHT_NOBITS ) { in section_datas()
|
D | elf_types.hpp | 474 #define SHT_NOBITS 8 macro
|
/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/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/skia/buildtools/third_party/eu-strip/ |
D | fix-elf-size.patch | 29 (shdr->sh_type != SHT_NOBITS
|
/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/elfio/tests/ |
D | ELFIOTest1.cpp | 252 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/ |
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()
|