Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/include/
H A D_machelf.h84 #define ELF_ST_VISIBILITY ELF32_ST_VISIBILITY
/illumos-gate/usr/src/boot/sys/sys/
H A Delf32.h212 #define ELF32_ST_VISIBILITY(oth) ((oth) & 0x3) macro
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h743 #define ELF32_ST_VISIBILITY(other) ((other)&0x7) macro