/freebsd/contrib/elftoolchain/libelf/ |
H A D | libelf_chdr.c | 71 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 D | elf_data.c | 90 if (sh_type == SHT_NULL) { in elf_getdata() 254 if (sh_type == SHT_NULL) { in elf_rawdata()
|
H A D | libelf_ehdr.c | 76 if ((shtype = GET_SHDR_MEMBER(sh_type)) != SHT_NULL) { in _libelf_load_extended()
|
H A D | elf_update.c | 142 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/cddl/contrib/opensolaris/lib/libctf/common/ |
H A D | ctf_lib.c | 426 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/usr.sbin/btxld/ |
H A D | elfh.c | 85 0, htole32(SHT_NULL), 0, 0, 0, 0, htole32(SHN_UNDEF), 0, 0, 0
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.h | 518 uint64_t OriginalType = ELF::SHT_NULL; 530 uint64_t Type = ELF::SHT_NULL; 620 return Type != ELF::SHT_NOBITS && Type != ELF::SHT_NULL; in hasContents()
|
H A D | ELFObject.cpp | 2090 Shdr.sh_type = SHT_NULL; in writeShdrs()
|
/freebsd/usr.bin/elfdump/ |
H A D | elfdump.c | 333 case SHT_NULL: return "SHT_NULL"; in sh_types() 699 case SHT_NULL: in main()
|
/freebsd/sys/sys/ |
H A D | elf_common.h | 412 #define SHT_NULL 0 /* inactive */ macro
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | ELFLinkGraphBuilder.h | 333 if (Sec.sh_type == ELF::SHT_NULL) { in graphifySections()
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | sections.c | 978 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/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_module.c | 576 if (gelf_getshdr(sp, &sh) == NULL || sh.sh_type == SHT_NULL || in dt_module_load_sect() 1216 if (gelf_getshdr(sp, &sh) == NULL || sh.sh_type == SHT_NULL || in dt_module_update()
|
/freebsd/usr.bin/gcore/ |
H A D | elfcore.c | 525 shdr->sh_type = SHT_NULL; in elf_puthdr()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 1067 SHT_NULL = 0, // No associated section (inactive entry). enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ELF.cpp | 288 STRINGIFY_ENUM_CASE(ELF, SHT_NULL); in getELFSectionTypeName()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-size/ |
H A D | llvm-size.cpp | 173 case ELF::SHT_NULL: in getRadixFmt()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | InputFiles.cpp | 836 case SHT_NULL: in initializeSections()
|
/freebsd/contrib/elftoolchain/common/ |
H A D | elfdefinitions.h | 1125 _ELF_DEFINE_SHT(SHT_NULL, 0, "inactive header") \
|
/freebsd/contrib/elftoolchain/elfdump/ |
H A D | elfdump.c | 396 case SHT_NULL: return "SHT_NULL"; in sh_types()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFEmitter.cpp | 362 if (Sections.empty() || Sections.front()->Type != ELF::SHT_NULL) in ELFState()
|
H A D | ELFYAML.cpp | 672 ECase(SHT_NULL); in enumeration()
|
/freebsd/sys/kern/ |
H A D | imgact_elf.c | 1964 shdr->sh_type = SHT_NULL; in __elfN()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 3423 CASE_AND_STREAM(s, SHT_NULL, kStrWidth); in DumpELFSectionHeader_sh_type()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 2901 assert((AttrShType != ELF::SHT_NULL) && AttrParser && in printAttributes() 4795 if (Sec.sh_type == ELF::SHT_NULL) in printSectionMapping()
|