Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Delf_common.h459 #define SHT_SUNW_DEBUG 0x6ffffff9 macro
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1169 _ELF_DEFINE_SHT(SHT_SUNW_DEBUG, 0x6FFFFFF9UL, \
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c807 case SHT_SUNW_DEBUG: return "SUNW_DEBUG"; in section_type()