Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Delf_common.h644 #define DT_SUNW_RTLDINF 0x6000000e /* ld.so.1 info (private) */ macro
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h183 _ELF_DEFINE_DT(DT_SUNW_RTLDINF, 0x6000000EUL, "rtld internal use") \
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c869 case DT_SUNW_RTLDINF: return "SUNW_RTLDINF"; in dt_type()