| /freebsd-12.1/cddl/contrib/opensolaris/lib/libctf/common/ |
| H A 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.1/contrib/elftoolchain/libelf/ |
| H A D | elf_data.c | 89 if (sh_type == SHT_NULL) { in elf_getdata() 251 if (sh_type == SHT_NULL) { in elf_rawdata()
|
| H A D | libelf_ehdr.c | 71 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() 461 if (sh_type == SHT_NOBITS || sh_type == SHT_NULL) in _libelf_resync_sections() 741 if (sh_type == SHT_NOBITS || sh_type == SHT_NULL || sh_size == 0) in _libelf_write_scn()
|
| /freebsd-12.1/usr.sbin/btxld/ |
| H A D | elfh.c | 87 0, htole32(SHT_NULL), 0, 0, 0, 0, htole32(SHN_UNDEF), 0, 0, 0
|
| /freebsd-12.1/usr.sbin/kgzip/ |
| H A D | elfhdr.c | 66 htole32(SHT_NULL), /* sh_type */
|
| /freebsd-12.1/contrib/binutils/include/elf/ |
| H A D | common.h | 324 #define SHT_NULL 0 /* Section header table entry unused */ macro
|
| /freebsd-12.1/contrib/binutils/gas/config/ |
| H A 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.1/contrib/llvm/lib/Object/ |
| H A D | ELF.cpp | 232 STRINGIFY_ENUM_CASE(ELF, SHT_NULL); in getELFSectionTypeName()
|
| /freebsd-12.1/usr.bin/elfdump/ |
| H A D | elfdump.c | 326 case SHT_NULL: return "SHT_NULL"; in sh_types() 679 case SHT_NULL: in main()
|
| /freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/ |
| H A D | ELF.h | 812 SHT_NULL = 0, // No associated section (inactive entry). enumerator
|
| /freebsd-12.1/sys/sys/ |
| H A D | elf_common.h | 408 #define SHT_NULL 0 /* inactive */ macro
|
| /freebsd-12.1/contrib/elftoolchain/elfcopy/ |
| H A D | sections.c | 923 if (s->pseudo || (s->type != SHT_NOBITS && s->type != SHT_NULL)) in resync_sections() 1308 if (s->type != SHT_NOBITS && s->type != SHT_NULL) in insert_sections()
|
| /freebsd-12.1/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() 1228 if (gelf_getshdr(sp, &sh) == NULL || sh.sh_type == SHT_NULL || in dt_module_update()
|
| /freebsd-12.1/usr.bin/gcore/ |
| H A D | elfcore.c | 500 shdr->sh_type = SHT_NULL; in elf_puthdr()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/ |
| H A D | Object.h | 267 uint64_t Type = ELF::SHT_NULL;
|
| H A D | Object.cpp | 1293 Shdr.sh_type = SHT_NULL; in writeShdrs()
|
| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 431 ECase(SHT_NULL); in enumeration()
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | InputFiles.cpp | 474 case SHT_NULL: in initializeSections()
|
| /freebsd-12.1/contrib/elftoolchain/common/ |
| H A D | elfdefinitions.h | 1093 _ELF_DEFINE_SHT(SHT_NULL, 0, "inactive header") \
|
| /freebsd-12.1/contrib/elftoolchain/elfdump/ |
| H A D | elfdump.c | 393 case SHT_NULL: return "SHT_NULL"; in sh_types()
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A 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.1/sys/kern/ |
| H A D | imgact_elf.c | 1917 shdr->sh_type = SHT_NULL; in __elfN()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 2874 case SHT_NULL: in getSectionTypeString() 3366 checkPTDynamic(Phdr, Sec) && (Sec.sh_type != ELF::SHT_NULL)) in printProgramHeaders()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 3216 CASE_AND_STREAM(s, SHT_NULL, kStrWidth); in DumpELFSectionHeader_sh_type()
|