/external/elfutils/libasm/ |
D | asm_adduleb128.c | 45 if (asmscn->type == SHT_NOBITS && unlikely (num != 0)) 81 if (likely (asmscn->type != SHT_NOBITS))
|
D | asm_addsleb128.c | 45 if (asmscn->type == SHT_NOBITS && unlikely (num != 0)) 85 if (likely (asmscn->type != SHT_NOBITS))
|
D | asm_addint8.c | 58 if (asmscn->type == SHT_NOBITS && unlikely (num != 0)) 108 if (likely (asmscn->type == SHT_NOBITS))
|
D | asm_newscn.c | 90 else if (type == SHT_NOBITS) in text_newscn() 177 || (type != SHT_PROGBITS && unlikely (type != SHT_NOBITS)))
|
D | asm_addstrz.c | 48 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.cpp | 59 ELF::SHT_NOBITS, in SetSectionBss() 240 ELF::SHT_NOBITS, in EmitCommonSymbol()
|
D | MCObjectFileInfo.cpp | 306 Ctx->getELFSection(".bss", ELF::SHT_NOBITS, in InitELFMCObjectFileInfo() 333 Ctx->getELFSection(".tbss", ELF::SHT_NOBITS, in InitELFMCObjectFileInfo()
|
/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/Target/Hexagon/ |
D | HexagonTargetObjectFile.cpp | 40 getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
|
/external/elfutils/libelf/ |
D | elf32_checksum.c | 140 if (shdr->sh_type == SHT_NOBITS)
|
D | elf32_updatenull.c | 339 + (shdr->sh_type != SHT_NOBITS in __elfw2() 378 if (shdr->sh_type != SHT_NOBITS) in __elfw2()
|
D | elf32_updatefile.c | 293 if (shdr->sh_type != SHT_NOBITS && scn->data_list_rear != NULL) in __elfw2() 365 else if (shdr->sh_type != SHT_NOBITS && scn->index != 0) in __elfw2() 625 if (shdr->sh_type != SHT_NOBITS && scn->data_list_rear != NULL in __elfw2() 698 else if (shdr->sh_type != SHT_NOBITS && scn->index != 0) in __elfw2()
|
D | elf_getdata.c | 231 if (size != 0 && type != SHT_NOBITS) in __libelf_set_rawdata_wrlock()
|
/external/qemu/elff/ |
D | elff_elf.h | 270 #define SHT_NOBITS 8 macro
|
/external/llvm/lib/Target/Mips/ |
D | MipsTargetObjectFile.cpp | 37 getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
|
/external/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 94 return ParseSectionSwitch(".bss", ELF::SHT_NOBITS, in ParseSectionDirectiveBSS() 110 return ParseSectionSwitch(".tbss", ELF::SHT_NOBITS, in ParseSectionDirectiveTBSS() 433 Type = ELF::SHT_NOBITS; in ParseDirectiveSection()
|
/external/elfutils/src/ |
D | elfcmp.c | 356 assert (shdr1->sh_type == SHT_NOBITS in main() 358 assert (shdr2->sh_type == SHT_NOBITS in main() 362 || (shdr1->sh_type != SHT_NOBITS in main()
|
D | unstrip.c | 537 if (shdr->sh_type != SHT_NOBITS && shdr->sh_link == new_sh_link) in adjust_all_relocs() 1116 && undo_sec->shdr.sh_type == SHT_NOBITS) in find_alloc_sections_prelink() 1125 && undo_sec->shdr.sh_type == SHT_NOBITS)) in find_alloc_sections_prelink() 1358 if (shdr->sh_type != SHT_NOBITS) in copy_elided_sections() 1518 + (shdr_mem.sh_type == SHT_NOBITS in copy_elided_sections() 1787 if (shdr->sh_type != SHT_NOBITS) in copy_elided_sections()
|
D | elflint.c | 1165 && (*destshdrp)->sh_type != SHT_NOBITS) in check_reloc_shdr() 2608 return shdr != NULL && shdr->sh_type == SHT_NOBITS; in in_nobits_scn() 3315 { ".bss", 5, SHT_NOBITS, exact, SHF_ALLOC | SHF_WRITE, 0 }, 3343 { ".tbss", 6, SHT_NOBITS, exact, SHF_ALLOC | SHF_WRITE | SHF_TLS, 0 }, 3446 good_type = SHT_NOBITS; in check_sections() 3451 && (shdr->sh_type != SHT_NOBITS in check_sections() 3644 case SHT_NOBITS: in check_sections() 3679 && shdr->sh_type == SHT_NOBITS))) in check_sections() 3688 if (shdr->sh_type == SHT_NOBITS) in check_sections() 3706 if (shdr->sh_type != SHT_NOBITS) in check_sections()
|
D | ldgeneric.c | 1365 || shdr->sh_type == SHT_NOBITS in add_relocatable_file() 2783 shdr->sh_type = SHT_NOBITS; in compute_copy_reloc_offset() 2815 shdr->sh_type = SHT_NOBITS; in compute_common_symbol_offset() 3025 if (ld_state.allsections[last_writable]->type != SHT_NOBITS) in sort_sections_lscript() 3042 ld_state.allsections[last_writable]->type = SHT_NOBITS; in sort_sections_lscript() 4174 if (shdr->sh_type == SHT_NOBITS) in compute_hash_sum() 5097 assert (SCNINFO_SHDR (runp->shdr).sh_type == SHT_NOBITS); in ld_generic_create_outfile() 6353 if (shdr->sh_type != SHT_NOBITS) in ld_generic_create_outfile() 6382 if (shdr->sh_type != SHT_NOBITS in ld_generic_create_outfile() 6390 if (shdr->sh_type == SHT_NOBITS) in ld_generic_create_outfile()
|
D | size.c | 567 else if (shdr->sh_type == SHT_NOBITS) in show_bsd()
|
/external/elfutils/libdw/ |
D | dwarf_begin_elf.c | 103 if (unlikely (shdr->sh_type == SHT_NOBITS)) in check_section()
|
/external/elfutils/tests/ |
D | update4.c | 247 shdr->sh_type = SHT_NOBITS; in main()
|