/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 | 57 if (asmscn->type == SHT_NOBITS && unlikely (num != 0)) in FCT() 107 if (likely (asmscn->type == SHT_NOBITS)) in FCT()
|
D | asm_newscn.c | 91 else if (type == SHT_NOBITS) in text_newscn() 174 || (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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreTargetObjectFile.cpp | 23 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/ |
D | MCSectionELF.cpp | 130 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/ |
D | MCSectionELF.cpp | 137 else if (Type == ELF::SHT_NOBITS) in PrintSwitchToSection() 197 return getType() == ELF::SHT_NOBITS; in isVirtualSection()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonTargetObjectFile.cpp | 98 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/ |
D | eblcheckreloctargettype.c | 45 case SHT_NOBITS: in ebl_check_reloc_target_type()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetObjectFile.cpp | 122 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/ |
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 | 112 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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 103 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/ |
D | mips-shf-gprel.s | 22 # CHECK-NEXT: Type: SHT_NOBITS
|
/external/elfutils/tests/ |
D | elfcopy.c | 226 && 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/ |
D | RISCVTargetObjectFile.cpp | 24 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiTargetObjectFile.cpp | 35 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiTargetObjectFile.cpp | 36 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() 501 Type = ELF::SHT_NOBITS; in ParseSectionArguments()
|
/external/elfutils/src/ |
D | elfcompress.c | 468 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()
|