| /freebsd-12-stable/contrib/elftoolchain/libelf/ |
| 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()
|
| D | elf_data.c | 90 if (sh_type == SHT_NULL) { in elf_getdata() 254 if (sh_type == SHT_NULL) { in elf_rawdata()
|
| D | libelf_ehdr.c | 76 if ((shtype = GET_SHDR_MEMBER(sh_type)) != SHT_NULL) { in _libelf_load_extended()
|
| 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-12-stable/cddl/contrib/opensolaris/lib/libctf/common/ |
| D | ctf_lib.c | 424 if (ctfsect.cts_type == SHT_NULL) { in ctf_fdopen() 438 if (symsect.cts_type != SHT_NULL && in ctf_fdopen() 439 strsect.cts_type != SHT_NULL) { in ctf_fdopen()
|
| /freebsd-12-stable/usr.sbin/btxld/ |
| D | elfh.c | 87 0, htole32(SHT_NULL), 0, 0, 0, 0, htole32(SHN_UNDEF), 0, 0, 0
|
| /freebsd-12-stable/contrib/binutils/include/elf/ |
| D | common.h | 324 #define SHT_NULL 0 /* Section header table entry unused */ macro
|
| /freebsd-12-stable/contrib/binutils/gas/config/ |
| D | obj-elf.c | 575 if (type == SHT_NULL) in obj_elf_change_section() 698 if (type != SHT_NULL in obj_elf_change_section() 912 type = SHT_NULL; in obj_elf_section()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/ |
| D | ELF.cpp | 257 STRINGIFY_ENUM_CASE(ELF, SHT_NULL); in getELFSectionTypeName()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/ |
| D | Object.h | 399 uint64_t OriginalType = ELF::SHT_NULL; 411 uint64_t Type = ELF::SHT_NULL;
|
| D | Object.cpp | 2054 Shdr.sh_type = SHT_NULL; in writeShdrs()
|
| /freebsd-12-stable/usr.bin/elfdump/ |
| D | elfdump.c | 336 case SHT_NULL: return "SHT_NULL"; in sh_types() 697 case SHT_NULL: in main()
|
| /freebsd-12-stable/sys/sys/ |
| D | elf_common.h | 408 #define SHT_NULL 0 /* inactive */ macro
|
| /freebsd-12-stable/contrib/elftoolchain/elfcopy/ |
| 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-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| D | ELF.h | 909 SHT_NULL = 0, // No associated section (inactive entry). enumerator
|
| /freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| D | dt_module.c | 576 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-12-stable/usr.bin/gcore/ |
| D | elfcore.c | 506 shdr->sh_type = SHT_NULL; in elf_puthdr()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-size/ |
| D | llvm-size.cpp | 178 case ELF::SHT_NULL: in considerForSize()
|
| /freebsd-12-stable/contrib/llvm-project/lld/ELF/ |
| D | InputFiles.cpp | 648 case SHT_NULL: in initializeSections()
|
| /freebsd-12-stable/contrib/elftoolchain/common/ |
| D | elfdefinitions.h | 1125 _ELF_DEFINE_SHT(SHT_NULL, 0, "inactive header") \
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| D | ELFYAML.cpp | 599 ECase(SHT_NULL); in enumeration()
|
| D | ELFEmitter.cpp | 354 if (Sections.empty() || Sections.front()->Type != ELF::SHT_NULL) in ELFState()
|
| /freebsd-12-stable/contrib/elftoolchain/elfdump/ |
| D | elfdump.c | 396 case SHT_NULL: return "SHT_NULL"; in sh_types()
|
| /freebsd-12-stable/contrib/binutils/bfd/ |
| D | elf.c | 1856 case SHT_NULL: in bfd_section_from_shdr() 2804 if (this_hdr->sh_type == SHT_NULL) in elf_fake_sections() 6073 if (elf_section_type (osec) == SHT_NULL in _bfd_elf_init_private_section_data()
|
| /freebsd-12-stable/sys/kern/ |
| D | imgact_elf.c | 1949 shdr->sh_type = SHT_NULL; in __elfN()
|