Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/include/
H A D_machelf.h58 #define ELF_ST_VISIBILITY ELF64_ST_VISIBILITY
/titanic_50/usr/src/uts/common/sys/
H A Delf.h573 #define ELF64_ST_VISIBILITY(other) ((other)&0x7) macro
/titanic_50/usr/src/lib/libdtrace/common/
H A Ddt_link.c1385 ELF64_ST_VISIBILITY(STV_ELIMINATE); in process_obj()