Home
last modified time | relevance | path

Searched refs:SHT_NOBITS (Results 1 – 25 of 55) sorted by relevance

123

/external/elfutils/0.153/libasm/
Dasm_adduleb128.c45 if (asmscn->type == SHT_NOBITS && unlikely (num != 0))
81 if (likely (asmscn->type != SHT_NOBITS))
Dasm_addsleb128.c45 if (asmscn->type == SHT_NOBITS && unlikely (num != 0))
85 if (likely (asmscn->type != SHT_NOBITS))
Dasm_addint8.c58 if (asmscn->type == SHT_NOBITS && unlikely (num != 0))
108 if (likely (asmscn->type == SHT_NOBITS))
Dasm_newscn.c90 else if (type == SHT_NOBITS) in text_newscn()
176 || (type != SHT_PROGBITS && unlikely (type != SHT_NOBITS)))
Dasm_addstrz.c48 if (unlikely (asmscn->type == SHT_NOBITS))
/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp25 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/
DMCSectionELF.cpp130 else if (Type == ELF::SHT_NOBITS) in PrintSwitchToSection()
158 return getType() == ELF::SHT_NOBITS; in isVirtualSection()
DMCObjectFileInfo.cpp414 Ctx->getELFSection(".bss", ELF::SHT_NOBITS, in InitELFMCObjectFileInfo()
441 Ctx->getELFSection(".tbss", ELF::SHT_NOBITS, in InitELFMCObjectFileInfo()
/external/chromium_org/courgette/
Ddisassembler_elf_32.cc110 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()
Dtypes_elf.h82 SHT_NOBITS = 8, enumerator
/external/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp41 getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
/external/llvm/lib/Target/Mips/
DMipsTargetObjectFile.cpp37 getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
/external/elfutils/0.153/libelf/
Delf32_checksum.c140 if (shdr->sh_type == SHT_NOBITS)
Delf32_updatenull.c343 + (shdr->sh_type != SHT_NOBITS in __elfw2()
382 if (shdr->sh_type != SHT_NOBITS) in __elfw2()
Delf32_updatefile.c306 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/
Delf-objfmt.c654 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()
Delf.h136 SHT_NOBITS = 8, /* no stored data, but occupies runtime space */ enumerator
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp93 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/
Delfcmp.c508 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()
Delflint.c1203 && (*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 …]
Dunstrip.c542 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/
Delf.h302 #define SHT_NOBITS 8 macro
/external/elfutils/0.153/libdw/
Ddwarf_begin_elf.c106 if (unlikely (shdr->sh_type == SHT_NOBITS)) in check_section()
/external/kernel-headers/original/uapi/linux/
Delf.h274 #define SHT_NOBITS 8 macro
/external/llvm/include/llvm/Object/
DELFObjectFile.h441 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()

123