Home
last modified time | relevance | path

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

1234

/freebsd-12-stable/contrib/elftoolchain/libelf/
Dlibelf_chdr.c71 if (sh32->sh_type == SHT_NULL || sh32->sh_type == SHT_NOBITS) { in _libelf_getchdr()
87 if (sh64->sh_type == SHT_NULL || sh64->sh_type == SHT_NOBITS) { in _libelf_getchdr()
Delf_data.c97 elftype > ELF_T_LAST || (sh_type != SHT_NOBITS && in elf_getdata()
143 if (sh_type == SHT_NOBITS || sh_size == 0) { in elf_getdata()
260 if (sh_type != SHT_NOBITS && in elf_rawdata()
269 d->d_data.d_buf = (sh_type == SHT_NOBITS || sh_size == 0) ? NULL : in elf_rawdata()
Dlibelf_data.c56 case SHT_NOBITS: in _libelf_xlate_shtype()
/freebsd-12-stable/contrib/elftoolchain/elfcopy/
Dpe.c153 if (sh.sh_type == SHT_NOBITS) in create_pe()
180 if (sh.sh_type != SHT_NOBITS) in create_pe()
213 if (sh.sh_type != SHT_NOBITS) { in create_pe()
Dbinary.c78 sh.sh_type == SHT_NOBITS || in create_binary()
104 sh.sh_type == SHT_NOBITS || in create_binary()
Dsegments.c78 s->type != SHT_NOBITS) in add_to_inseg_list()
301 if (seg->v_sec[i]->type != SHT_NOBITS) in adjust_addr()
541 if (s->type != SHT_NOBITS) in copy_phdr()
Dsections.c481 s->type = SHT_NOBITS; in create_scn()
921 case SHT_NOBITS: in section_type_alignment()
953 if (s->seg_tls != NULL && s->type == SHT_NOBITS && in resync_sections()
978 if (s->pseudo || (s->type != SHT_NOBITS && s->type != SHT_NULL)) in resync_sections()
1202 s->type == SHT_NOBITS && s->sz > 0) { in copy_shdr()
1364 if (s->type != SHT_NOBITS && s->type != SHT_NULL) in insert_sections()
Dascii.c127 sh.sh_type == SHT_NOBITS || in create_srec()
168 sh.sh_type == SHT_NOBITS || in create_srec()
433 sh.sh_type == SHT_NOBITS || in create_ihex()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp23 BSSSection = Ctx.getELFSection(".dp.bss", ELF::SHT_NOBITS, in Initialize()
26 BSSSectionLarge = Ctx.getELFSection(".dp.bss.large", ELF::SHT_NOBITS, in Initialize()
67 return ELF::SHT_NOBITS; in getXCoreSectionType()
/freebsd-12-stable/contrib/binutils/include/elf/
Dinternal.h265 || sec_hdr->sh_type != SHT_NOBITS \
279 && (sec_hdr->sh_type == SHT_NOBITS \
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCSectionELF.cpp139 else if (Type == ELF::SHT_NOBITS) in PrintSwitchToSection()
204 return getType() == ELF::SHT_NOBITS; in isVirtualSection()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp122 getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
374 return getContext().getELFSection(Name.str(), ELF::SHT_NOBITS, in selectSmallSectionForGlobal()
389 return getContext().getELFSection(Name.str(), ELF::SHT_NOBITS, in selectSmallSectionForGlobal()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/M68k/
DM68kTargetObjectFile.cpp46 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DOutputSections.cpp86 return type == SHT_NOBITS || type == SHT_PROGBITS || type == SHT_INIT_ARRAY || in canMergeToProgbits()
139 type = SHT_NOBITS; in commitSection()
328 if (type == SHT_NOBITS) in writeTo()
562 relOsec->type == SHT_NOBITS in checkDynRelAddends()
DTarget.cpp98 if (!isec->getParent() || (isec->type & SHT_NOBITS)) in getErrPlace()
DWriter.cpp1020 if (sec->type == SHT_NOBITS) in getSectionRank()
1175 if (os->type != SHT_NOBITS) in setReservedSymbolSections()
2324 if ((sec->flags & SHF_TLS) && sec->type == SHT_NOBITS) in needsPtLoad()
2602 if (os->type == SHT_NOBITS) in computeFileOffset()
2621 if (os->type == SHT_NOBITS) in setFileOffset()
2629 return sec.type != SHT_NOBITS && (sec.flags & SHF_ALLOC) && sec.size > 0; in assignFileOffsetsBinary()
2694 if (sec->type == SHT_NOBITS) in assignFileOffsets()
2712 if (last->type != SHT_NOBITS) in setPhdrs()
2797 if (sec->size > 0 && sec->type != SHT_NOBITS && in checkSections()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
DELFAsmParser.cpp103 return ParseSectionSwitch(".bss", ELF::SHT_NOBITS, in ParseSectionDirectiveBSS()
119 return ParseSectionSwitch(".tbss", ELF::SHT_NOBITS, in ParseSectionDirectiveTBSS()
609 Type = ELF::SHT_NOBITS; in ParseSectionArguments()
611 Type = ELF::SHT_NOBITS; in ParseSectionArguments()
624 Type = ELF::SHT_NOBITS; in ParseSectionArguments()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVTargetObjectFile.cpp23 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
/freebsd-12-stable/contrib/elftoolchain/libdwarf/
Dlibdwarf_elf_init.c263 if (sh.sh_type == SHT_NOBITS) in _dwarf_elf_init()
319 if (sh.sh_type == SHT_NOBITS) in _dwarf_elf_init()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
DLanaiTargetObjectFile.cpp34 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
/freebsd-12-stable/usr.sbin/kldxref/
Def_obj.c420 case SHT_NOBITS: in ef_obj_open()
502 case SHT_NOBITS: in ef_obj_open()
532 case SHT_NOBITS: in ef_obj_open()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
DObject.cpp171 if (Sec.Type != SHT_NOBITS) in visit()
1216 if (Sec.Type == SHT_NOBITS) { in sectionWithinSegment()
1732 case SHT_NOBITS: in makeSection()
1794 (Shdr.sh_type == SHT_NOBITS) ? (size_t)0 : Shdr.sh_size); in readSectionHeaders()
2099 if (Parent == nullptr || Sec.Type == SHT_NOBITS || Sec.Size == 0) in writeSegmentData()
2275 if (Sec.Type != SHT_NOBITS) in layoutSections()
2301 if (Sec.Type == SHT_NOBITS) { in layoutSectionsForOnlyKeepDebug()
2342 uint64_t Size = Sec->Type == SHT_NOBITS ? 0 : Sec->Size; in layoutSegmentsForOnlyKeepDebug()
2584 if (Sec.Type != SHT_NOBITS && Sec.Size > 0) in finalize()
2594 if (Sec.Type != SHT_NOBITS && Sec.Size > 0) { in finalize()
[all …]
DELFObjcopy.cpp109 if (Sec.Type == SHT_NOBITS && in setSectionFlagsAndType()
181 if (Sec.Type == SHT_NOBITS) in dumpSectionToFile()
664 Sec.Type = SHT_NOBITS; in handleArgs()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsTargetObjectFile.cpp52 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCELFStreamer.cpp109 SectionName, ELF::SHT_NOBITS, ELF::SHF_WRITE | ELF::SHF_ALLOC); in HexagonMCEmitCommonSymbol()

1234