Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/elftoolchain/libelf/
H A 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()
H A Delf_data.c90 if (sh_type == SHT_NULL) { in elf_getdata()
254 if (sh_type == SHT_NULL) { in elf_rawdata()
H A Dlibelf_ehdr.c76 if ((shtype = GET_SHDR_MEMBER(sh_type)) != SHT_NULL) { in _libelf_load_extended()
H A Delf_update.c142 assert(sh_type != SHT_NULL && sh_type != SHT_NOBITS); in _libelf_compute_section_extents()
467 if (sh_type == SHT_NOBITS || sh_type == SHT_NULL) in _libelf_resync_sections()
747 if (sh_type == SHT_NOBITS || sh_type == SHT_NULL || sh_size == 0) in _libelf_write_scn()
/freebsd-13.1/usr.sbin/btxld/
H A Delfh.c87 0, htole32(SHT_NULL), 0, 0, 0, 0, htole32(SHN_UNDEF), 0, 0, 0
/freebsd-13.1/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c426 if (ctfsect.cts_type == SHT_NULL) { in ctf_fdopen()
440 if (symsect.cts_type != SHT_NULL && in ctf_fdopen()
441 strsect.cts_type != SHT_NULL) { in ctf_fdopen()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp257 STRINGIFY_ENUM_CASE(ELF, SHT_NULL); in getELFSectionTypeName()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.h399 uint64_t OriginalType = ELF::SHT_NULL;
411 uint64_t Type = ELF::SHT_NULL;
H A DObject.cpp2054 Shdr.sh_type = SHT_NULL; in writeShdrs()
/freebsd-13.1/usr.bin/elfdump/
H A Delfdump.c336 case SHT_NULL: return "SHT_NULL"; in sh_types()
702 case SHT_NULL: in main()
/freebsd-13.1/sys/sys/
H A Delf_common.h413 #define SHT_NULL 0 /* inactive */ macro
/freebsd-13.1/contrib/elftoolchain/elfcopy/
H A Dsections.c978 if (s->pseudo || (s->type != SHT_NOBITS && s->type != SHT_NULL)) in resync_sections()
1364 if (s->type != SHT_NOBITS && s->type != SHT_NULL) in insert_sections()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h909 SHT_NULL = 0, // No associated section (inactive entry). enumerator
/freebsd-13.1/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_module.c576 if (gelf_getshdr(sp, &sh) == NULL || sh.sh_type == SHT_NULL || in dt_module_load_sect()
1228 if (gelf_getshdr(sp, &sh) == NULL || sh.sh_type == SHT_NULL || in dt_module_update()
/freebsd-13.1/usr.bin/gcore/
H A Delfcore.c508 shdr->sh_type = SHT_NULL; in elf_puthdr()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp178 case ELF::SHT_NULL: in considerForSize()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp648 case SHT_NULL: in initializeSections()
/freebsd-13.1/contrib/elftoolchain/common/
H A Delfdefinitions.h1125 _ELF_DEFINE_SHT(SHT_NULL, 0, "inactive header") \
/freebsd-13.1/contrib/elftoolchain/elfdump/
H A Delfdump.c396 case SHT_NULL: return "SHT_NULL"; in sh_types()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp599 ECase(SHT_NULL); in enumeration()
H A DELFEmitter.cpp354 if (Sections.empty() || Sections.front()->Type != ELF::SHT_NULL) in ELFState()
/freebsd-13.1/sys/kern/
H A Dimgact_elf.c2096 shdr->sh_type = SHT_NULL; in __elfN()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3168 CASE_AND_STREAM(s, SHT_NULL, kStrWidth); in DumpELFSectionHeader_sh_type()
/freebsd-13.1/contrib/elftoolchain/readelf/
H A Dreadelf.c785 case SHT_NULL: return "NULL"; in section_type()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4251 if (Sec.sh_type == ELF::SHT_NULL) in printSectionMapping()