/external/elfutils/libasm/ |
D | asm_adduleb128.c | 46 if (asmscn->type == SHT_NOBITS && unlikely (num != 0)) in asm_adduleb128() 82 if (likely (asmscn->type != SHT_NOBITS)) in asm_adduleb128()
|
D | asm_addsleb128.c | 46 if (asmscn->type == SHT_NOBITS && unlikely (num != 0)) in asm_addsleb128() 86 if (likely (asmscn->type != SHT_NOBITS)) in asm_addsleb128()
|
D | asm_addint8.c | 59 if (asmscn->type == SHT_NOBITS && unlikely (num != 0)) in FCT() 109 if (likely (asmscn->type == SHT_NOBITS)) in FCT()
|
D | asm_newscn.c | 93 else if (type == SHT_NOBITS) in text_newscn() 176 || (type != SHT_PROGBITS && unlikely (type != SHT_NOBITS))) in asm_newscn()
|
D | asm_addstrz.c | 48 if (unlikely (asmscn->type == SHT_NOBITS)) in asm_addstrz()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreTargetObjectFile.cpp | 24 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/ |
D | MCSectionELF.cpp | 130 else if (Type == ELF::SHT_NOBITS) in PrintSwitchToSection() 167 return getType() == ELF::SHT_NOBITS; in isVirtualSection()
|
/external/elfutils/libebl/ |
D | eblcheckreloctargettype.c | 45 case SHT_NOBITS: in ebl_check_reloc_target_type()
|
/external/elfutils/libdwelf/ |
D | dwelf_scn_gnu_compressed_size.c | 49 || shdr.sh_type == SHT_NOBITS) in dwelf_scn_gnu_compressed_size()
|
/external/elfutils/libelf/ |
D | elf32_getchdr.c | 58 || shdr->sh_type == SHT_NOBITS) in ElfW2()
|
D | elf32_offscn.c | 82 && runp->data[i].shdr.ELFW(e,LIBELFBITS)->sh_type != SHT_NOBITS) in elfw2()
|
D | elf32_checksum.c | 113 if (shdr->sh_type == SHT_NOBITS) in elfw2()
|
D | elf_compress_gnu.c | 89 if (sh_type == SHT_NULL || sh_type == SHT_NOBITS) in elf_compress_gnu()
|
D | elf32_updatenull.c | 338 (shdr->sh_type != SHT_NOBITS in __elfw2() 377 if (shdr->sh_type != SHT_NOBITS) in __elfw2()
|
/external/google-breakpad/src/common/linux/ |
D | synth_elf.cc | 126 } else if (section.type_ == SHT_NOBITS) { in AppendSection() 155 if (sections_[i].type_ != SHT_NOBITS) { in AddSegment()
|
D | synth_elf_unittest.cc | 284 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/ |
D | HexagonTargetObjectFile.cpp | 38 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
|
/external/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 91 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/ |
D | MipsTargetObjectFile.cpp | 46 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
|
/external/elfutils/src/ |
D | elfcompress.c | 470 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()
|
D | elfcmp.c | 507 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/ |
D | elfputzdata.c | 80 if (shdr->sh_type == SHT_NOBITS in main()
|
D | elfstrmerge.c | 285 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/ |
D | HexagonMCELFStreamer.cpp | 113 SectionName, ELF::SHT_NOBITS, ELF::SHF_WRITE | ELF::SHF_ALLOC); in HexagonMCEmitCommonSymbol()
|
/external/elfutils/libdw/ |
D | dwarf_begin_elf.c | 83 if (unlikely (shdr->sh_type == SHT_NOBITS)) in check_section()
|