Home
last modified time | relevance | path

Searched refs:SHT_NOBITS (Results 1 - 25 of 70) sorted by relevance

123

/third_party/elfutils/libasm/
H A Dasm_addsleb128.c46 if (asmscn->type == SHT_NOBITS && unlikely (num != 0)) in asm_addsleb128()
86 if (likely (asmscn->type != SHT_NOBITS)) in asm_addsleb128()
H A Dasm_adduleb128.c46 if (asmscn->type == SHT_NOBITS && unlikely (num != 0)) in asm_adduleb128()
82 if (likely (asmscn->type != SHT_NOBITS)) in asm_adduleb128()
H A Dasm_addint8.c57 if (asmscn->type == SHT_NOBITS && unlikely (num != 0)) in SIZE()
107 if (likely (asmscn->type == SHT_NOBITS)) in SIZE()
H A Dasm_newscn.c91 else if (type == SHT_NOBITS) in text_newscn()
174 || (type != SHT_PROGBITS && unlikely (type != SHT_NOBITS))) in asm_newscn()
H A Dasm_addstrz.c48 if (unlikely (asmscn->type == SHT_NOBITS)) in asm_addstrz()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
H A 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/elfio/elfio/
H A Delfio_section.hpp136 if ( get_type() != SHT_NOBITS ) {
162 if ( get_type() != SHT_NOBITS ) {
265 SHT_NOBITS != get_type() && size < get_stream_size() ) {
302 if ( get_type() != SHT_NOBITS && get_type() != SHT_NULL &&
H A Delfio.hpp327 if ( ( ( a->get_type() & SHT_NOBITS) == 0 )
328 && ( ( b->get_type() & SHT_NOBITS) == 0 )
755 if ( SHT_NOBITS != sec->get_type() &&
878 SHT_NOBITS != sec->get_type() && SHT_NULL != sec->get_type() &&
914 ( SHT_NOBITS == sec->get_type() ) ) ) {
918 if ( SHT_NOBITS != sec->get_type() ) {
939 if ( SHT_NOBITS != sec->get_type() ) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCSectionELF.cpp137 else if (Type == ELF::SHT_NOBITS) in PrintSwitchToSection()
197 return getType() == ELF::SHT_NOBITS; in isVirtualSection()
/third_party/elfutils/libebl/
H A Deblcheckreloctargettype.c45 case SHT_NOBITS: in ebl_check_reloc_target_type()
/third_party/elfutils/libdwelf/
H A Ddwelf_scn_gnu_compressed_size.c49 || shdr.sh_type == SHT_NOBITS) in dwelf_scn_gnu_compressed_size()
/third_party/elfutils/libelf/
H A Delf32_getchdr.c58 || shdr->sh_type == SHT_NOBITS) in ElfW2()
H A Delf32_offscn.c82 && runp->data[i].shdr.ELFW(e,LIBELFBITS)->sh_type != SHT_NOBITS) in elfw2()
H A Delf_compress_gnu.c91 if (sh_type == SHT_NULL || sh_type == SHT_NOBITS) in elf_compress_gnu()
H A Delf32_checksum.c112 if (shdr->sh_type == SHT_NOBITS) in elfw2()
H A Delf_getdata.c256 if (size != 0 && type != SHT_NOBITS) in __libelf_set_rawdata_wrlock()
387 if (type != SHT_NOBITS && align > offset) in __libelf_set_rawdata_wrlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A 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/Hexagon/
H A 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/Target/RISCV/
H A DRISCVTargetObjectFile.cpp24 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
/third_party/elfutils/tests/
H A Delfcopy.c226 && last_shdr.sh_type != SHT_NOBITS in copy_elf()
227 && shdr.sh_type != SHT_NOBITS in copy_elf()
H A Delfputzdata.c82 if (shdr->sh_type == SHT_NOBITS in main()
/third_party/elfutils/src/
H A Delfcompress.c468 else if (shdr->sh_type != SHT_NOBITS in process_file()
491 (shdr->sh_type == SHT_NOBITS ? "no bits" : "allocated")); in process_file()
513 GElf_Off off = shdr->sh_offset + (shdr->sh_type != SHT_NOBITS in process_file()
1128 if (shdr->sh_type != SHT_NOBITS) in process_file()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
H A DLanaiTargetObjectFile.cpp35 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/
H A 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/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp53 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()

Completed in 13 milliseconds

123