Home
last modified time | relevance | path

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

123

/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.c59 if (asmscn->type == SHT_NOBITS && unlikely (num != 0)) in FCT()
109 if (likely (asmscn->type == SHT_NOBITS)) in FCT()
Dasm_newscn.c93 else if (type == SHT_NOBITS) in text_newscn()
176 || (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/llvm/lib/MC/
DMCSectionELF.cpp130 else if (Type == ELF::SHT_NOBITS) in PrintSwitchToSection()
167 return getType() == ELF::SHT_NOBITS; in isVirtualSection()
/external/elfutils/libebl/
Deblcheckreloctargettype.c45 case SHT_NOBITS: in ebl_check_reloc_target_type()
/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.c113 if (shdr->sh_type == SHT_NOBITS) in elfw2()
Delf_compress_gnu.c89 if (sh_type == SHT_NULL || sh_type == SHT_NOBITS) in elf_compress_gnu()
Delf32_updatenull.c338 (shdr->sh_type != SHT_NOBITS in __elfw2()
377 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()
Dsynth_elf_unittest.cc284 int bss_idx = elf.AddSection(".bss", bss, SHT_NOBITS); in TYPED_TEST()
340 EXPECT_EQ(static_cast<unsigned int>(SHT_NOBITS), shdr[2].sh_type); in TYPED_TEST()
/external/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp38 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()
499 Type = ELF::SHT_NOBITS; in ParseSectionArguments()
/external/llvm/lib/Target/Mips/
DMipsTargetObjectFile.cpp46 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
/external/elfutils/src/
Delfcompress.c470 if (shdr->sh_type != SHT_NOBITS in process_file()
495 (shdr->sh_type == SHT_NOBITS ? "no bits" : "allocated")); in process_file()
517 GElf_Off off = shdr->sh_offset + (shdr->sh_type != SHT_NOBITS in process_file()
1096 if (shdr->sh_type != SHT_NOBITS) in process_file()
Delfcmp.c507 assert (shdr1->sh_type == SHT_NOBITS in main()
509 assert (shdr2->sh_type == SHT_NOBITS in main()
513 || (shdr1->sh_type != SHT_NOBITS in main()
/external/elfutils/tests/
Delfputzdata.c80 if (shdr->sh_type == SHT_NOBITS in main()
Delfstrmerge.c285 GElf_Off off = shdr->sh_offset + (shdr->sh_type != SHT_NOBITS in main()
609 if (newshdr.sh_type != SHT_NOBITS) in main()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCELFStreamer.cpp113 SectionName, ELF::SHT_NOBITS, ELF::SHF_WRITE | ELF::SHF_ALLOC); in HexagonMCEmitCommonSymbol()
/external/elfutils/libdw/
Ddwarf_begin_elf.c83 if (unlikely (shdr->sh_type == SHT_NOBITS)) in check_section()

123