Home
last modified time | relevance | path

Searched refs:STT_NUM (Results 1 – 2 of 2) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_module.c84 #if STT_NUM != (STT_TLS + 1) in dt_module_syminit32()
106 if (type >= STT_NUM || type == STT_SECTION) in dt_module_syminit32()
133 #if STT_NUM != (STT_TLS + 1) in dt_module_syminit64()
155 if (type >= STT_NUM || type == STT_SECTION) in dt_module_syminit64()
/freebsd/sys/sys/
H A Delf_common.h893 #define STT_NUM 7 macro