Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/sys/sys/
H A Delf64.h219 #define ELF64_ST_VISIBILITY(oth) ((oth) & 0x3) macro
/freebsd/sys/sys/
H A Delf64.h221 #define ELF64_ST_VISIBILITY(oth) ((oth) & 0x3) macro
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2813 #define ELF64_ST_VISIBILITY(O) ((O) & 0x3) macro
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h773 #define ELF64_ST_VISIBILITY(other) ((other)&0x7) macro