Home
last modified time | relevance | path

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

12345

/external/elfutils/libasm/
Dasm_adduleb128.c46 if (asmscn->type == SHT_NOBITS && unlikely (num != 0)) in asm_adduleb128()
82 if (likely (asmscn->type != SHT_NOBITS)) in asm_adduleb128()
Dasm_addsleb128.c46 if (asmscn->type == SHT_NOBITS && unlikely (num != 0)) in asm_addsleb128()
86 if (likely (asmscn->type != SHT_NOBITS)) in asm_addsleb128()
Dasm_addint8.c57 if (asmscn->type == SHT_NOBITS && unlikely (num != 0)) in FCT()
107 if (likely (asmscn->type == SHT_NOBITS)) in FCT()
Dasm_newscn.c91 else if (type == SHT_NOBITS) in text_newscn()
174 || (type != SHT_PROGBITS && unlikely (type != SHT_NOBITS))) in asm_newscn()
Dasm_addstrz.c48 if (unlikely (asmscn->type == SHT_NOBITS)) in asm_addstrz()
/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp24 BSSSection = Ctx.getELFSection(".dp.bss", ELF::SHT_NOBITS, in Initialize()
27 BSSSectionLarge = Ctx.getELFSection(".dp.bss.large", ELF::SHT_NOBITS, in Initialize()
68 return ELF::SHT_NOBITS; in getXCoreSectionType()
/external/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()
/external/llvm/lib/MC/
DMCSectionELF.cpp130 else if (Type == ELF::SHT_NOBITS) in PrintSwitchToSection()
167 return getType() == ELF::SHT_NOBITS; in isVirtualSection()
/external/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()
/external/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp98 getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
339 return getContext().getELFSection(Name.str(), ELF::SHT_NOBITS, in selectSmallSectionForGlobal()
354 return getContext().getELFSection(Name.str(), ELF::SHT_NOBITS, in selectSmallSectionForGlobal()
/external/elfutils/libebl/
Deblcheckreloctargettype.c45 case SHT_NOBITS: in ebl_check_reloc_target_type()
/external/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()
/external/elfutils/libdwelf/
Ddwelf_scn_gnu_compressed_size.c49 || shdr.sh_type == SHT_NOBITS) in dwelf_scn_gnu_compressed_size()
/external/elfutils/libelf/
Delf32_getchdr.c58 || shdr->sh_type == SHT_NOBITS) in ElfW2()
Delf32_offscn.c82 && runp->data[i].shdr.ELFW(e,LIBELFBITS)->sh_type != SHT_NOBITS) in elfw2()
Delf32_checksum.c112 if (shdr->sh_type == SHT_NOBITS) in elfw2()
/external/google-breakpad/src/common/linux/
Dsynth_elf.cc126 } else if (section.type_ == SHT_NOBITS) { in AppendSection()
155 if (sections_[i].type_ != SHT_NOBITS) { in AddSegment()
/external/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()
/external/llvm/test/CodeGen/Mips/
Dmips-shf-gprel.s22 # CHECK-NEXT: Type: SHT_NOBITS
/external/elfutils/tests/
Delfcopy.c226 && last_shdr.sh_type != SHT_NOBITS in copy_elf()
227 && shdr.sh_type != SHT_NOBITS in copy_elf()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVTargetObjectFile.cpp24 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiTargetObjectFile.cpp35 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
/external/llvm/lib/Target/Lanai/
DLanaiTargetObjectFile.cpp36 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp91 return ParseSectionSwitch(".bss", ELF::SHT_NOBITS, in ParseSectionDirectiveBSS()
107 return ParseSectionSwitch(".tbss", ELF::SHT_NOBITS, in ParseSectionDirectiveTBSS()
501 Type = ELF::SHT_NOBITS; in ParseSectionArguments()
/external/elfutils/src/
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()

12345