Home
last modified time | relevance | path

Searched refs:DT_SUNW_CAP (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/sys/
HDelf_common.h577 #define DT_SUNW_CAP 0x60000010 /* hardware/software */ macro
/NextBSD/contrib/elftoolchain/common/
HDelfdefinitions.h154 _ELF_DEFINE_DT(DT_SUNW_CAP, 0x60000010UL, \
/NextBSD/contrib/elftoolchain/readelf/
HDreadelf.c914 case DT_SUNW_CAP: return "SUNW_CAP"; in dt_type()