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

123

/external/elfutils/libebl/
H A Deblcheckreloctargettype.c45 case SHT_NOBITS:
/external/elfutils/libasm/
H A Dasm_adduleb128.c46 if (asmscn->type == SHT_NOBITS && unlikely (num != 0))
82 if (likely (asmscn->type != SHT_NOBITS))
H A Dasm_addsleb128.c46 if (asmscn->type == SHT_NOBITS && unlikely (num != 0))
86 if (likely (asmscn->type != SHT_NOBITS))
H A Dasm_addint8.c59 if (asmscn->type == SHT_NOBITS && unlikely (num != 0))
109 if (likely (asmscn->type == SHT_NOBITS))
H A Dasm_addstrz.c48 if (unlikely (asmscn->type == SHT_NOBITS))
H A Dasm_newscn.c93 else if (type == SHT_NOBITS)
176 || (type != SHT_PROGBITS && unlikely (type != SHT_NOBITS)))
/external/elfutils/libdwelf/
H A Ddwelf_scn_gnu_compressed_size.c49 || shdr.sh_type == SHT_NOBITS)
/external/elfutils/libelf/
H A Delf32_getchdr.c58 || shdr->sh_type == SHT_NOBITS)
H A Delf32_offscn.c82 && runp->data[i].shdr.ELFW(e,LIBELFBITS)->sh_type != SHT_NOBITS)
H A Delf32_checksum.c113 if (shdr->sh_type == SHT_NOBITS)
H A Delf_compress_gnu.c89 if (sh_type == SHT_NULL || sh_type == SHT_NOBITS)
H A Delf32_updatenull.c338 (shdr->sh_type != SHT_NOBITS
377 if (shdr->sh_type != SHT_NOBITS)
/external/llvm/lib/MC/
H A DMCSectionELF.cpp130 else if (Type == ELF::SHT_NOBITS)
167 return getType() == ELF::SHT_NOBITS;
/external/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp38 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS,
/external/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp24 BSSSection = Ctx.getELFSection(".dp.bss", ELF::SHT_NOBITS,
27 BSSSectionLarge = Ctx.getELFSection(".dp.bss.large", ELF::SHT_NOBITS,
68 return ELF::SHT_NOBITS;
/external/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp46 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS,
/external/google-breakpad/src/common/linux/
H A Dsynth_elf.cc126 } else if (section.type_ == SHT_NOBITS) {
155 if (sections_[i].type_ != SHT_NOBITS) {
157 // non SHT_NOBITS sections are 4-byte aligned (see AddSection)
H A Dsynth_elf_unittest.cc284 int bss_idx = elf.AddSection(".bss", bss, SHT_NOBITS);
340 EXPECT_EQ(static_cast<unsigned int>(SHT_NOBITS), shdr[2].sh_type);
/external/elfutils/tests/
H A Delfputzdata.c80 if (shdr->sh_type == SHT_NOBITS
H A Delfstrmerge.c285 GElf_Off off = shdr->sh_offset + (shdr->sh_type != SHT_NOBITS
609 if (newshdr.sh_type != SHT_NOBITS)
H A Dupdate4.c239 shdr->sh_type = SHT_NOBITS;
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp113 SectionName, ELF::SHT_NOBITS, ELF::SHF_WRITE | ELF::SHF_ALLOC);
/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp91 return ParseSectionSwitch(".bss", ELF::SHT_NOBITS,
107 return ParseSectionSwitch(".tbss", ELF::SHT_NOBITS,
499 Type = ELF::SHT_NOBITS;
/external/elfutils/libdw/
H A Ddwarf_begin_elf.c80 /* Ignore any SHT_NOBITS sections. Debugging sections should not
83 if (unlikely (shdr->sh_type == SHT_NOBITS))
/external/elfutils/src/
H A Delfcompress.c470 if (shdr->sh_type != SHT_NOBITS
495 (shdr->sh_type == SHT_NOBITS ? "no bits" : "allocated"));
517 GElf_Off off = shdr->sh_offset + (shdr->sh_type != SHT_NOBITS
1096 if (shdr->sh_type != SHT_NOBITS)

Completed in 424 milliseconds

123