Home
last modified time | relevance | path

Searched refs:SHT_SUNW_dof (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/elftoolchain/libelf/
H A Dlibelf_data.c74 case SHT_SUNW_dof: in _libelf_xlate_shtype()
/freebsd/sys/sys/
H A Delf_common.h451 #define SHT_SUNW_dof 0x6ffffff4 macro
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c546 shp->sh_type = SHT_SUNW_dof; in dump_elf32()
703 shp->sh_type = SHT_SUNW_dof; in dump_elf64()
/freebsd/usr.bin/elfdump/
H A Delfdump.c358 case SHT_SUNW_dof: return "SHT_SUNW_dof"; in sh_types()
/freebsd/contrib/elftoolchain/elfcopy/
H A Dsections.c924 case SHT_SUNW_dof: in section_type_alignment()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1151 _ELF_DEFINE_SHT(SHT_SUNW_dof, 0x6FFFFFF4UL, \
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c418 case SHT_SUNW_dof: return "SHT_SUNW_dof"; in sh_types()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c802 case SHT_SUNW_dof: return "SUNW_dof"; in section_type()