Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Delf_common.h438 #define SHT_SUNW_DEBUGSTR 0x6ffffff8 macro
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1165 _ELF_DEFINE_SHT(SHT_SUNW_DEBUGSTR, 0x6FFFFFF8UL, \
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c806 case SHT_SUNW_DEBUGSTR: return "SUNW_DEBUGSTR"; in section_type()