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

/freebsd-13-stable/sys/sys/
H A Delf32.h214 #define ELF32_ST_VISIBILITY(oth) ((oth) & 0x3) macro
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c243 sym->st_other = ELF32_ST_VISIBILITY(STV_HIDDEN);
260 sym->st_other = ELF32_ST_VISIBILITY(STV_HIDDEN);
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h2808 #define ELF32_ST_VISIBILITY(O) ((O) & 0x3) macro

Completed in 78 milliseconds