/external/elfutils/0.153/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() 176 || (type != SHT_PROGBITS && unlikely (type != SHT_NOBITS)))
|
D | asm_addstrz.c | 48 if (unlikely (asmscn->type == SHT_NOBITS))
|
/external/llvm/lib/Target/XCore/ |
D | XCoreTargetObjectFile.cpp | 25 Ctx.getELFSection(".dp.bss", ELF::SHT_NOBITS, in Initialize() 30 Ctx.getELFSection(".dp.bss.large", ELF::SHT_NOBITS, in Initialize() 91 return ELF::SHT_NOBITS; in getXCoreSectionType()
|
/external/llvm/lib/MC/ |
D | MCSectionELF.cpp | 130 else if (Type == ELF::SHT_NOBITS) in PrintSwitchToSection() 158 return getType() == ELF::SHT_NOBITS; in isVirtualSection()
|
D | MCObjectFileInfo.cpp | 414 Ctx->getELFSection(".bss", ELF::SHT_NOBITS, in InitELFMCObjectFileInfo() 441 Ctx->getELFSection(".tbss", ELF::SHT_NOBITS, in InitELFMCObjectFileInfo()
|
/external/chromium_org/courgette/ |
D | disassembler_elf_32.cc | 110 if (section_header->sh_type == SHT_NOBITS) in DiscoverLength() 192 if (section_header->sh_type == SHT_NOBITS) in FileOffsetToRVA() 285 case SHT_NOBITS: in ParseFile()
|
D | types_elf.h | 82 SHT_NOBITS = 8, enumerator
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonTargetObjectFile.cpp | 41 getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
|
/external/llvm/lib/Target/Mips/ |
D | MipsTargetObjectFile.cpp | 37 getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
|
/external/elfutils/0.153/libelf/ |
D | elf32_checksum.c | 140 if (shdr->sh_type == SHT_NOBITS)
|
D | elf32_updatenull.c | 343 + (shdr->sh_type != SHT_NOBITS in __elfw2() 382 if (shdr->sh_type != SHT_NOBITS) in __elfw2()
|
D | elf32_updatefile.c | 306 if (shdr->sh_type == SHT_NOBITS) in __elfw2() 681 if (shdr->sh_type == SHT_NOBITS) in __elfw2()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
D | elf-objfmt.c | 654 if ((elf_secthead_get_type(shead) & SHT_NOBITS) == SHT_NOBITS) in elf_objfmt_output_section() 1027 offsetof(struct elf_section_switch_data, type), SHT_NOBITS }, in elf_objfmt_section_switch() 1029 offsetof(struct elf_section_switch_data, type), SHT_NOBITS }, in elf_objfmt_section_switch() 1051 data.type = SHT_NOBITS; in elf_objfmt_section_switch()
|
D | elf.h | 136 SHT_NOBITS = 8, /* no stored data, but occupies runtime space */ enumerator
|
/external/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 93 return ParseSectionSwitch(".bss", ELF::SHT_NOBITS, in ParseSectionDirectiveBSS() 109 return ParseSectionSwitch(".tbss", ELF::SHT_NOBITS, in ParseSectionDirectiveTBSS() 526 Type = ELF::SHT_NOBITS; in ParseSectionArguments()
|
/external/elfutils/0.153/src/ |
D | elfcmp.c | 508 assert (shdr1->sh_type == SHT_NOBITS in main() 510 assert (shdr2->sh_type == SHT_NOBITS in main() 514 || (shdr1->sh_type != SHT_NOBITS in main()
|
D | elflint.c | 1203 && (*destshdrp)->sh_type != SHT_NOBITS) in check_reloc_shdr() 2633 return shdr != NULL && shdr->sh_type == SHT_NOBITS; in in_nobits_scn() 3340 { ".bss", 5, SHT_NOBITS, exact, SHF_ALLOC | SHF_WRITE, 0 }, 3368 { ".tbss", 6, SHT_NOBITS, exact, SHF_ALLOC | SHF_WRITE | SHF_TLS, 0 }, 3480 good_type = SHT_NOBITS; in check_sections() 3485 && (shdr->sh_type != SHT_NOBITS in check_sections() 3686 case SHT_NOBITS: in check_sections() 3721 && shdr->sh_type == SHT_NOBITS))) in check_sections() 3730 if (shdr->sh_type == SHT_NOBITS) in check_sections() 3748 if (shdr->sh_type != SHT_NOBITS) in check_sections() [all …]
|
D | unstrip.c | 542 if (shdr->sh_type != SHT_NOBITS && shdr->sh_link == new_sh_link) in adjust_all_relocs() 1119 && undo_sec->shdr.sh_type == SHT_NOBITS) in find_alloc_sections_prelink() 1128 && undo_sec->shdr.sh_type == SHT_NOBITS)) in find_alloc_sections_prelink() 1362 if (shdr->sh_type != SHT_NOBITS) in copy_elided_sections() 1522 + (shdr_mem.sh_type == SHT_NOBITS in copy_elided_sections() 1798 if (shdr->sh_type != SHT_NOBITS) in copy_elided_sections()
|
/external/chromium_org/third_party/libvpx/include/ |
D | elf.h | 302 #define SHT_NOBITS 8 macro
|
/external/elfutils/0.153/libdw/ |
D | dwarf_begin_elf.c | 106 if (unlikely (shdr->sh_type == SHT_NOBITS)) in check_section()
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 274 #define SHT_NOBITS 8 macro
|
/external/llvm/include/llvm/Object/ |
D | ELFObjectFile.h | 441 EShdr->sh_type == ELF::SHT_NOBITS; in isSectionBSS() 456 Result = toELFShdrIter(Sec)->sh_type == ELF::SHT_NOBITS; in isSectionVirtual() 463 Result = toELFShdrIter(Sec)->sh_type == ELF::SHT_NOBITS; in isSectionZeroInit()
|