Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDelf_common.h405 #define SHT_SUNW_DEBUG 0x6ffffff9 macro
/NextBSD/contrib/elftoolchain/common/
HDelfdefinitions.h1108 _ELF_DEFINE_SHT(SHT_SUNW_DEBUG, 0x6FFFFFF9UL, \
/NextBSD/contrib/elftoolchain/readelf/
HDreadelf.c726 case SHT_SUNW_DEBUG: return "SUNW_DEBUG"; in section_type()