Searched refs:ELF64_ST_VISIBILITY (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Delf64.h219 #define ELF64_ST_VISIBILITY(oth) ((oth) & 0x3) macro
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dgelf.h69 #define GELF_ST_VISIBILITY ELF64_ST_VISIBILITY
/freebsd-11-stable/contrib/binutils/include/elf/
H A Dcommon.h487 #define ELF64_ST_VISIBILITY ELF_ST_VISIBILITY macro
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c452 sym->st_other = ELF64_ST_VISIBILITY(STV_HIDDEN);
469 sym->st_other = ELF64_ST_VISIBILITY(STV_HIDDEN);
/freebsd-11-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h2809 #define ELF64_ST_VISIBILITY(O) ((O) & 0x3) macro

Completed in 310 milliseconds