Home
last modified time | relevance | path

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

/freebsd-10-stable/cddl/contrib/opensolaris/lib/libctf/common/
Dctf_lib.c423 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/
Delf_data.c81 if (sh_type == SHT_NULL) { in elf_getdata()
224 if (sh_type == SHT_NULL) { in elf_rawdata()
Delf_update.c116 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()
Dlibelf_ehdr.c73 if ((shtype = GET_SHDR_MEMBER(sh_type)) != SHT_NULL) { in _libelf_load_extended()
/freebsd-10-stable/usr.sbin/btxld/
Delfh.c85 0, htole32(SHT_NULL), 0, 0, 0, 0, htole32(SHN_UNDEF), 0, 0, 0
/freebsd-10-stable/usr.sbin/kgzip/
Delfhdr.c64 htole32(SHT_NULL), /* sh_type */
/freebsd-10-stable/contrib/binutils/include/elf/
Dcommon.h324 #define SHT_NULL 0 /* Section header table entry unused */ macro
/freebsd-10-stable/contrib/binutils/gas/config/
Dobj-elf.c575 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/
Delfstructs.h227 #define SHT_NULL 0 /* inactive */ macro
/freebsd-10-stable/contrib/llvm/lib/Object/
DELFYAML.cpp243 ECase(SHT_NULL) in enumeration()
/freebsd-10-stable/lib/libdwarf/
Ddwarf_dump.c37 case SHT_NULL: in get_sht_desc()
/freebsd-10-stable/usr.bin/elfdump/
Delfdump.c323 case SHT_NULL: return "SHT_NULL"; in sh_types()
659 case SHT_NULL: in main()
/freebsd-10-stable/sys/sys/
Delf_common.h378 #define SHT_NULL 0 /* inactive */ macro
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddt_module.c559 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/
DELF.h1222 SHT_NULL = 0, // No associated section (inactive entry). in LLVM_ENUM_INT_TYPE()
/freebsd-10-stable/contrib/llvm/tools/llvm-readobj/
DELFDumper.cpp351 LLVM_READOBJ_ENUM_CASE(ELF, SHT_NULL ); in getElfSectionType()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1871 CASE_AND_STREAM(s, SHT_NULL , kStrWidth); in DumpELFSectionHeader_sh_type()
/freebsd-10-stable/contrib/llvm/lib/MC/
DELFObjectWriter.cpp1343 case ELF::SHT_NULL: in WriteSection()
/freebsd-10-stable/contrib/binutils/bfd/
Delf.c1856 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()
DChangeLog280 if it is SHT_NULL.
DChangeLog-2006420 section ELF type instead of check if it is SHT_NULL. Copy
Delflink.c737 case SHT_NULL: in _bfd_elf_link_omit_section_dynsym()
DChangeLog-02031736 type to SHT_NULL.
1738 if it is SHT_NULL. Don't abort on processor specific section
/freebsd-10-stable/contrib/binutils/ld/emultempl/
Delf32.em1456 unsigned int sh_type = iself ? elf_section_type (s) : SHT_NULL;
/freebsd-10-stable/contrib/binutils/binutils/
Dreadelf.c2649 case SHT_NULL: return "NULL"; in get_section_type_name()