| /freebsd-10-stable/cddl/contrib/opensolaris/lib/libctf/common/ |
| D | ctf_lib.c | 423 if (ctfsect.cts_type == SHT_NULL) { in ctf_fdopen() 437 if (symsect.cts_type != SHT_NULL && in ctf_fdopen() 438 strsect.cts_type != SHT_NULL) { in ctf_fdopen()
|
| /freebsd-10-stable/lib/libelf/ |
| D | elf_data.c | 81 if (sh_type == SHT_NULL) { in elf_getdata() 224 if (sh_type == SHT_NULL) { in elf_rawdata()
|
| D | elf_update.c | 116 assert(sh_type != SHT_NULL && sh_type != SHT_NOBITS); in _libelf_compute_section_extents() 351 if (sh_type == SHT_NOBITS || sh_type == SHT_NULL) in _libelf_resync_sections() 607 if (sh_type == SHT_NOBITS || sh_type == SHT_NULL || sh_size == 0) in _libelf_write_scn()
|
| D | libelf_ehdr.c | 73 if ((shtype = GET_SHDR_MEMBER(sh_type)) != SHT_NULL) { in _libelf_load_extended()
|
| /freebsd-10-stable/usr.sbin/btxld/ |
| D | elfh.c | 85 0, htole32(SHT_NULL), 0, 0, 0, 0, htole32(SHN_UNDEF), 0, 0, 0
|
| /freebsd-10-stable/usr.sbin/kgzip/ |
| D | elfhdr.c | 64 htole32(SHT_NULL), /* sh_type */
|
| /freebsd-10-stable/contrib/binutils/include/elf/ |
| D | common.h | 324 #define SHT_NULL 0 /* Section header table entry unused */ macro
|
| /freebsd-10-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-10-stable/sys/xen/interface/ |
| D | elfstructs.h | 227 #define SHT_NULL 0 /* inactive */ macro
|
| /freebsd-10-stable/contrib/llvm/lib/Object/ |
| D | ELFYAML.cpp | 243 ECase(SHT_NULL) in enumeration()
|
| /freebsd-10-stable/lib/libdwarf/ |
| D | dwarf_dump.c | 37 case SHT_NULL: in get_sht_desc()
|
| /freebsd-10-stable/usr.bin/elfdump/ |
| D | elfdump.c | 323 case SHT_NULL: return "SHT_NULL"; in sh_types() 659 case SHT_NULL: in main()
|
| /freebsd-10-stable/sys/sys/ |
| D | elf_common.h | 378 #define SHT_NULL 0 /* inactive */ macro
|
| /freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| D | dt_module.c | 559 if (gelf_getshdr(sp, &sh) == NULL || sh.sh_type == SHT_NULL || in dt_module_load_sect() 1205 if (gelf_getshdr(sp, &sh) == NULL || sh.sh_type == SHT_NULL || in dt_module_update()
|
| /freebsd-10-stable/contrib/llvm/include/llvm/Support/ |
| D | ELF.h | 1222 SHT_NULL = 0, // No associated section (inactive entry). in LLVM_ENUM_INT_TYPE()
|
| /freebsd-10-stable/contrib/llvm/tools/llvm-readobj/ |
| D | ELFDumper.cpp | 351 LLVM_READOBJ_ENUM_CASE(ELF, SHT_NULL ); in getElfSectionType()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ |
| D | ObjectFileELF.cpp | 1871 CASE_AND_STREAM(s, SHT_NULL , kStrWidth); in DumpELFSectionHeader_sh_type()
|
| /freebsd-10-stable/contrib/llvm/lib/MC/ |
| D | ELFObjectWriter.cpp | 1343 case ELF::SHT_NULL: in WriteSection()
|
| /freebsd-10-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()
|
| D | ChangeLog | 280 if it is SHT_NULL.
|
| D | ChangeLog-2006 | 420 section ELF type instead of check if it is SHT_NULL. Copy
|
| D | elflink.c | 737 case SHT_NULL: in _bfd_elf_link_omit_section_dynsym()
|
| D | ChangeLog-0203 | 1736 type to SHT_NULL. 1738 if it is SHT_NULL. Don't abort on processor specific section
|
| /freebsd-10-stable/contrib/binutils/ld/emultempl/ |
| D | elf32.em | 1456 unsigned int sh_type = iself ? elf_section_type (s) : SHT_NULL;
|
| /freebsd-10-stable/contrib/binutils/binutils/ |
| D | readelf.c | 2649 case SHT_NULL: return "NULL"; in get_section_type_name()
|