Home
last modified time | relevance | path

Searched refs:SHT_SUNW_cap (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/file/src/
H A Dreadelf.h144 #define SHT_SUNW_cap 0x6ffffff5 /* SunOS 5.x hw/sw capabilities */ macro
H A Dreadelf.c1551 case SHT_SUNW_cap: in doshn()
/freebsd/sys/sys/
H A Delf_common.h454 #define SHT_SUNW_cap 0x6ffffff5 macro
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1153 _ELF_DEFINE_SHT(SHT_SUNW_cap, 0x6FFFFFF5UL, \
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c803 case SHT_SUNW_cap: return "SUNW_cap"; in section_type()