Home
last modified time | relevance | path

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

12

/external/elfutils/libasm/
Dasm_adduleb128.c33 if (asmscn->type == SHT_NOBITS && unlikely (num != 0))
69 if (likely (asmscn->type != SHT_NOBITS))
Dasm_addsleb128.c33 if (asmscn->type == SHT_NOBITS && unlikely (num != 0))
73 if (likely (asmscn->type != SHT_NOBITS))
Dasm_addint8.c46 if (asmscn->type == SHT_NOBITS && unlikely (num != 0))
93 if (likely (asmscn->type == SHT_NOBITS))
Dasm_newscn.c78 else if (type == SHT_NOBITS) in text_newscn()
164 || (type != SHT_PROGBITS && unlikely (type != SHT_NOBITS)))
Dasm_addstrz.c36 if (unlikely (asmscn->type == SHT_NOBITS))
/external/llvm/lib/MC/
DMCSectionELF.cpp117 else if (Type == ELF::SHT_NOBITS) in PrintSwitchToSection()
139 return getType() == ELF::SHT_NOBITS; in isVirtualSection()
DMCELFStreamer.h131 SetSection(".bss", ELF::SHT_NOBITS, in SetSectionBss()
DMCObjectFileInfo.cpp204 Ctx->getELFSection(".bss", ELF::SHT_NOBITS, in InitELFMCObjectFileInfo()
231 Ctx->getELFSection(".tbss", ELF::SHT_NOBITS, in InitELFMCObjectFileInfo()
DMCELFStreamer.cpp207 ELF::SHT_NOBITS, in EmitCommonSymbol()
/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp28 Ctx.getELFSection(".dp.bss", ELF::SHT_NOBITS, in Initialize()
/external/llvm/lib/Target/MBlaze/
DMBlazeTargetObjectFile.cpp32 getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp78 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/
Delf32_updatefile.c206 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()
Delf32_updatenull.c286 + (shdr->sh_type != SHT_NOBITS in __elfw2()
315 if (shdr->sh_type != SHT_NOBITS) in __elfw2()
Delf_getdata.c217 if (size != 0 && type != SHT_NOBITS) in __libelf_set_rawdata()
/external/llvm/lib/Target/Mips/
DMipsTargetObjectFile.cpp36 getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
/external/qemu/elff/
Delff_elf.h270 #define SHT_NOBITS 8 macro
/external/kernel-headers/original/linux/
Delf.h244 #define SHT_NOBITS 8 macro
/external/elfutils/tests/
Dupdate4.c235 shdr->sh_type = SHT_NOBITS; in main()
/external/elfutils/src/
Delflint.c1031 && 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()
Dsize.c574 else if (shdr->sh_type == SHT_NOBITS) in show_bsd()
Dldgeneric.c1221 || 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/
DELF.h486 SHT_NOBITS = 8, // Data occupies no space in the file. enumerator
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp140 return ELF::SHT_NOBITS; in getELFSectionType()
/external/valgrind/main/coregrind/m_debuginfo/
Dreadelf.c1463 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_()

12