Home
last modified time | relevance | path

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

/trueos/lib/libelf/
HDlibelf_data.c84 case SHT_SUNW_dof: in _libelf_xlate_shtype()
/trueos/sys/sys/
HDelf_common.h283 #define SHT_SUNW_dof 0x6ffffff4 macro
/trueos/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_link.c569 shp->sh_type = SHT_SUNW_dof; in dump_elf32()
717 shp->sh_type = SHT_SUNW_dof; in dump_elf64()
/trueos/usr.bin/elfdump/
HDelfdump.c346 case SHT_SUNW_dof: return "SHT_SUNW_dof"; in sh_types()