Home
last modified time | relevance | path

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

12345678910>>...13

/netbsd/external/bsd/elftoolchain/dist/libelf/
H A Delf_data.c103 elftype > ELF_T_LAST || (sh_type != SHT_NOBITS && in elf_getdata()
148 if (sh_type == SHT_NOBITS || sh_size == 0) { in elf_getdata()
263 if (sh_type != SHT_NOBITS && in elf_rawdata()
272 d->d_data.d_buf = (sh_type == SHT_NOBITS || sh_size == 0) ? NULL : in elf_rawdata()
H A Dlibelf_data.c59 case SHT_NOBITS: in _libelf_xlate_shtype()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A 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()
/netbsd/external/gpl3/gdb/dist/include/elf/
H A Dinternal.h311 && (sec_hdr)->sh_type == SHT_NOBITS \
346 && ((sec_hdr)->sh_type == SHT_NOBITS \
370 || (((sec_hdr)->sh_type == SHT_NOBITS \
/netbsd/external/gpl3/binutils.old/dist/include/elf/
H A Dinternal.h309 && (sec_hdr)->sh_type == SHT_NOBITS \
344 && ((sec_hdr)->sh_type == SHT_NOBITS \
368 || (((sec_hdr)->sh_type == SHT_NOBITS \
/netbsd/external/gpl3/binutils/dist/include/elf/
H A Dinternal.h311 && (sec_hdr)->sh_type == SHT_NOBITS \
346 && ((sec_hdr)->sh_type == SHT_NOBITS \
370 || (((sec_hdr)->sh_type == SHT_NOBITS \
/netbsd/external/gpl3/gdb.old/dist/include/elf/
H A Dinternal.h311 && (sec_hdr)->sh_type == SHT_NOBITS \
346 && ((sec_hdr)->sh_type == SHT_NOBITS \
370 || (((sec_hdr)->sh_type == SHT_NOBITS \
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSectionELF.cpp139 else if (Type == ELF::SHT_NOBITS) in PrintSwitchToSection()
204 return getType() == ELF::SHT_NOBITS; in isVirtualSection()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A 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()
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A 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()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kTargetObjectFile.cpp46 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
/netbsd/external/gpl3/gdb/dist/gas/config/
H A Dtc-microblaze.h85 { ".sbss", SHT_NOBITS, SHF_ALLOC + SHF_WRITE }, \
H A Dtc-nios2.h89 { ".sbss", SHT_NOBITS, SHF_ALLOC + SHF_WRITE + SHF_NIOS2_GPREL }, \
/netbsd/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-microblaze.h85 { ".sbss", SHT_NOBITS, SHF_ALLOC + SHF_WRITE }, \
H A Dtc-nios2.h89 { ".sbss", SHT_NOBITS, SHF_ALLOC + SHF_WRITE + SHF_NIOS2_GPREL }, \
/netbsd/external/gpl3/binutils/dist/gas/config/
H A Dtc-microblaze.h88 { ".sbss", SHT_NOBITS, SHF_ALLOC + SHF_WRITE }, \
H A Dtc-nios2.h89 { ".sbss", SHT_NOBITS, SHF_ALLOC + SHF_WRITE + SHF_NIOS2_GPREL }, \
/netbsd/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-microblaze.h85 { ".sbss", SHT_NOBITS, SHF_ALLOC + SHF_WRITE }, \
H A Dtc-nios2.h89 { ".sbss", SHT_NOBITS, SHF_ALLOC + SHF_WRITE + SHF_NIOS2_GPREL }, \
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVTargetObjectFile.cpp23 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiTargetObjectFile.cpp34 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
/netbsd/external/bsd/elftosb/dist/common/
H A DELFSourceFile.cpp213 if (!(header.sh_type == SHT_PROGBITS || header.sh_type == SHT_NOBITS)) in createDataSource()
432 else if (section.sh_type == SHT_NOBITS) in addSection()
H A DELF.h169 SHT_NOBITS = 8, enumerator
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp173 if (Sec.Type != SHT_NOBITS) in visit()
1212 if (Sec.Type == SHT_NOBITS) { in sectionWithinSegment()
1727 case SHT_NOBITS: in makeSection()
1789 (Shdr.sh_type == SHT_NOBITS) ? 0 : Shdr.sh_size); in readSectionHeaders()
2094 if (Parent == nullptr || Sec.Type == SHT_NOBITS || Sec.Size == 0) in writeSegmentData()
2270 if (Sec.Type != SHT_NOBITS) in layoutSections()
2296 if (Sec.Type == SHT_NOBITS) { in layoutSectionsForOnlyKeepDebug()
2337 uint64_t Size = Sec->Type == SHT_NOBITS ? 0 : Sec->Size; in layoutSegmentsForOnlyKeepDebug()
2579 if (Sec.Type != SHT_NOBITS && Sec.Size > 0) in finalize()
2589 if (Sec.Type != SHT_NOBITS && Sec.Size > 0) { in finalize()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp52 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()

12345678910>>...13