/external/elfutils/libasm/ |
D | asm_adduleb128.c | 33 if (asmscn->type == SHT_NOBITS && unlikely (num != 0)) 69 if (likely (asmscn->type != SHT_NOBITS))
|
D | asm_addsleb128.c | 33 if (asmscn->type == SHT_NOBITS && unlikely (num != 0)) 73 if (likely (asmscn->type != SHT_NOBITS))
|
D | asm_addint8.c | 46 if (asmscn->type == SHT_NOBITS && unlikely (num != 0)) 93 if (likely (asmscn->type == SHT_NOBITS))
|
D | asm_newscn.c | 78 else if (type == SHT_NOBITS) in text_newscn() 164 || (type != SHT_PROGBITS && unlikely (type != SHT_NOBITS)))
|
D | asm_addstrz.c | 36 if (unlikely (asmscn->type == SHT_NOBITS))
|
/external/llvm/lib/MC/ |
D | MCSectionELF.cpp | 117 else if (Type == ELF::SHT_NOBITS) in PrintSwitchToSection() 139 return getType() == ELF::SHT_NOBITS; in isVirtualSection()
|
D | MCELFStreamer.h | 131 SetSection(".bss", ELF::SHT_NOBITS, in SetSectionBss()
|
D | MCObjectFileInfo.cpp | 204 Ctx->getELFSection(".bss", ELF::SHT_NOBITS, in InitELFMCObjectFileInfo() 231 Ctx->getELFSection(".tbss", ELF::SHT_NOBITS, in InitELFMCObjectFileInfo()
|
D | MCELFStreamer.cpp | 207 ELF::SHT_NOBITS, in EmitCommonSymbol()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreTargetObjectFile.cpp | 28 Ctx.getELFSection(".dp.bss", ELF::SHT_NOBITS, in Initialize()
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeTargetObjectFile.cpp | 32 getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
|
/external/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 78 return ParseSectionSwitch(".bss", ELF::SHT_NOBITS, in ParseSectionDirectiveBSS() 94 return ParseSectionSwitch(".tbss", ELF::SHT_NOBITS, in ParseSectionDirectiveTBSS() 371 Type = ELF::SHT_NOBITS; in ParseDirectiveSection()
|
/external/elfutils/libelf/ |
D | elf32_updatefile.c | 206 if (shdr->sh_type != SHT_NOBITS && scn->data_list_rear != NULL) in __elfw2() 267 else if (shdr->sh_type != SHT_NOBITS && scn->index != 0) in __elfw2() 514 if (shdr->sh_type != SHT_NOBITS && scn->data_list_rear != NULL in __elfw2() 583 else if (shdr->sh_type != SHT_NOBITS && scn->index != 0) in __elfw2()
|
D | elf32_updatenull.c | 286 + (shdr->sh_type != SHT_NOBITS in __elfw2() 315 if (shdr->sh_type != SHT_NOBITS) in __elfw2()
|
D | elf_getdata.c | 217 if (size != 0 && type != SHT_NOBITS) in __libelf_set_rawdata()
|
/external/llvm/lib/Target/Mips/ |
D | MipsTargetObjectFile.cpp | 36 getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
|
/external/qemu/elff/ |
D | elff_elf.h | 270 #define SHT_NOBITS 8 macro
|
/external/kernel-headers/original/linux/ |
D | elf.h | 244 #define SHT_NOBITS 8 macro
|
/external/elfutils/tests/ |
D | update4.c | 235 shdr->sh_type = SHT_NOBITS; in main()
|
/external/elfutils/src/ |
D | elflint.c | 1031 && destshdr->sh_type != SHT_NOBITS) in check_rela() 1166 && destshdr->sh_type != SHT_NOBITS) in check_rel() 1809 { ".bss", 5, SHT_NOBITS, exact, SHF_ALLOC | SHF_WRITE, 0 }, 1836 { ".tbss", 6, SHT_NOBITS, exact, SHF_ALLOC | SHF_WRITE | SHF_TLS, 0 }, 2198 if (shdr->sh_type == SHT_NOBITS) in check_sections()
|
D | size.c | 574 else if (shdr->sh_type == SHT_NOBITS) in show_bsd()
|
D | ldgeneric.c | 1221 || shdr->sh_type == SHT_NOBITS in add_relocatable_file() 2570 shdr->sh_type = SHT_NOBITS; in compute_copy_reloc_offset() 2602 shdr->sh_type = SHT_NOBITS; in compute_common_symbol_offset() 2807 if (ld_state.allsections[last_writable]->type != SHT_NOBITS) in sort_sections_lscript() 2824 ld_state.allsections[last_writable]->type = SHT_NOBITS; in sort_sections_lscript() 4410 assert (SCNINFO_SHDR (runp->shdr).sh_type == SHT_NOBITS); in ld_generic_create_outfile() 5686 if (shdr->sh_type == SHT_NOBITS) in ld_generic_create_outfile()
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 486 SHT_NOBITS = 8, // Data occupies no space in the file. enumerator
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 140 return ELF::SHT_NOBITS; in getELFSectionType()
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | readelf.c | 1463 Bool bits = !(shdr->sh_type == SHT_NOBITS); in ML_() 1916 nobits = shdr->sh_type == SHT_NOBITS; \ in ML_() 2124 nobits = shdr->sh_type == SHT_NOBITS; \ in ML_()
|