Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/include/
H A D_machelf.h58 #define ELF_ST_VISIBILITY ELF64_ST_VISIBILITY
/illumos-gate/usr/src/boot/sys/sys/
H A Delf64.h219 #define ELF64_ST_VISIBILITY(oth) ((oth) & 0x3) macro
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h744 #define ELF64_ST_VISIBILITY(other) ((other)&0x7) macro
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_link.c1385 ELF64_ST_VISIBILITY(STV_ELIMINATE); in process_obj()