Home
last modified time | relevance | path

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

/freebsd-14.2/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()
134 #if STT_NUM != (STT_TLS + 1) in dt_module_syminit64()
156 if (type >= STT_NUM || type == STT_SECTION) in dt_module_syminit64()
/freebsd-14.2/sys/sys/
H A Delf_common.h870 #define STT_NUM 7 macro